-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
38 lines (33 loc) · 852 Bytes
/
README.txt
File metadata and controls
38 lines (33 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
DeepPy
======
DeepPy -- a Python Machine Learning Library focusing on Deep Learning
Done:
- Simple Perceptron + Kernel Perceptron Binary Classification
- TODO:
- Extend to multiclass
- Add more kernels
- Add examples
Todo:
- Multi-Layered Peceptron
- Backpropogation
- Genetic Algorithms
- DropOut Regularization
- Sparse Autoencoder
- Sparse Coding
- Stacked Autoencoders
- ICA
- ZCA
- Neural Network for Dimensionality Reduction
- Deep Learning using Support Vector Machines
- K-Nearest Neighbor Neural Network
- Denoising Autoencoders
- Softmax Regression
- Convolutional Neural Networks
- Recurrent Neural Network
- Hopfield Networks
- Restricted Boltzmann Machines
- Deep Boltzmann Machines
- Energy Based Models
- Kernel Methods for Feature Learning
- K-Means for Feature Learning
- Lazy Learning for Feature Learning