thechaos16 / Machine_Learning

Tutorials for machine learning
0 stars 0 forks source link

Make neural network interface both for theano and tensorflow #15

Open thechaos16 opened 7 years ago

thechaos16 commented 7 years ago
  1. Standard neural network

    • [x] keras
    • [ ] tensorflow (WIP)
  2. Convolutional neural network

    • [ ] keras
    • [ ] tensorflow
  3. LSTM / recurrent neural network

    • [ ] keras
    • [ ] tensorflow
  4. Advanced deep learning features (e.g. PReLU, Batch normalization)

    • [x] keras
    • [ ] tensorflow
thechaos16 commented 7 years ago

For Batch normalization in keras, parameter activation for Dense should be linear, and add BatchNormalization afterwards, and add other activation like PReLU at the end