You are on page 1of 2

https://neudesic-my.sharepoint.

com/personal/harish_gajjela_neudesic_com/_layouts/
OneNote.aspx?id=%2Fpersonal%2Fharish_gajjela_neudesic_com%2FDocuments%2FApplied
%20AI%2FPython
onenote:https://neudesic-my.sharepoint.com/personal/harish_gajjela_neudesic_com/
Documents/Applied%20AI/Python/

list Mutable
tuple ImMutable
set Mutable
frozenset ImMutable
dict Mutable
range ImMutable
bytes ImMutable
bytearray ImMutable

Filtered

Fizzbuzz

Libraries

Numpy array
pandas
matplotlib
sci Kit

Blogs for ML:

https://blog.statsbot.co/machine-learning-algorithms-183cc73197c
https://towardsdatascience.com/ask-me-anything-session-with-a-kaggle-grandmaster-
vladimir-i-iglovikov-942ad6a06acd
https://machinelearningmastery.com/ensemble-machine-learning-algorithms-python-
scikit-learn/
https://www.analyticsvidhya.com/blog/2016/09/40-interview-questions-asked-at-
startups-in-machine-learning-data-science/
http://rasbt.github.io/mlxtend/user_guide/classifier/StackingClassifier/

https://www.analyticsvidhya.com/blog/2017/09/30-questions-test-k-nearest-neighbors-
algorithm/
http://www.r2d3.us/visual-intro-to-machine-learning-part-1/

C:\\Users\\Harish.Gajjela\\OneDrive - Neudesic\\Jupyter Notes\\Module-3\\Naive


Bayes\\6_Donors_choose_NB\\glove_vectors
C:\Program Files (x86)\Graphviz2.38\
---------------------------------------
pip
numpy
pandas
matplotlib
scipy
scikit-learn
nltk
seaborn
plotly
keras
pillow
gensim
3. graphviz -- this is used to plot decision tree, dask dataframe tree, DL models
etc
# i have stopped kernle lets start jupyter notebook --- done

4. distance: note that this package is not part of the conda so we will be
installing it with pip -- done
5. fuzzy wazzy : -conda install -c conda-forge fuzzywuzzy
6. imblearn
7. networkx
8. spacy - env_spacy
9. foulim --
10. tensorflow & keras -- done
12. prettytable - done
13. tqdm - done
14. xgboost done
16. gpxpy done
18. nltk.stopwords done
19. skmultilearn done
20. surprise done
21. stellargraph done
22. tensorboard - pending

Malware detection -
https://github.com/Guru36/Malware/blob/master/MicrosoftMalwareDetection.ipynb
Facebook Friend Recommendation - https://github.com/shashimanyam/FACEBOOK-FRIEND-
RECOMMENDATION
SQL Assignment on IMDB data - https://github.com/shashimanyam/SQL_IMDB
Backpropagation and Gradient Checking -
https://github.com/Guru36/Sep_03/blob/master/1574079118021_Backpropagation.ipynb
Recommendation Systems and Truncated SVD SGD algorithm to predict ratings -
https://github.com/Guru36/notes
Working with Callbacks - https://github.com/Guru36/CallBack
Transfer Learning -
Document Classification with CNN - https://github.com/Guru36/CNN
LSTM on Donors Choose - https://github.com/shashimanyam/LONG_SHORT_TERM_MEMORY-
LSTM-
CNN on CIFR - https://github.com/shashimanyam/CNN-on-cifar

You might also like