You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2025. It is now read-only.
TATi is so far limited to (fully) feed-forward networks. However, for image classification Convoluted NNs are better, for signal processing Long-Short-Term Memory (LSTM) NNs.
TATi is so far limited to (fully) feed-forward networks. However, for image classification Convoluted NNs are better, for signal processing Long-Short-Term Memory (LSTM) NNs.
Tensorflow 1.9 offers
tf.kerasas the main module for easy prototyping, see http://tensorflow.org/versions/r1.9/programmers_guide/keras.tf.kerasto setup network