anu-coder's Stars
TheAlgorithms/Python
All Algorithms implemented in Python
hakimel/reveal.js
The HTML Presentation Framework
ziishaned/learn-regex
Learn regex the easy way
pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
wesm/pydata-book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
HarisIqbal88/PlotNeuralNet
Latex code for making neural networks diagrams
guipsamora/pandas_exercises
Practice your pandas skills!
abhishekkrthakur/approachingalmost
Approaching (Almost) Any Machine Learning Problem
jvns/pandas-cookbook
Recipes for using Python's pandas library
dedupeio/dedupe
:id: A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.
justmarkham/scikit-learn-videos
Jupyter notebooks from the scikit-learn video series
fastai/course-nlp
A Code-First Introduction to NLP course
ajcr/100-pandas-puzzles
100 data puzzles for pandas, ranging from short and simple to super tricky (60% complete)
abhishekkrthakur/colabcode
Run VSCode (codeserver) on Google Colab or Kaggle Notebooks
kk7nc/Text_Classification
Text Classification Algorithms: A Survey
Code-Bullet/Google-Chrome-Dino-Game-AI
rrenaud/Gibberish-Detector
A small program to detect gibberish using a Markov Chain
jakewright/tutorials
Source code from Jake Wright's YouTube tutorials
hadley/emo
Easily insert emoji into R and RMarkdown
javedsha/text-classification
Machine Learning and NLP: Text Classification using python, scikit-learn and NLTK
PacktPublishing/Pandas-Cookbook-Second-Edition
Pandas Cookbook Second Edition, published by Packt
llSourcell/recommender_live
bhavsarpratik/data-science-interview-assignments
Real data science interview assignments
mrthlinh/Spotify-Playlist-Recommender
Playlist Recommender for Spotify
UdiBhaskar/Quora-Question-pair-similarity
Quora Question pair similarity - Machine Learning Project
abhi8893/tensorflow-deep-learning-mrdbourke
Exploring mrdbourke's awesome 🔥 course on Deep Learning using Tensorflow. Beautiful Jupyter notebooks, a well structured installable Python package, issues tracking on a Kanban board, and a deployed Github Page website. Come dive in!
Miserlou/easy-expressions
Easy Regular Expressions for Python
Ashutosh1995/Semseg-Notebooks
This repository contains IPython notebooks explanining semantic segmentation from scratch.
RohiBaner/FPTree
Implementation of a Frequent Pattern Mining Tree in Python 3
abhi8893/income-prediction-ml-deployment
Predicting income based on census data using machine learning. Flask for serving model API, Docker for contanerization, API docs using Swagger, API testing using Postman, and simple frontend using Streamlit.