This repository includes 2 courses: Neural Networks and Deep Learning, and Natural Language Processing and Large Language Models.
Check the syllabus at (The instructor of this course only provides the materials in Chinese, please use the web translator to check that, thank you so much!): https://econlab.xmu.edu.cn/datascience/AI_and_ML/index.html
The HW for Neural Networks and Deep Learning is in the folder named Binary Classification NN, LeNet5 coding and Transformer Training and BERT Fine-Tuning.
Check the folder named NLP&LLMs Course Slides to see the course material and the respective NLP HW 1~4 for the homework questions, and the Final Project folder for the final project.
Syllabus:
- Word Embedding, Word2Vec
- Skip-Gram, SGD, CBOW
- Backpropagation
- Hyperparameter Tuning, Adam, Normalization, CNN
- Tokenization
- Parsing
- RNNs, GRU, LSTM, Neural Machine Translation
- Attention
- Multi-Head Attention
- Pretraining and Finetuning
- Efficient Finetuing
- RLHF