Stars
Python Data Science Handbook: full text in Jupyter Notebooks
TensorFlow Tutorials with YouTube Videos
The "Python Machine Learning (2nd edition)" book code repository and info resource
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Data Science Using Python
Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://amzn.to/3JUgR2L
Code repository for Deep Learning with Keras published by Packt
Natural Language Processing with TensorFlow, published by Packt
Code Files for the Udemy Course: The Complete Neural Networks Bootcamp: Theory, Applications
The Annotated Encoder Decoder with Attention
All my experiments with AI and ML
This is the code for "How to Make a Language Translator - Intro to Deep Learning #11' by Siraj Raval on YouTube
Analysis of 60+ million NYC Yellow Taxi Trips in 2018 using PySpark. The analysis utilizes a Spark cluster that is setup using GCP.
New York City Taxi project analyses trips from yellow taxi
This report demonstrate an attempt in identifying ratings for the New York Yellow Taxi trip. The period was set in 2019 from January - December. A classifier was also made to predict the ratings of…
A simple notebook and script to convert an image into stylised svg.
Recurrent neural networks in Pytorch - Vanilla LSTM neural machine translator