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

https://github.com/fs02/flower

:exclamation: Broken Code!! - An attempt to make modular neural network API
https://github.com/fs02/flower

Last synced: 12 months ago
JSON representation

:exclamation: Broken Code!! - An attempt to make modular neural network API

Awesome Lists containing this project

README

          

# flower
An attempt to make modular neural network API

## Training Method
### Gradient Descent
#### Operation/Layer
- [x] Matrix Multiplication
- [x] Sigmoid
- [x] Tanh
- [x] Relu
- [x] Elu
- [ ] LeakyRelu
- [x] Dropout
- [ ] Softmax
- [ ] Convolution
- [ ] Pooling
- [ ] Batch Normalization

#### Optimizer
- [x] Vanilla
- [x] Momentum
- [x] RMS Prop
- [ ] Adam

#### Loss
- [ ] MSE
- [ ] Cross Entrophy

### Genetic Algorithm
Coming soon

### Particle Swarm
Coming soon