Pinned Repositories
awesome-computer-vision
A curated list of awesome computer vision resources
awesome-deep-learning-papers
The most cited deep learning papers
Computer-Vision-for-Drone-Imaging
Curated list of resources in the area of aerial/drone imagery
Data-Structures-and-Algorithms-Python
Data Structures & Algorithms in Python
defish-python
Python implementation for Algorithmic correction of fisheye lens distortion: https://github.com/bovine/defish
Python-Machine-Learning-Template
[DO NOT FORK/CLONE | JUST CLICK ON "USE THIS TEMPLATE" BUTTON] Supercharge your Python machine learning projects with the comprehensive and organized structure provided by the Python Machine Learning Template. 🚀🐍
RTSP-with-OpenCV
Code(s) to demonstrate how to use RTSP videos with OpenCV(Python) and handle RTSP exceptions.
anujonthemove's Repositories
anujonthemove/Desktop-Notifier-Example
An exemplar desktop notifier application using notify2
anujonthemove/Auto-Insurance-Sweden
Predicting payment for auto insurance claims in Sweden using Linear Regression (Gradient Descent)
anujonthemove/Awesome-Deep-Learning-Resources
Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully.
anujonthemove/awesome-public-datasets
An awesome list of high-quality open datasets in public domains (on-going). By everyone, for everyone!
anujonthemove/cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
anujonthemove/CodeMonk
My Solutions for Algorithmic Problems Written in C & C++ Programming Language.
anujonthemove/Coursera-Machine-Learning
Coursera Machine Learning - Python code
anujonthemove/coursera-machine-learning-in-python
machine learning algorithms in python from scratch
anujonthemove/courses
Course materials for the Data Science Specialization: https://www.coursera.org/specialization/jhudatascience/1
anujonthemove/deep-anpr
Using neural networks to build an automatic number plate recognition system
anujonthemove/deep-learning-nano-foundation
Udacity's Deep Learning Nano Foundation program.
anujonthemove/Deep-learning-object-detection-links.
Object detectors based on DL (from: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html )
anujonthemove/deep-learning-papers
Papers about deep learning ordered by task, date. Current state-of-the-art papers are labelled.
anujonthemove/dl_setup_metaguide
Metaguide for setting up deeplearning environments on Ubuntu
anujonthemove/DSB2017
The solution of team 'grt123' in DSB2017
anujonthemove/geeksforgeeks
Python scripts of my published articles on geeksforgeeks.com
anujonthemove/Grapefruit
Color manipulation in python
anujonthemove/gtc2017-numba
Numba tutorial for GTC 2017 conference
anujonthemove/Hello-World
"Hello World" in 50 programming languages.
anujonthemove/imutils
A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
anujonthemove/ipython-notebooks
A collection of IPython notebooks covering various topics.
anujonthemove/lectures
Oxford Deep NLP 2017 course
anujonthemove/Machine-Learning
Machine learning library written in readable python code
anujonthemove/multi-object-tracker
Multiple objects tracker using openCV and dlib
anujonthemove/procon
ciel(tyama)'s programming contest solutions (Most of codeiq solutions are isolated to another repo)
anujonthemove/rcnn
R-CNN: Regions with Convolutional Neural Network Features
anujonthemove/SDC-Vehicle-Lane-Detection
I am using an ensemble of classic computer vision and modern deep learning techniques, to detect the lane lines and the vehicles on a highway. This project was part of the Udacity SDC Nanodegree.
anujonthemove/tensorflow-mnist-cnn
MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc are implemented.
anujonthemove/Tensorflow-Programs-and-Tutorials
Implementations of CNNs, RNNs, GANs, etc
anujonthemove/tensorflow-tutorial
Code and examples for Initialized's Introduction to Tensorflow Tutorial