An open API service indexing awesome lists of open source software.

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媒体与认知课程小作业

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.