Pinned Repositories
100_Days_of_ML_Code
These are the instructions for "100 Days of ML Code" By Siraj Raval on Youtube
19_udacity_dsa
Data Structures & Algorithms Nanodegree Program from Udacity
A-First-Course-on-Deep-Learning-Notes
Disclaimer: This is the detailed notes for PadhAI onefourthlabs course “A First Course on Deep Learning".
Dog-Breed-Classifier
An example of using CNNs and Transfer Learning to classify the breed of a dog
Machine-Learning
My Attempt In The World Of ML....
notes
practicalAI
📚A practical approach to learning and using machine learning.
pytorch-cifar-models
3.41% and 17.11% error on CIFAR-10 and CIFAR-100
pytorch-lr-finder
the-incredible-pytorch
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
Praveen94's Repositories
Praveen94/Dog-Breed-Classifier
An example of using CNNs and Transfer Learning to classify the breed of a dog
Praveen94/Machine-Learning
My Attempt In The World Of ML....
Praveen94/100_Days_of_ML_Code
These are the instructions for "100 Days of ML Code" By Siraj Raval on Youtube
Praveen94/algorithms
My Algorithms and Data Structures studies & problems I solved for Competitive Programming. This is my coding path to learn and master algorithms
Praveen94/Algorithms-1
:computer: Data Structures and Algorithms in Python
Praveen94/Android-TensorFlow-Lite-Example
Android TensorFlow Lite Machine Learning Example
Praveen94/awesome-artificial-intelligence
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers
Praveen94/awesome-cheatsheets
📚 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Praveen94/awesome-machine-learning-deep-learning-mathematics
A curated list of mathematics documents ,Concepts, Study Materials , Algorithms and Codes available across the internet for machine learning and deep learning
Praveen94/BlackJackGameInPython
Praveen94/BookMyCab
Praveen94/CabBooking
Praveen94/CNN-from-Scratch
A scratch implementation of Convolutional Neural Network in Python using numpy only and validated over CIFAR-10 & MNIST Dataset
Praveen94/computer-vision
Programming Assignments and Lectures for Stanford's CS 231: Convolutional Neural Networks for Visual Recognition
Praveen94/deep-learning
Repo for the Deep Learning Nanodegree Foundations program.
Praveen94/Deep-Learning-for-Medical-Applications
Deep Learning Papers on Medical Image Analysis
Praveen94/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
Praveen94/Deeplearning-OCR
An OCR based on deep learning (CNN+LSTM+CTC)
Praveen94/Deeplearning_Image_Similarity
Deep learning based image similarity search for product recommendations
Praveen94/Dog-Cat-Classification
Implemented a CNN to classify Dogs and Cats.
Praveen94/Lung-Cancer-Detection-Using-3D-Convolutional-Neural-Networks
Praveen94/MEAN-App
Praveen94/MovieBooking
Praveen94/Opencv-Smile-Detection
Praveen94/programming-concepts-for-data-science
Basics of programming: algorithms, data structures, object oriented programming
Praveen94/python-cheat-sheet
Python Cheat Sheet NumPy, Matplotlib
Praveen94/Relation-Network-Tensorflow
Tensorflow implementations of Relational Networks and a VQA dataset named Sort-of-CLEVR proposed by DeepMind.
Praveen94/stereo_ptam
Python implementation of SLAM algorithm Stereo-PTAM
Praveen94/TensorFlow-Tutorials
TensorFlow Tutorials with YouTube Videos
Praveen94/TicTacToe
TicTacToe in Python