Skip to content

Mono-repo for the PhD course AI for Business Research (DOTE 6635, S25)

Notifications You must be signed in to change notification settings

rphilipzhang/AI-PhD-S25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Artificial Intelligence for Business Research (Spring 2025)

Course Banner Status PhD Level

πŸ‘₯ Teaching Team

Role Name & Contact
Instructor Renyu (Philip) Zhang
Associate Professor, Department of Decisions, Operations and Technology, CUHK Business School
πŸ“§ [email protected]
πŸ“ @911 Cheng Yu Tung Building
Teaching Assistant Leo Cao
Full-time TA, Department of Decisions, Operations and Technology, CUHK Business School
πŸ“§ [email protected]
Tutorial Instructor Xinyu Li
PhD Candidate (Management Information Systems), CUHK Business School
πŸ“§ [email protected]

πŸ“š Basic Information

About

Welcome to the mono-repo of DOTE 6635: AI for Business Research at CUHK Business School!

🎯 Learning Objectives:

  • 🧠 Gain fundamental understanding of ML/AI concepts and methods relevant to business research.
  • πŸ’‘ Explore applications of ML/AI in business research over the past decade.
  • πŸš€ Discover and nuture the taste of cutting-edge AI/ML technologies and their potential in your research domain.

Download Syllabus

Virtual Access

Need to join remotely? Use our Zoom link (please seek approval from Philip):

  • πŸŽ₯ Join Meeting
    • Meeting ID: 918 6344 5131
    • Passcode: 459761

πŸ› οΈ Course Resources

Most of the code in this course will be distributed through the Google CoLab cloud computing environment to avoid the incompatibility and version control issues on your local individual computer. On the other hand, you can always download the Jupyter Notebook from CoLab and run it your own computer.

  • πŸ““ The CoLab files of this course can be found at this folder.
  • πŸ“Š The Google Sheet to sign up for groups and group tasks can be found here.
  • πŸ“ The overleaf template for scribing the lecture notes of this course can be found here.
  • πŸ”¬ The replication projects can be found here.
  • πŸ–₯️ The HPC Server compute resource of the CUHK DOT Department can be found here.

If you have any feedback on this course, please directly contact Philip at [email protected] and we will try our best to address it.

πŸ“š Previous Offerings

πŸ“… Brief Schedule

Subject to modifications. All classes start at 12:30pm and end at 3:15pm.

Session Date Topic Key Words
1 1.14 AI/ML in a Nutshell Course Intro, ML Models, Model Evaluations
2 1.21 Intro to DL DL Intro, Neural Nets, Prediction in Biz Research
3 2.04 LLM (I) Transformer, Mamba
4 2.11 LLM (II) Pre-training, BERT, GPT, Quantization
5 2.18 LLM (III) Post-training, Fine-tuning, RLHF, Inference
6 2.25 LLM (IV) Agentic AI, AI as Human Simulators
7 3.04 LLM (IV.V) Final Project Discussions, Applications in Business Research
8 3.11 Causal (I) Causal Inference Intro
9 3.18 Causal (II) ML-Powered Causal Inference, Causal Trees and Forests
10 3.25 Causal (III) Double Machine Learning, Neyman Orthogonality
11 4.01 Causal (IV) RL, Off-Policy Evaluation
12 4.08 Economics and Ethics of AI Economic Impact, Fairness, Bias of AI
13 4.15 Final Project Presentation Discussions and Course Wrap-up

πŸ“… Important Dates

All problem sets are due at 12:30pm right before class.

Date Time Event Note
1.15 11:59pm Group Sign-Ups Each group has at most two students.
1.17 7:00pm-9:00pm Python Tutorial Given by Xinyu Li, Python Tutorial CoLab
1.24 7:00pm-9:00pm PyTorch and DOT HPC Server Tutorial Given by Xinyu Li, PyTorch Tutorial CoLab
3.04 9:00am-6:00pm Final Project Discussion Please schedule a meeting with Philip.
3.11 12:30pm Final Project Proposal 1-page maximum
4.30 11:59pm Scribed Lecture Notes Overleaf link
5.11 11:59pm Project Paper, Slides, and Code Paper page limit: 10

πŸ“š Useful External Resources

Find more on the Syllabus.

πŸ“‹ Detailed Schedule

The following schedule is tentative and subject to changes.

πŸ“š Session 1. Artificial Intelligence and Machine Learning in a Nutshell (Jan/14/2025)

  • πŸ”‘ Keywords: Course Introduction, Prediction in Biz Research, Basic ML Models
  • πŸ“Š Slides: Course Intro, Prediction, ML Intro
  • πŸ’» CoLab Notebook Demos: Bootstrap, k-Nearest Neighbors, Decision Tree, Random Forest, Gradient Boosting Tree
  • ✍️ Homework: Problem Set 1 - Housing Price Prediction, due at 12:30pm, Feb/4/2025
  • πŸŽ“ Online Python Tutorial: Python Tutorial CoLab, 7:00pm-9:00pm, Jan/17/2025 (Friday), given by Xinyu Li, [email protected]. Zoom Link, Meeting ID: 939 4486 4920, Passcode: 456911
  • πŸ“š References:
    • The Elements of Statistical Learning (2nd Edition), 2009, by Trevor Hastie, Robert Tibshirani, Jerome Friedman, link to ESL.
    • Probabilistic Machine Learning: An Introduction, 2022, by Kevin Murphy, link to PML.
    • Mullainathan, Sendhil, and Jann Spiess. 2017. Machine learning: an applied econometric approach. Journal of Economic Perspectives 31(2): 87-106.
    • Athey, Susan, and Guido W. Imbens. 2019. Machine learning methods that economists should know about. Annual Review of Economics 11: 685-725.
    • Kleinberg, Jon, Jens Ludwig, Sendhil Mullainathan, and Ziad Obermeyer. 2015. Prediction policy problems. American Economic Review 105(5): 491-495.
    • Hofman, Jake M., et al. 2021. Integrating explanation and prediction in computational social science. Nature 595.7866: 181-188.
    • Bastani, Hamsa, Dennis Zhang, and Heng Zhang. 2022. Applied machine learning in operations management. Innovative Technology at the Interface of Finance and Operations. Springer: 189-222.
    • Kelly, Brian, and Dacheng Xiu. 2023. Financial machine learning, SSRN, link to the paper.
    • The Bitter Lesson, by Rich Sutton, which develops so far the most critical insight of AI: "The biggest lesson that can be read from 70 years of AI research is that general methods that leverage computation are ultimately the most effective, and by a large margin."
    • Chatpers 1 & 3.2, Scribed Notes of Spring 2024 Course Offering.

πŸ“š Session 2. Model Selection and Deep Learning Basics (Jan/21/2025)

  • πŸ”‘ Keywords: Bias-Variance Trade-off, Cross Validation, Bootstrap, Neural Nets, Computational Issues of Deep Learning
  • πŸ“Š Slides: ML Intro, DL Intro
  • πŸ’» CoLab Notebook Demos: Gradient Descent, Chain Rule, He Innitialization
  • ✍️ Homework: Problem Set 2: Implementing Neural Nets, due at 12:30pm, Feb/11/2025
  • πŸŽ“ Online PyTorch and DOT HPC Server Tutorial: PyTorch Tutorial CoLab, 7:00pm-9:00pm, Jan/24/2025 (Friday), given by Xinyu Li, [email protected]. Zoom Link, Meeting ID: 939 4486 4920, Passcode: 456911
  • πŸ“š References:
    • Deep Learning, 2016, by Ian Goodfellow, Yoshua Bengio and Aaron Courville, link to DL.
    • Dive into Deep Learning (2nd Edition), 2023, by Aston Zhang, Zack Lipton, Mu Li, and Alex J. Smola, link to d2dl.
    • Probabilistic Machine Learning: Advanced Topics, 2023, by Kevin Murphy, link to PML2.
    • Deep Learning with PyTorch, 2020, by Eli Stevens, Luca Antiga, and Thomas Viehmann.
    • Dell, Mellissa. 2024. Deep learning for economists. Journal of Economic Literature, forthcoming, link to the paper.
    • Davies, A., VeličkoviΔ‡, P., Buesing, L., Blackwell, S., Zheng, D., TomaΕ‘ev, N., Tanburn, R., Battaglia, P., Blundell, C., JuhΓ‘sz, A. and Lackenby, M., 2021. Advancing mathematics by guiding human intuition with AI. Nature, 600(7887), pp.70-74.
    • Ye, Z., Zhang, Z., Zhang, D., Zhang, H. and Zhang, R.P., 2023. Deep-Learning-Based Causal Inference for Large-Scale Combinatorial Experiments: Theory and Empirical Evidence. Available at SSRN 4375327, link to the paper.
    • Luyang Chen, Markus Pelger, Jason Zhu (2023) Deep Learning in Asset Pricing. Management Science 70(2):714-750.
    • Wang, Z., Gao, R. and Li, S. 2024. Neural-Network Mixed Logit Choice Model: Statistical and Optimality Guarantees. Working paper.
    • Why Does Adam Work So Well? (in Chinese), Overview of gradient descent algorithms
    • Chatpers 1 & 2, Scribed Notes of Spring 2024 Course Offering.

πŸ“š Session 3. Deep Learning Computations and Attention Mechanism (Feb/4/2025)

πŸ“š Session 4. Transformer and Pretraining Basics (Feb/11/2025)

About

Mono-repo for the PhD course AI for Business Research (DOTE 6635, S25)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published