Skip to content

πŸ€– A unified repository of coursework fragments from UC Berkeley MIDS ML courses

License

Notifications You must be signed in to change notification settings

cricksmaidiene/mids_machine_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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