Difference between revisions of "NLP Keras model in browser with TensorFlow.js"

From
Jump to: navigation, search
m
 
(14 intermediate revisions by the same user not shown)
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://deepdivision.net/2019/03/20/nlp-keras-model-in-browser-with-tensorflowjs.html Named-entity recognition TensorFlow.js demo]
 
** [http://deepdivision.net/2019/03/20/nlp-keras-model-in-browser-with-tensorflowjs.html Named-entity recognition TensorFlow.js demo]
 +
** [http://github.com/MihailSalnikov/NERjs Code: NERjs | GitHub]
 
* [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 Tools & Services]]:
+
* [[Large Language Model (LLM)]] ... [[Natural Language Processing (NLP)]]  ...[[Natural Language Generation (NLG)|Generation]] ... [[Natural Language Classification (NLC)|Classification]] ...  [[Natural Language Processing (NLP)#Natural Language Understanding (NLU)|Understanding]] ... [[Language Translation|Translation]] ... [[Natural Language Tools & Services|Tools & Services]]:
 
** [[Keras]]
 
** [[Keras]]
 
*** [http://keras.io/preprocessing/sequence/#pad_sequences keras.preprocessing.sequence.pad_sequences | Keras Documentation]
 
*** [http://keras.io/preprocessing/sequence/#pad_sequences keras.preprocessing.sequence.pad_sequences | Keras Documentation]
 
** [[TensorFlow.js]]
 
** [[TensorFlow.js]]
** [http://nodejs.org/en/ Node.js]
+
*** [http://www.tensorflow.org/js/guide/save_load tf.loadLayersModel]
 +
** [[JavaScript#Node.js|Node.js]]
 +
*** [http://serverjs.io/ server.js for Node]
 
** [http://www.w3schools.com/js/js_json.asp JSON -JavaScript Object Notation | w3schools.com]  
 
** [http://www.w3schools.com/js/js_json.asp JSON -JavaScript Object Notation | w3schools.com]  
 +
** [[JavaScript]]
 +
*** [http://www.w3schools.com/jsref/jsref_replace.asp JavaScript String replace Method] -  regular expression
 
* [[Datasets]]:
 
* [[Datasets]]:
 
** [http://www.clips.uantwerpen.be/conll2003/ner/ Language-Independent Named Entity Recognition (II)]
 
** [http://www.clips.uantwerpen.be/conll2003/ner/ Language-Independent Named Entity Recognition (II)]
Line 24: Line 29:
 
** [[Natural Language Processing (NLP)]]:
 
** [[Natural Language Processing (NLP)]]:
 
*** Named Entity Recognition (NER)
 
*** Named Entity Recognition (NER)
*** Word Embedding
+
*** Word [[Embedding]]
** [[Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)]]
+
**** [[Embedding]] ... [[Fine-tuning]] ... [[Retrieval-Augmented Generation (RAG)|RAG]] ... [[Agents#AI-Powered Search|Search]] ... [[Clustering]] ... [[Recommendation]] ... [[Anomaly Detection]] ... [[Classification]] ... [[Dimensional Reduction]].  [[...find outliers]]
** [[Attention Mechanism/Model - Transformer Model]]
+
** [[Recurrent Neural Network (RNN)]]
 +
** [[Attention]] Mechanism ...[[Transformer]] ...[[Generative Pre-trained Transformer (GPT)]] ... [[Generative Adversarial Network (GAN)|GAN]] ... [[Bidirectional Encoder Representations from Transformers (BERT)|BERT]]
 
** [[Global Vectors for Word Representation (GloVe)]]
 
** [[Global Vectors for Word Representation (GloVe)]]
  

Latest revision as of 22:01, 5 December 2023