@@ -14,6 +14,8 @@ Table of Contents
1414Introduction
1515============
1616
17+ .. image :: docs/pic/Overview.png
18+
1719
1820====================================
1921Text and Document Feature Extraction
@@ -236,6 +238,10 @@ Text lemmatization is process in NLP to replaces the suffix of a word with a dif
236238Word Embedding
237239~~~~~~~~~~~~~~
238240
241+
242+ .. image :: docs/pic/CBOW.png
243+
244+
239245--------
240246Word2Vec
241247--------
@@ -244,6 +250,8 @@ Word2Vec
244250Global Vectors for Word Representation (GloVe)
245251----------------------------------------------
246252
253+
254+
247255--------
248256FastText
249257--------
@@ -307,10 +315,16 @@ Non-negative Matrix Factorization (NMF)
307315Random Projection
308316~~~~~~~~~~~~~~~~~
309317
318+ .. image :: docs/pic/Random%20Projection.png
319+
310320~~~~~~~~~~~
311321Autoencoder
312322~~~~~~~~~~~
313323
324+ .. image :: docs/pic/Autoencoder.png
325+
326+
327+
314328~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
315329T-distributed Stochastic Neighbor Embedding (T-SNE)
316330~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -352,6 +366,8 @@ Naive Bayes Classifier
352366K-nearest Neighbor
353367~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
354368
369+ .. image :: docs/pic/KNN.png
370+
355371~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
356372Support Vector Machine~(SVM)
357373~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -364,6 +380,8 @@ Decision Tree
364380Random Forest
365381~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
366382
383+ .. image :: docs/pic/RF.png
384+
367385~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
368386Conditional Random Field (CRF)
369387~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -376,18 +394,21 @@ Deep Learning
376394Deep Neural Networks
377395-----------------------------------------
378396
397+ .. image :: docs/pic/DNN.png
379398
380399-----------------------------------------
381400Recurrent Neural Networks (RNN)
382401-----------------------------------------
383402
403+ .. image :: docs/pic/RNN.png
384404
405+ .. image :: docs/pic/LSTM.png
385406
386407-----------------------------------------
387408Convolutional Neural Networks (CNN)
388409-----------------------------------------
389410
390-
411+ .. image :: docs/pic/CNN.png
391412
392413-----------------------------------------
393414Deep Belief Network (DBN)
@@ -399,6 +420,7 @@ Deep Belief Network (DBN)
399420Hierarchical Attention Networks
400421-----------------------------------------
401422
423+ .. image :: docs/pic/HAN.png
402424
403425---------------------------------------------
404426Recurrent Convolutional Neural Networks (RCNN)
@@ -525,6 +547,8 @@ F1 Score
525547~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
526548
527549
550+ .. image :: docs/pic/F1.png
551+
528552~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
529553Matthew correlation coefficient (MCC)
530554~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments