├── Alphabet GAN ├── bangla-gan.gif ├── eng-gan.gif ├── english-alphabet-gan.ipynb └── readme.md ├── Created with MANIM ├── README.md └── bayesian_classifiers_explained.py ├── Introduction to NLP ├── Bag of Words + TF-IDF.ipynb ├── Bag of Words.ipynb ├── GloVe.ipynb ├── How to train custom word vectors.ipynb ├── How to use pre-trained word vectors (GloVe+Word2Vec).ipynb ├── Sarcasm is very easy to detect GloVe+LSTM.ipynb ├── Summarization & Keyword Extraction.ipynb ├── Text Cleaning + Preprocessing.ipynb ├── Word2Vec.ipynb ├── amazon_cells_labelled.txt ├── cleaned_hm.csv ├── hound.txt ├── imdb_labelled.txt ├── readme.md └── yelp_labelled.txt ├── Miscellaneous ├── 0.png ├── Markov_Chain_Simulation.ipynb ├── Text_Generation_Tutorial.ipynb ├── mat2.png └── monte_carlo.py ├── Pandas Tricks └── 11_pandas_tricks.ipynb ├── Python Tutorials └── Multiprocessing │ ├── downloader.py │ ├── multi.py │ └── prime.py ├── README.md ├── Scikit-Learn-Videos └── GridSearchCV │ ├── GridSearchCV.ipynb │ └── concrete_data.csv └── Sklearn-Evaluation Metrics ├── 1.png ├── 2.png ├── 3.png ├── 4.jpg ├── 5.png └── Evaluation Metrics.ipynb /Alphabet GAN/bangla-gan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Alphabet GAN/bangla-gan.gif -------------------------------------------------------------------------------- /Alphabet GAN/eng-gan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Alphabet GAN/eng-gan.gif -------------------------------------------------------------------------------- /Alphabet GAN/english-alphabet-gan.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Alphabet GAN/english-alphabet-gan.ipynb -------------------------------------------------------------------------------- /Alphabet GAN/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Alphabet GAN/readme.md -------------------------------------------------------------------------------- /Created with MANIM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Created with MANIM/README.md -------------------------------------------------------------------------------- /Created with MANIM/bayesian_classifiers_explained.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Created with MANIM/bayesian_classifiers_explained.py -------------------------------------------------------------------------------- /Introduction to NLP/Bag of Words + TF-IDF.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/Bag of Words + TF-IDF.ipynb -------------------------------------------------------------------------------- /Introduction to NLP/Bag of Words.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/Bag of Words.ipynb -------------------------------------------------------------------------------- /Introduction to NLP/GloVe.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/GloVe.ipynb -------------------------------------------------------------------------------- /Introduction to NLP/How to train custom word vectors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/How to train custom word vectors.ipynb -------------------------------------------------------------------------------- /Introduction to NLP/How to use pre-trained word vectors (GloVe+Word2Vec).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/How to use pre-trained word vectors (GloVe+Word2Vec).ipynb -------------------------------------------------------------------------------- /Introduction to NLP/Sarcasm is very easy to detect GloVe+LSTM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/Sarcasm is very easy to detect GloVe+LSTM.ipynb -------------------------------------------------------------------------------- /Introduction to NLP/Summarization & Keyword Extraction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/Summarization & Keyword Extraction.ipynb -------------------------------------------------------------------------------- /Introduction to NLP/Text Cleaning + Preprocessing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/Text Cleaning + Preprocessing.ipynb -------------------------------------------------------------------------------- /Introduction to NLP/Word2Vec.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/Word2Vec.ipynb -------------------------------------------------------------------------------- /Introduction to NLP/amazon_cells_labelled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/amazon_cells_labelled.txt -------------------------------------------------------------------------------- /Introduction to NLP/cleaned_hm.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/cleaned_hm.csv -------------------------------------------------------------------------------- /Introduction to NLP/hound.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/hound.txt -------------------------------------------------------------------------------- /Introduction to NLP/imdb_labelled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/imdb_labelled.txt -------------------------------------------------------------------------------- /Introduction to NLP/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/readme.md -------------------------------------------------------------------------------- /Introduction to NLP/yelp_labelled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Introduction to NLP/yelp_labelled.txt -------------------------------------------------------------------------------- /Miscellaneous/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Miscellaneous/0.png -------------------------------------------------------------------------------- /Miscellaneous/Markov_Chain_Simulation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Miscellaneous/Markov_Chain_Simulation.ipynb -------------------------------------------------------------------------------- /Miscellaneous/Text_Generation_Tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Miscellaneous/Text_Generation_Tutorial.ipynb -------------------------------------------------------------------------------- /Miscellaneous/mat2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Miscellaneous/mat2.png -------------------------------------------------------------------------------- /Miscellaneous/monte_carlo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Miscellaneous/monte_carlo.py -------------------------------------------------------------------------------- /Pandas Tricks/11_pandas_tricks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Pandas Tricks/11_pandas_tricks.ipynb -------------------------------------------------------------------------------- /Python Tutorials/Multiprocessing/downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Python Tutorials/Multiprocessing/downloader.py -------------------------------------------------------------------------------- /Python Tutorials/Multiprocessing/multi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Python Tutorials/Multiprocessing/multi.py -------------------------------------------------------------------------------- /Python Tutorials/Multiprocessing/prime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Python Tutorials/Multiprocessing/prime.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/README.md -------------------------------------------------------------------------------- /Scikit-Learn-Videos/GridSearchCV/GridSearchCV.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Scikit-Learn-Videos/GridSearchCV/GridSearchCV.ipynb -------------------------------------------------------------------------------- /Scikit-Learn-Videos/GridSearchCV/concrete_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Scikit-Learn-Videos/GridSearchCV/concrete_data.csv -------------------------------------------------------------------------------- /Sklearn-Evaluation Metrics/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Sklearn-Evaluation Metrics/1.png -------------------------------------------------------------------------------- /Sklearn-Evaluation Metrics/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Sklearn-Evaluation Metrics/2.png -------------------------------------------------------------------------------- /Sklearn-Evaluation Metrics/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Sklearn-Evaluation Metrics/3.png -------------------------------------------------------------------------------- /Sklearn-Evaluation Metrics/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Sklearn-Evaluation Metrics/4.jpg -------------------------------------------------------------------------------- /Sklearn-Evaluation Metrics/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Sklearn-Evaluation Metrics/5.png -------------------------------------------------------------------------------- /Sklearn-Evaluation Metrics/Evaluation Metrics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suji04/NormalizedNerd/HEAD/Sklearn-Evaluation Metrics/Evaluation Metrics.ipynb --------------------------------------------------------------------------------