Skip to content
View anidec25's full-sized avatar
🎧
Solving puzzles one at a time
🎧
Solving puzzles one at a time

Block or report anidec25

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
anidec25/README.md
Typing SVG
Profile Views LinkedIn Email

rainbow line

πŸ’Ό Professional Summary

I'm a Data Scientist and AI Educator with expertise in building intelligent systems that solve complex business problems.

class DataScientist:
    def __init__(self):
        self.name = "Aniruddha Mukherjee"
        self.role = "Data Scientist | ML Engineer"
        self.languages = ["Python", "SQL", "R"]
        self.specialties = ["NLP", "LLMs", "Computer Vision", "Deep Learning"]
        self.current_focus = "Building and fine-tuning Large Language Models"
        
    def educate(self):
        return "Teaching data science to 100+ aspiring professionals at Scaler Academy"
        
    def solve_problems(self, data):
        insights = self.analyze(data)
        model = self.build_ml_model(insights)
        return model.make_predictions()
rainbow line

πŸ› οΈ Tech Stack & Tools

Languages

Python SQL R

Frameworks & Libraries

PyTorch TensorFlow Scikit-Learn Pandas Hugging Face

Databases & Visualization

MySQL PostgreSQL Oracle Tableau

rainbow line

πŸ’ͺ AI Expertise & Specializations

Machine Learning
Regression Classification Clustering Ensemble Methods Feature Engineering
Deep Learning
CNN RNN/LSTM GAN Transformers Transfer Learning
NLP
BERT GPT Models Text Classification Sentiment Analysis NER QA Prompt Engineering
Computer Vision
Object Detection Image Classification Segmentation Face Recognition Image Generation
MLOps & Deployment
Model Optimization CI/CD for ML Docker Model Monitoring Model Registry
# My Data Science Journey in Code

experience = {
    "Machine Learning": ["Supervised Learning", "Unsupervised Learning", "Reinforcement Learning"],
    "Deep Learning": ["Neural Networks", "CNN", "RNN", "LSTM", "GAN", "Transformers"],
    "Natural Language Processing": ["BERT", "GPT", "T5", "Word Embeddings", "Sentiment Analysis"],
    "Computer Vision": ["Object Detection", "Image Classification", "Segmentation"],
    "Tools & Frameworks": ["PyTorch", "TensorFlow", "Scikit-learn", "Hugging Face"]
}

continuous_learning = True
while continuous_learning:
    learn_new_technologies()
    solve_complex_problems()
    share_knowledge_with_community()
rainbow line

πŸš€ Featured Projects

AI Resume Analyzer

AI Resume Analyzer

LLMs NLP RAG Streamlit

Intelligent resume analysis tool that leverages AI to evaluate resumes based on key hiring criteria and provide personalized career advice.

Stack Overflow Tag Prediction

Stack Overflow Tag Prediction

NLP Classification PyTorch scikit-learn

NLP project that predicts relevant tags for Stack Overflow questions using multi-label classification techniques.

Spotify Skip Prediction

Spotify Skip Prediction

ML Time Series Ensemble Learning

Predictive model that determines if a user will skip a track on Spotify using audio features and behavior data.

ML Projects

ML Projects

Deep Learning Computer Vision Data Analysis

A collection of diverse machine learning projects implementing various algorithms across different domains.

rainbow line

πŸ“ˆ GitHub Statistics

πŸ“« Let's Connect

rainbow line

"Data is the new oil. It's valuable, but if unrefined it cannot really be used."

β€” Clive Humby

Pinned Loading

  1. Spotify-Skip-Prediction Spotify-Skip-Prediction Public

    This Project predicts if users will skip or listen to the music they're streamed

    Jupyter Notebook 1

  2. ML-Projects ML-Projects Public

    All Classical Machine Learning Algorithms and respective Case Study for each algo type.

    Jupyter Notebook 16

  3. Probability-and-Statistics Probability-and-Statistics Public

    Probability and Statistics topics

    Jupyter Notebook 2

  4. deploying-machine-learning-models deploying-machine-learning-models Public

    Forked from trainindata/deploying-machine-learning-models

    Example Repo for the Udemy Course "Deployment of Machine Learning Models"

    Jupyter Notebook