|
Session 1: Workflow and ML regression |
Interactive slides |
Print slides (pdf) |
|
|
R code |
Python code (View online) |
|
Session 2: Classification |
Interactive slides |
Print slides (pdf) |
|
|
R code |
Python code (View online) |
|
Session 3: Ensembling and Clustering |
Interactive slides |
Print slides (pdf) |
|
|
Example R code for clustering |
Python code (View online) |
|
Session 4: Causal and non-causal ML |
Interactive slides |
Print slides (pdf) |
|
|
Python code (View online) |
|
|
Session 5: Bias and Fairness |
Interactive slides |
Print slides (pdf) |
|
|
Python code (View online) |
Example R code for SHAP |
|
Session 6: Text Analytics |
Interactive slides |
Print slides (pdf) |
|
|
Python code (View online) |
Example R code for text analytics |
|
Session 7: Linguistics |
Interactive slides |
Print slides (pdf) |
|
|
Example R code for text analytics |
Python code (View online) |
|
|
Implementing word2vec in Colab |
|
|
Session 8: Topic modeling |
Interactive slides |
Print slides (pdf) |
|
|
Python code for LDA (View online) |
R code for STM and ETM (View online). This also includes code to build a word2vec model in R. |
|
Session 9: Transformers |
Interactive slides |
Print slides (pdf) |
|
|
Python code for BERTopic (View online) |
BERTopic visualizations: base topics, base heatmap, base time, base class, custom topics, custom heatmap |
|
|
Python code for FinBERT usage |
Pytorch code for FinBERT fine-tuning |
|
|
Python code for FinBERT fine-tuning on new data (View online) |
Pytorch code for FinBERT inference of the fine-tuned model (View online) |
|
Session 10: Understanding LLMs |
Interactive slides |
Print slides (pdf) |
|
|
Python code for OpenAI API (View online) Includes replications of 2 of the papers |
Building a tiny GPT from scratch |
|
Session 11: Using LLMs |
Interactive slides |
Print slides (pdf) |
|
Session 12: Images as Data |
Interactive slides |
Print slides (pdf) |
|
|
Python code for CNNs and object detection (View online) (Colab version) |
Image and text embeddings with CLIP |