Pinned Repositories
100daysofcode-with-python-course
Course materials and handouts for #100DaysOfCode in Python course
ai-notebooks
Algo_Ds
Repository for cool algorithms and Datastructures
Analytics_Vidhya
Codes related to activities on AV including articles, hackathons and discussions.
automateBoringstuffPython
Automate the Boring Stuff With Python Practice and Project Repository
awesome-courses
:books: List of awesome university courses for learning Computer Science!
awesome-deep-vision
A curated list of deep learning resources for computer vision
awesome-embedding-models
A curated list of awesome embedding models tutorials, projects and communities.
awesome-nlp
:book: A curated list of resources dedicated to Natural Language Processing (NLP)
beginner_nlp
A curated list of beginner resources in Natural Language Processing
anirban812's Repositories
anirban812/100daysofcode-with-python-course
Course materials and handouts for #100DaysOfCode in Python course
anirban812/ai-notebooks
anirban812/Algo_Ds
Repository for cool algorithms and Datastructures
anirban812/challenges
PyBites Code Challenges
anirban812/Classical-Piano-Composer
anirban812/cosc6336-nlp-sp2018
Course materials for intro to NLP
anirban812/coursera-Advanced-Machine-Learning-specialization
Repo for coursera specialization Advanced Machine Learning by Higher School of Economics
anirban812/coursera-dsa
Coursera's Data Structures and Algorithms Specialization
anirban812/courses
fast.ai Courses
anirban812/deep-learning-coursera
Deep Learning Specialization by Andrew Ng on Coursera.
anirban812/deepLearningBook-Notes
Notes on the Deep Learning book from Ian Goodfellow, Yoshua Bengio and Aaron Courville (2016)
anirban812/dengue_prediction
Predicting spread of Dengue based on climate data
anirban812/DL-3
Exploratory Data Analysis ; Deep Learning 3;
anirban812/Drowsiness_Detection
anirban812/keras
Deep Learning for humans
anirban812/Machine-Learning-Algorithms-Numpy
anirban812/machine-learning-for-software-engineers
A complete daily plan for studying to become a machine learning engineer.
anirban812/Machine-Learning-with-Python
Python codes for common Machine Learning Algorithms
anirban812/Michael-s-Data-Science-Curriculum
This is the companion curriculum to my guide to becoming a data scientist.
anirban812/microblog
A microblogging web application written in Python and Flask that I developed as part of my Flask Mega-Tutorial series.
anirban812/Numpy-CNN
A numpy-only implementation of a Convolutional Neural Network, from the ground up.
anirban812/opencv
Open Source Computer Vision Library
anirban812/SecurityDVR_AI_addon
A simple, relatively inexpensive, demo system to add AI to a security system DVR using a Raspberry Pi 3 and an Intel Movidius Neural Compute Stick.
anirban812/Sentiment-Analysis-using-Neural-Network
Build Sentiment Classifier using Keras Neural Net
anirban812/tag-generator
A simple application to generate tags for the given text (document) using tf-idf.
anirban812/Text-Summarizer
anirban812/TinderAutomation
anirban812/website_content
Blog articles and some static pages
anirban812/word2vec-from-scratch-with-python
A very simple, bare-bones, inefficient, implementation of skip-gram word2vec from scratch with Python
anirban812/YOLOw-Keras
YOLOv2 Object Detection w/ Keras (in just 20 lines of code)