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

From
Jump to: navigation, search
m
m
 
(3 intermediate revisions by the same user not shown)
Line 19: Line 19:
 
** [[TensorFlow.js]]
 
** [[TensorFlow.js]]
 
*** [http://www.tensorflow.org/js/guide/save_load tf.loadLayersModel]
 
*** [http://www.tensorflow.org/js/guide/save_load tf.loadLayersModel]
** [[Javascript#Node.js|Node.js]]
+
** [[JavaScript#Node.js|Node.js]]
 
*** [http://serverjs.io/ server.js for Node]
 
*** [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]]
+
** [[JavaScript]]
 
*** [http://www.w3schools.com/jsref/jsref_replace.asp JavaScript String replace Method] -  regular expression
 
*** [http://www.w3schools.com/jsref/jsref_replace.asp JavaScript String replace Method] -  regular expression
 
* [[Datasets]]:
 
* [[Datasets]]:
Line 29: Line 29:
 
** [[Natural Language Processing (NLP)]]:
 
** [[Natural Language Processing (NLP)]]:
 
*** Named Entity Recognition (NER)
 
*** Named Entity Recognition (NER)
*** Word Embedding
+
*** Word [[Embedding]]
 +
**** [[Embedding]] ... [[Fine-tuning]] ... [[Retrieval-Augmented Generation (RAG)|RAG]] ... [[Agents#AI-Powered Search|Search]] ... [[Clustering]] ... [[Recommendation]] ... [[Anomaly Detection]] ... [[Classification]] ... [[Dimensional Reduction]].  [[...find outliers]]
 
** [[Recurrent Neural Network (RNN)]]
 
** [[Recurrent Neural Network (RNN)]]
** [[Attention]] Mechanism  ...[[Transformer]] Model  ...[[Generative Pre-trained Transformer (GPT)]]
+
** [[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