Skip to content
View akshitmanocha's full-sized avatar

Highlights

  • Pro

Block or report akshitmanocha

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
akshitmanocha/README.md

๐Ÿ‘‹ Hi, I'm Akshit Manocha

Typing SVG

LinkedIn Email GitHub Kaggle


๐Ÿš€ About Me

AI Animation

class AkshitManocha:
    def __init__(self):
        self.name = "Akshit Manocha"
        self.role = "ML & AI Researcher"
        self.education = {
            "institute": "IIT Roorkee",
            "major": "Chemical Engineering",
            "year": "Pre-Final Year",
            "cgpa": 8.30
        }
        self.research_areas = [
            "Deep Learning",
            "Computer Vision", 
            "Natural Language Processing",
            "Brain-Computer Interface",
            "Physics-Informed ML"
        ]
        self.currently_learning = [
            "Transformer Architectures",
            "Reinforcement Learning",
            "Multimodal AI"
        ]
    
    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together!")

me = AkshitManocha()
me.say_hi()


๐ŸŽฏ What I Do

  • ๐Ÿง  Deep Learning Research: Pushing boundaries in neural network architectures
  • ๐Ÿ”ฌ Brain-Computer Interfaces: Working on cutting-edge EEG signal processing
  • ๐Ÿ‘๏ธ Computer Vision: Developing intelligent visual systems
  • ๐Ÿ“Š ML Engineering: Building scalable and efficient ML pipelines
  • ๐Ÿค Open to Collaborate: Always excited about innovative AI projects!

๐Ÿ”ฌ Research Experience

๐Ÿงช Research Intern @ PARIMAL Lab

Focus: Brain-Computer Interface & EEG Signal Processing

  • ๐ŸŽฏ Implemented state-of-the-art EEG processing models for BCI applications
  • ๐Ÿ† Achieved 97.5% accuracy using advanced parameter-efficient fine-tuning techniques
  • ๐Ÿ“Š Developed robust preprocessing pipeline for diverse EEG datasets
  • ๐Ÿ”ง Optimized model performance through innovative architectural improvements

๐Ÿ† Achievements & Highlights

๐Ÿฅˆ Silver Medal - FIDE & Google Efficient Chess AI Challenge

Ranked 46th out of 1,120 teams on Kaggle

Competition

๐Ÿ“œ Certifications & Coursework

Course Institution Focus Area
CS229: Machine Learning Stanford University ML Fundamentals & Applications
CS224N: NLP with Deep Learning Stanford University Natural Language Processing
6.S191: Intro to Deep Learning MIT Deep Learning Foundations

๐Ÿ’ป Technical Arsenal

๐Ÿ”ค Languages

Python C++ SQL

๐Ÿง  ML/DL Frameworks

PyTorch TensorFlow scikit-learn Keras

๐Ÿ“Š Data Science & Analytics

Pandas NumPy Matplotlib Seaborn

๐Ÿ› ๏ธ Tools & Platforms

Docker Git Linux Jupyter VS Code


๐Ÿ“Š GitHub Analytics


๐ŸŽฏ Current Focus

mindmap
  root((Akshit's Focus))
    Research
      Brain-Computer Interface
      EEG Signal Processing
      Parameter-Efficient Fine-Tuning
    Learning
      Transformer Architectures
      Reinforcement Learning
      Multimodal AI Systems
    Projects
      Deep Learning Applications
      Computer Vision Systems
      NLP Solutions
Loading

๐ŸŒŸ Featured Projects

Project Description Tech Stack Highlight
๐Ÿง  EEG-BCI System Advanced brain-computer interface using deep learning PyTorch, Signal Processing 97.5% Accuracy
โ™Ÿ๏ธ Efficient Chess AI Optimized chess engine for FIDE-Google challenge Reinforcement Learning, Optimization Top 5% Globally
๐Ÿ”ฎ Coming Soon... Stay tuned for more exciting projects! - -

๐Ÿ“ˆ Contribution Graph

Snake animation


๐Ÿ’ก Research Interests

graph LR
    A[AI Research] --> B[Deep Learning]
    A --> C[Computer Vision]
    A --> D[NLP]
    A --> E[Brain-Computer Interface]
    A --> F[Physics-Informed ML]
    
    B --> G[Transformers]
    B --> H[Neural Architecture Search]
    C --> I[Object Detection]
    C --> J[Image Segmentation]
    D --> K[LLMs]
    D --> L[Text Generation]
    E --> M[EEG Processing]
    E --> N[Signal Analysis]
    
    style A fill:#9D4EDD
    style B fill:#7209B7
    style C fill:#7209B7
    style D fill:#7209B7
    style E fill:#7209B7
    style F fill:#7209B7
Loading

๐Ÿค Let's Connect!

๐Ÿ’ฌ Open to Collaborations & Research Opportunities

I'm always excited to work on innovative ML/AI projects and discuss cutting-edge research. Feel free to reach out!

LinkedIn Email

๐Ÿ“Š Profile Views

Profile Views



โšก Fun Fact

"The only way to do great work is to love what you do" - Steve Jobs

Currently exploring: How AI can revolutionize our understanding of the human brain! ๐Ÿง โœจ

Pinned Loading

  1. Low-Light-Image-Denoiser Low-Light-Image-Denoiser Public

    Low-light image enhancement model implementation for the NTIRE-2024 competition.

    Jupyter Notebook

  2. Navier-Stokes-with-PINNs Navier-Stokes-with-PINNs Public

    Blending neural networks with physical constraints for efficient fluid simulation.

    Python 6

  3. Solar-Irradiance-Prediction-Using-HMM Solar-Irradiance-Prediction-Using-HMM Public

    Hidden Markov Model to model and predict solar energy data using a Gaussian emission approach and Gibbs sampling for state estimation.

    Python

  4. Amazon-ML-Challenge-Solution Amazon-ML-Challenge-Solution Public

    Python 1 1

  5. FIDE-Google-Efficient-Chess-AI-Challenge-Solution FIDE-Google-Efficient-Chess-AI-Challenge-Solution Public

    Fide and Google efficient chessAI submission

    C 1

  6. Beetle-Search-Engine Beetle-Search-Engine Public

    Search engine that returns technical, high-quality AI research blog posts and longform articles (no SEO-farms).

    Python