Skip to content

i33ym/workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ML Workshop Series

Machine learning workshops. From fundamentals to production systems.

Workshops

1. The Perceptron (January 2026)

Where machine learning began. Understand how machines learn from examples by implementing the 1957 algorithm that started it all.

Notebook Description Colab
04_perceptron.ipynb Perceptron from scratch, Iris dataset, XOR problem Open In Colab

Resources:

2. Building a Production RAG System (December 2025)

Build a production-ready RAG (Retrieval Augmented Generation) system. Why simple RAG fails and how to fix it.

Notebook Description Colab
01_simple_rag.ipynb Basic RAG implementation Open In Colab
02_production_rag.ipynb Full pipeline with all stages Open In Colab
03_evaluation.ipynb Testing and debugging Open In Colab

Resources:

Quick Start

# In Google Colab, run:
!git clone https://github.com/i33ym/workshop.git
%cd workshop

Requirements

  • Python 3.8+
  • NumPy, pandas, matplotlib (for perceptron)
  • OpenAI API key (for RAG notebooks)
  • Google account (for Colab)

All Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published