Pinned Repositories
30-seconds-of-python
A curated collection of useful Python snippets that you can understand in 30 seconds or less.
aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
awesome-bigdata
A curated list of awesome big data frameworks, ressources and other awesomeness.
awesome-deep-learning-papers
The most cited deep learning papers
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
Classification_using_R
Clustering-using-R
Deep_neural_network
This is an attempt to implement a deep neural network with 3 hidden layers.
graphs-and-trees
This is a collection of my attempts to implement tree and graph algorithms
Question-Answering-system-
It uses extensive NLP and ML techniques at its backend for answering descriptive type queries ( currently, the model has been trained only for Data science and Machine Learning Domain ).
litgupta's Repositories
litgupta/Deep_neural_network
This is an attempt to implement a deep neural network with 3 hidden layers.
litgupta/graphs-and-trees
This is a collection of my attempts to implement tree and graph algorithms
litgupta/30-seconds-of-python
A curated collection of useful Python snippets that you can understand in 30 seconds or less.
litgupta/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
litgupta/awesome-bigdata
A curated list of awesome big data frameworks, ressources and other awesomeness.
litgupta/awesome-deep-learning-papers
The most cited deep learning papers
litgupta/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
litgupta/Classification_using_R
litgupta/Clustering-using-R
litgupta/Data-Engineering-HowTo
A list of useful resources to learn Data Engineering from scratch
litgupta/datascience
Curated list of Python resources for data science.
litgupta/deep-learning
Repo for the Deep Learning Nanodegree Foundations program.
litgupta/Digit-Recognition-using-machine-learning
A Digit Recognition system using supervised learning.
litgupta/DocFace
Face recognition system for ID photos
litgupta/face_classification
Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
litgupta/Go
Algorithms Implemented in GoLang
litgupta/hacker-laws
💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws
litgupta/introtodeeplearning_labs
Lab Materials for MIT 6.S191: Introduction to Deep Learning
litgupta/KMeans-Algorithm
Here I have uploaded two programmes, the first one named KMeans uses the sklearn library to implement a KMeans algorithm.Kmeans_scratch is implementation of kmeans from scratch.
litgupta/Maze-Generator-and-Solver
A maze generator and solver written in Python, which uses a backtracker algorithm and Djikstra's algorithm.
litgupta/nltk
NLTK Source
litgupta/OpenMined
The OpenMined Unity Application
litgupta/public-apis
A collective list of free APIs for use in software and web development.
litgupta/py-googletrans
(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.
litgupta/Python
All Algorithms implemented in Python
litgupta/Random_Friends_episode
litgupta/Regression_using_R
litgupta/SMS_spam_filter
Sms spam filter using Naive_Bayes
litgupta/system_design
Preparation links and resources for system design questions
litgupta/wtfpython
A collection of surprising Python snippets and lesser-known features.