This repositories archived a set of algorithms implemented manually using Python.
- Apriori
- FP Growth
- Multilayer Perceptron
- NN-Backpropagation
- Guassian Mixture Model (GMM) by using the EM algorithm
- Hidden Markov Model(HMM) by using the EM algorithm
- Forward functions of 2D convolution, 2D max pooling, and 2D average pooling
- Backwardfunctions of 2D convolution, 2D max pooling, and 2D average pooling