mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-25 10:56:55 +08:00
Create CS11-711
CMU's CS11-711 is the best and most up to date NLP course I ever encounter. please add it
This commit is contained in:
parent
8089c81d6c
commit
b1e08e9334
1 changed files with 20 additions and 0 deletions
20
docs/深度学习/CS11-711
Normal file
20
docs/深度学习/CS11-711
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# CS11-711: Advanced Natural Language Processing
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
- **Offered by:** Carnegie Mellon University
|
||||||
|
- **Prerequisites:** Programming experience in Python; knowledge of probability and linear algebra
|
||||||
|
- **Programming Language:** Python
|
||||||
|
- **Difficulty:** 🌟🌟🌟🌟
|
||||||
|
- **Class Hours:** Approximately 80 hours
|
||||||
|
|
||||||
|
This introductory graduate-level course focuses on natural language processing (NLP) for students interested in conducting cutting-edge research in the field. It covers fundamental NLP tasks such as syntactic, semantic, and discourse analysis, emphasizing modern neural network methods and the essential modeling and learning algorithms. The course culminates in a project where students reimplement and enhance a research paper on a chosen topic.
|
||||||
|
|
||||||
|
## Course Resources
|
||||||
|
|
||||||
|
- **Course Website:** <https://www.phontron.com/class/anlp-fall2024/>
|
||||||
|
- **Lecture Videos:** <https://www.youtube.com/watch?v=MM48kc5Zq8A&list=PL8PYTP1V4I8D4BeyjwWczukWq9d8PNyZp>
|
||||||
|
- **Textbook:** None specified
|
||||||
|
- **Assignments:** Four assignments, including a final project, with details provided on the course website
|
||||||
|
|
||||||
|
For more information, visit the course website.
|
||||||
Loading…
Reference in a new issue