File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ It is suitable for beginners who want to find clear and concise examples about T
1717#### 3 - Neural Networks
1818- Multilayer Perceptron ([ notebook] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/3_NeuralNetworks/multilayer_perceptron.ipynb ) ) ([ code] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/3_NeuralNetworks/multilayer_perceptron.py ) )
1919- Convolutional Neural Network ([ notebook] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/3_NeuralNetworks/convolutional_network.ipynb ) ) ([ code] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/3_NeuralNetworks/convolutional_network.py ) )
20- - Recurrent Neural Network (LSTM) ([ notebook] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/3_NeuralNetworks/reccurent_network .ipynb ) ) ([ code] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/3_NeuralNetworks/recurrent_network.py ) )
20+ - Recurrent Neural Network (LSTM) ([ notebook] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/3_NeuralNetworks/recurrent_network .ipynb ) ) ([ code] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/3_NeuralNetworks/recurrent_network.py ) )
2121- Bidirectional Recurrent Neural Network (LSTM) ([ notebook] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/3_NeuralNetworks/bidirectional_rnn.ipynb ) ) ([ code] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/3_NeuralNetworks/bidirectional_rnn.py ) )
2222- AutoEncoder ([ notebook] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/3_NeuralNetworks/autoencoder.ipynb ) ) ([ code] ( https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/3_NeuralNetworks/autoencoder.py ) )
2323
You can’t perform that action at this time.
0 commit comments