Postgraduate Artificial Intelligence
Semester | Module | Resources |
---|---|---|
A | Artificial Intelligence in Games | Link |
Artificial Intelligence | Link | |
Machine Learning | Link | |
Natural Language Processing | Link | |
B | Advanced Robotics | Link |
Computational Creativity | Link | |
Deep Learning & Computer Vision | Link | |
Interactive Agents & Procedural Generation | Link |
Name | Link |
---|---|
Probability | Link |
Conda | Link |
Data Science with Python | Link |
NumPy | Link |
Pandas | Link |
Matrices | Link |
Equations in code | Link |
- Github Flow: All
code
updates happen through pull requests:- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
- Will be reviewed and merged.
- Fork the repo and create your branch from