https://github.com/bobankh/thuee_mac
Homework of THUEE Media and Cognition Class. THUEE媒体与认知课程小作业
https://github.com/bobankh/thuee_mac
python tsinghua
Last synced: 8 months ago
JSON representation
Homework of THUEE Media and Cognition Class. THUEE媒体与认知课程小作业
- Host: GitHub
- URL: https://github.com/bobankh/thuee_mac
- Owner: BobAnkh
- License: mit
- Created: 2020-03-19T08:59:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T12:01:34.000Z (over 4 years ago)
- Last Synced: 2024-10-05T12:24:25.009Z (about 1 year ago)
- Topics: python, tsinghua
- Language: Python
- Homepage:
- Size: 31.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MaC
Homework of ThUEE Media and Cognition Class. THUEE媒体与认知课程小作业
Feel free to contact me through emails or issues at any time if you have problems.
## Homework1: MLP
Implementaion of MLP mainly with numpy. Details can be found in the instruction pdf in folder `hw1`.
## Homework2: CNN
Implementation of CNN mainly with numpy. Details can be found in the instruction pdf in folder `hw2`.
## Homework3: RNN
Implementation of RNN mainly with numpy. Details can be found in the instruction pdf in folder `hw3`.
## Homework4: LDA & HMM & SVM
Execise of LDA, HMM and SVM.