Skip to content

Instantly share code, notes, and snippets.

@meetmakwana7396
Created January 4, 2025 17:50
Show Gist options
  • Select an option

  • Save meetmakwana7396/354616c66a3fee6c45080299848687aa to your computer and use it in GitHub Desktop.

Select an option

Save meetmakwana7396/354616c66a3fee6c45080299848687aa to your computer and use it in GitHub Desktop.

AI/ML Roadmap

  1. Statistics

  2. Machine Learning (https://www.javatpoint.com/linear-regression-in-machine-learning)

  3. Deep Learning

    • CNN
    • RNN
    • LSTM
    • GAN
    • Transformer
  4. NLP

    • Tokenization
    • POS
    • Embeddings
    • Lemmatization
    • Stemming
  5. Generative AI

    • LLM (Text Generation)
      • Prompt Engineering
      • LLM Finetuning (LoRA)
      • RAG
        • Embedding Models
        • Vector DB
          • Pinecone - Fast and costly
          • Milvus - Scalable
          • Qdrant - Fast and Open Source
          • PG Vector
          • Datastax
          • FAISS - O.G
          • Chroma
        • DSPy
        • Langchain Framework
        • Llama Index Framework
        • Haystack Framework
      • AI Agents
        • Crew AI Agents Framework
        • Autogen Agents Framework
        • Smol Agents Framework
        • LangGraph Framework
      • LLM Inference (Deployment)
        • VLLM
        • TensorRT-LLM
    • GAN (Image Generation)
      • Comfy UI
      • Finetuning flux/diffusion models
    • Computer Vision
      • Open CV (Image Processing)
      • Deep Learning Frameworks (PyTorch/ Keras/ Tensorflow)
      • YOLO (Object Detection)
    • Predictive Modelling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment