Skip to content

Commit 5f1b6cc

Browse files
committedMay 8, 2021
task1: final-model names features done
1 parent c8917fc commit 5f1b6cc

32 files changed

+6320
-14554
lines changed
 

‎resources/.DS_Store

0 Bytes
Binary file not shown.

‎resources/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Papers
2+
3+
1. [Gender prediction from social media comments](https://www.researchgate.net/publication/336444842_Gender_Prediction_From_Social_Media_Comments_With_Artificial_Intelligence)
4+
2. [Predicting Gender from name](https://towardsdatascience.com/predicting-gender-from-name-caf82b9ae9a9)
5+
3. [Youtube](https://www.youtube.com/watch?v=ETVtJe_tvLo)
6+
4. [Github of youtube](https://github.com/Jcharis/Python-Machine-Learning/blob/master/Gender%20Classification%20With%20%20Machine%20Learning/Gender%20Classification%20of%20Names%20With%20Machine%20Learning.ipynb)
7+
5. [Neural Network Model](https://github.com/leophagus/Machine-Learning-Gender-from-Name)
8+
6. [Github Projects](https://github.com/topics/gender-from-name)
9+
7. [LSTM](https://github.com/ksdkamesh99/Ling-Gender/blob/master/model.ipynb)
10+
11+
12+
### Random Trobleshooting
13+
1. [Colab data upload](https://stackoverflow.com/questions/49360888/google-colab-is-very-slow-compared-to-my-pc#:~:text=Colab%20provides%2025GB%20RAM%20%2Cso,'%2Fcontent'%20or%20google%20drive.)
14+
15+
16+
17+
### Datasets:
18+
- Movie Dialogues: https://github.com/Phylliida/Dialogue-Datasets/blob/master/MovieCorpus.txt
19+
- VAD: https://saifmohammad.com/WebPages/nrc-vad.html

‎resources/bin/successful_files_temp.csv

-1,145
This file was deleted.

‎resources/movie-list.pages

-528 KB
Binary file not shown.
Binary file not shown.
1.88 MB
Binary file not shown.

‎resources/ref.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
https://towardsdatascience.com/deep-learning-gender-from-name-lstm-recurrent-neural-networks-448d64553044
2+
3+
https://github.com/prdeepakbabu/Python/blob/master/Deep%20learning%20gender/Deep%20Learning%20(RNN%20-%20LSTMs)%20Predict%20Gender%20from%20Name.ipynb
4+
5+
https://towardsdatascience.com/can-a-machine-classify-genders-3119d6e39377
6+
7+
https://github.com/ani-rudra-chan/Predicting-Gender-Project/blob/master/gender_prediction.ipynb
8+
9+
https://www.codementor.io/@ashamao/machine-learning-in-plain-english-building-a-decision-tree-model-to-classify-names-by-gender-part-one-b47dggc7x
10+
11+
https://www.kaggle.com/springboardroger/naive-bayes-name-gender-classifier
12+
13+
https://medium.com/@kvnamipara/a-better-visualisation-of-pie-charts-by-matplotlib-935b7667d77f
14+
15+
https://www.python-graph-gallery.com/8-add-confidence-interval-on-barplot
16+
17+
https://github.com/bryan-md/wordcloud/blob/main/wordcloud.ipynb

‎resources/scripts/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.