MSBA elective workshop on AI, from logistic regression to LLMs.
MSBA elective workshop on AI, from logistic regression to LLMs.
Corrections or suggestions? Please file a GitHub issue.
Trace plot for a simple elastic net model. Source: Assignment 1.
A very simple autoencoder network. Source: Session 2 notes.
An illustration of image convolution. Source: Session 3 notes, with thanks to Wen Phan.
An illustration of retrieval augmented generation (RAG). Source: Session 4 notes.
https://drive.google.com/drive/folders/17aP3EhWWSho7p1CH7NCrwCIhh7GYOHbR?usp=sharing
.
AI Workshop
folder click the small triangle.AI Workshop-20250220T171842Z-001.zip
.
AI Workshop-20250220T171842Z-001
.AI Workshop-20250220T171842Z-001
folder there should be a subfolder named AI Workshop
.AI Workshop-20250220T171842Z-001/AI Workshop
) to your own Google drive.AI Workshop
├── 01_Regression_Materials
├── 02_ANN_Materials
├── 03_CNN_Materials
└── 04_LLM_Materials
If the Google Colab (Collaboratory) app is not installed, install it by clicking Open With
and Connect more apps
.
%cd /content/drive/MyDrive/AI_Workshop/01_Regression_Materials/
%ls
and %cd
to find the right path.Runtime
menu and Restart Session
.Runtime
menu and choosing Run All
.
RAG_query.ipynb
), you will need an access token from HuggingFace.co
.
https://huggingface.co/
).Profile
-> Access Tokens
).RAG_query.ipynb
create new secret (by clicking on the key icon on left) named HF_TOKEN
and populated with the Hugging Face access token.