Skip to content
View nachiket273's full-sized avatar
🔬
Open for Collaboration
🔬
Open for Collaboration

Block or report nachiket273

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
nachiket273/README.md

Hi, Nachiket here 👋

Applied ML Engineer and Research Engineer with 12+ years of experience across software engineering, machine learning, scientific computing, and autonomous systems.

Recently completed an MSc in Quantum Technologies (UIMP, Spain), where I worked on machine learning approaches for strongly correlated quantum materials. My current interests lie at the intersection of:

  • Applied Machine Learning
  • Scientific AI
  • Research Engineering
  • Quantum Technologies
  • Computational Physics

nachiket273

Current Focus

🔬 Scientific RAG Systems and Research Assistants

🤖 Applied Machine Learning and Transformer-based Systems

⚛️ Machine Learning for Quantum and Physical Systems

📄 Research and Open-Source Projects

Research

  • MSc Quantum Technologies (UIMP, Spain)
  • Research under Prof. Tobias Stauber
  • Physical Review B manuscript under review

📫 How to reach me: LinkedIn, Twitter

LinkedIn Kaggle Twitter Medium

Pinned Loading

  1. tbg-stm-ftldos-hubbard-U-regression tbg-stm-ftldos-hubbard-U-regression Public

    Machine learning framework for inferring interaction-dependent features from simulated STM-derived Fourier-transformed local density of states (FT-LDOS) images in TBG moiré systems.

    Jupyter Notebook

  2. One_Cycle_Policy One_Cycle_Policy Public

    Pytorch notebook with One Cycle Policy implementation (https://arxiv.org/abs/1803.09820)

    Jupyter Notebook 73 13

  3. pytorch_resnet_rs pytorch_resnet_rs Public

    Pytorch implementation of "Revisiting ResNets: Improved Training and Scaling Strategies"(https://arxiv.org/pdf/2103.07579.pdf)

    Python 36 5

  4. lookahead_pytorch lookahead_pytorch Public

    Pytorch implementation of lookahead optimizer(https://arxiv.org/pdf/1907.08610.pdf) and RAdam(https://arxiv.org/pdf/1908.03265.pdf)

    Jupyter Notebook 15 3

  5. Vision_transformer_pytorch Vision_transformer_pytorch Public

    Simple Implementation of Vision Transformer (https://openreview.net/pdf?id=YicbFdNTTy)

    Python 9 4

  6. micrograd_rs micrograd_rs Public

    A Beginner's implementation of Andrej karpathy's micrograd in Rust.

    Rust