Difference between revisions of "NLP Keras model in browser with TensorFlow.js"
| Line 12: | Line 12: | ||
* [http://towardsdatascience.com/nlp-keras-model-in-browser-with-tensorflow-js-f4d5035466a2 NLP Keras model in browser with TensorFlow.js | Mikhail Salnikov - Towards Data Science] | * [http://towardsdatascience.com/nlp-keras-model-in-browser-with-tensorflow-js-f4d5035466a2 NLP Keras model in browser with TensorFlow.js | Mikhail Salnikov - Towards Data Science] | ||
* [http://karpathy.github.io/2015/05/21/rnn-effectiveness/ The Unreasonable Effectiveness of Recurrent Neural Networks | Andrej Karpathy - Towards Data Science] | * [http://karpathy.github.io/2015/05/21/rnn-effectiveness/ The Unreasonable Effectiveness of Recurrent Neural Networks | Andrej Karpathy - Towards Data Science] | ||
| + | * [[Natural Language Processing (NLP)]] - Named Entity Recognition (NER) | ||
* [[Keras]] | * [[Keras]] | ||
* [[TensorFlow.js]] | * [[TensorFlow.js]] | ||
| − | * [[ | + | * [[Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)]] |
<youtube>f8ed_xAjkOg</youtube> | <youtube>f8ed_xAjkOg</youtube> | ||
Revision as of 20:27, 28 April 2019
Youtube search... | ...Google search
How to use your Keras model in browser with tensorflow.js
- NLP Keras model in browser with TensorFlow.js | Mikhail Salnikov - Towards Data Science
- The Unreasonable Effectiveness of Recurrent Neural Networks | Andrej Karpathy - Towards Data Science
- Natural Language Processing (NLP) - Named Entity Recognition (NER)
- Keras
- TensorFlow.js
- Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)