Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 3.61 KB

README.md

File metadata and controls

64 lines (42 loc) · 3.61 KB

Machine Learning @MIDS - UC Berkeley I School 🏫


A unified repository of coursework fragments from UC Berkeley MIDS Program 2022-2024. This is a collection of my adapted assignment submissions, classwork notebooks, and other relevant materials. It serves to showcase the scope of work, and also for personal reference.

🏗 Under Construction - Notebook Addition in Progress

📚 Coursework

I've taken the following core ML courses during my time at MIDS:

📙 Notebooks

🖊 Generative AI (DATASCI 290)

Notebook Description
Stable Diffusion & Image Validation Multimodal image generation and captioning with diffusers, CLIP, BLIP and Llava
Prompt Engineering Prompt Engineering Examples with Mistral7B
Retrieval Augmented Generation Proof-of-Concept Google Colab notebook and report using Mistal7B, Cohere and Qdrant to develop a simple RAG system and iterate on performance

🤖 Applied Machine Learning (DATASCI 207)

Notebook Description
Introduction to Supervised Learning Road to Linear Regression with Generalization and MSE (Mean Squared Error) calculation

📕 Basic Notebooks

Notebook Description
PyTorch Introduction A basic introduction to tensors, classes, and operations in PyTorch