Skip to content
View AdityaPandeyCN's full-sized avatar

Block or report AdityaPandeyCN

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AdityaPandeyCN/README.md

Hi, I'm Aditya Pandey

I am a passionate software engineer

  • 🌱 I’m currently learning Rust and Low level programming

  • πŸ‘¨β€πŸ’» All of my projects are available at Aditya'a Blog

  • πŸ‘¨β€πŸ’» My Google Summer of Code blogs are here :- GSoC Blogs

  • πŸ“« Reach me at [email protected]

πŸ” Top Contributed Repo


Pinned Loading

  1. GSOC2024_INCF GSOC2024_INCF Public

    Repository for the details of my work in the Google Summer Of Code 2024 with the INCF organisation

    2

  2. rubikscube-solver rubikscube-solver Public

    Efficient Rubik's Cube solver using multiple algorithms (BFS, DFS, IDDFS, and Korf's IDA*) with optimized C++ data structures, achieving solving times under 3 seconds for 8-move scrambles and 10 se…

    C++ 1

  3. DNA-CLASSIFICATION DNA-CLASSIFICATION Public

    Machine Learning model for DNA Classification. The code uses and trains the data and builds a model for DNA Classification.

    Jupyter Notebook 1

  4. Breast-Cancer-detection Breast-Cancer-detection Public

    Machine Learning Model for Breast cancer detection.The code loads the Wisconsin Breast Cancer dataset, preprocesses the data, trains machine learning models (KNN and SVM) for cancer detection.

    Jupyter Notebook

  5. Neuroml Neuroml Public

    The code inside creates a single Izhikevich neuron model using NeuroML, sets up a simulation with PyNeuroML, and generates a plot of the neuron's membrane potential over time.

    Jupyter Notebook

  6. Prime-Numbers Prime-Numbers Public

    Rust programs to generate Prime numbers and verify them using different methods

    Rust