This is a repo for code which should help with the Pattern Recognition and Neural Networks exam
Disclaimer: This is a croudsourced collection of code solutions. This may contain errors or may not be fully suited to your exam questions. Use with caution
- Introduction
- Discriminant Functions
- Neural Networks
- Multilayer Perceptrons and Backpropagation
- Deep Discriminative Neural Networks
- Deep Generative Neural Networks
- Feature Extraction
- Support Vector Machines
- Ensemble Methods
- Clustering
- If you decide to contribute, please message the study group to confirm that nobody else is already working on the same code to prevent overlap and confusion
- Please comment your code, keep variable names clear and use good formatting.
- Pull before adding new work
- Let the study group know when you've pushed new code
- Keep commit messages clear
main
is protected, so make sure you're merging your work branches into it. If there are any conflicts, make sure that existing code is not lost during resolving