Skip to content

Commit aa8858a

Browse files
authored
Update README.md
1 parent 7debc17 commit aa8858a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,14 @@ Below examples include the intense usage of industry-hot frameworks (i.e. Pytorc
6262
EDA-focused regression model building to predict a ship's Crew Size. CSV Dataset included in a same folder.
6363
</p>
6464
Jun 23, 2020
65-
65+
66+
67+
#### [Simple Text Mining concept and practice from scratch](https://github.com/hyunjoonbok/Python-Projects/blob/master/vanilla/Simple%20Text%20Mining%20concept%20and%20practice%20from%20scratch.ipynb):
68+
<p>
69+
This notebook shows 3 different approches that could be taken when performing a text-mining, from it's concept and actual implementation of codes. Text mining is an approach to find a relationship between two words in a given sentence. It could be found by using: 1) Frequency of appearance of two words 2) Statistical method of extracting connection 3) Word2vec (DL)
70+
</p>
71+
Jun 19, 2020
72+
6673

6774
#### [Reuters News Text Classification in Tensorflow Keras](https://github.com/hyunjoonbok/Python-Projects/blob/master/tensorflow/Reuters%20News%20Classification%20using%20LSTM%20(long-short%20tem%20memory)%20in%20Tensorflow.ipynb):
6875
<p>

0 commit comments

Comments
 (0)