All Projects → khanhnamle1994 → Computer Vision

khanhnamle1994 / Computer Vision

Programming Assignments and Lectures for Stanford's CS 231: Convolutional Neural Networks for Visual Recognition

Projects that are alternatives of or similar to Computer Vision

Caffenet Benchmark
Evaluation of the CNN design choices performance on ImageNet-2012.
Stars: ✭ 700 (+71.57%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, imagenet
Pneumonia Detection From Chest X Ray Images With Deep Learning
Detecting Pneumonia in Chest X-ray Images using Convolutional Neural Network and Pretrained Models
Stars: ✭ 64 (-84.31%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, imagenet
Deep learning projects
Stars: ✭ 28 (-93.14%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-classification
Assembled Cnn
Tensorflow implementation of "Compounding the Performance Improvements of Assembled Techniques in a Convolutional Neural Network"
Stars: ✭ 319 (-21.81%)
Mutual labels:  convolutional-neural-networks, image-classification, imagenet
Knowledge Distillation Keras
A machine learning experiment
Stars: ✭ 160 (-60.78%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-classification
Pba
Efficient Learning of Augmentation Policy Schedules
Stars: ✭ 461 (+12.99%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-classification
Imagenet
Trial on kaggle imagenet object localization by yolo v3 in google cloud
Stars: ✭ 56 (-86.27%)
Mutual labels:  jupyter-notebook, image-classification, imagenet
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (-60.05%)
Mutual labels:  convolutional-neural-networks, image-classification, imagenet
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-65.93%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-classification
Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (-70.59%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-classification
Tf Mobilenet V2
Mobilenet V2(Inverted Residual) Implementation & Trained Weights Using Tensorflow
Stars: ✭ 85 (-79.17%)
Mutual labels:  convolutional-neural-networks, image-classification, imagenet
Triplet Attention
Official PyTorch Implementation for "Rotate to Attend: Convolutional Triplet Attention Module." [WACV 2021]
Stars: ✭ 222 (-45.59%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, imagenet
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+1913.24%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-classification
Fakeimagedetector
Image Tampering Detection using ELA and CNN
Stars: ✭ 93 (-77.21%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-classification
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-52.21%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-classification
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (-33.33%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, image-classification
Youtube Code Repository
Repository for most of the code from my YouTube channel
Stars: ✭ 317 (-22.3%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Pytorch Randaugment
Unofficial PyTorch Reimplementation of RandAugment.
Stars: ✭ 323 (-20.83%)
Mutual labels:  convolutional-neural-networks, imagenet
Keras Multi Label Image Classification
Keras- Multi Label Image Classification
Stars: ✭ 335 (-17.89%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Cs231
Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 317 (-22.3%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks

CoverPhoto

Computer Vision has become ubiquitous in our society, with applications in search, image understanding, apps, mapping, medicine, drones, and self-driving cars. Core to many of these applications are visual recognition tasks such as image classification, localization and detection. Recent developments in neural network (aka “deep learning”) approaches have greatly advanced the performance of these state-of-the-art visual recognition systems. This course is a deep dive into details of the deep learning architectures with a focus on learning end-to-end models for these tasks, particularly image classification. During the 10-week course, students will learn to implement, train and debug their own neural networks and gain a detailed understanding of cutting-edge research in computer vision. The final assignment will involve training a multi-million parameter convolutional neural network and applying it on the largest image classification dataset (ImageNet). We will focus on teaching how to set up the problem of image recognition, the learning algorithms (e.g. backpropagation), practical engineering tricks for training and fine-tuning the networks and guide the students through hands-on assignments and a final course project. Much of the background and materials of this course will be drawn from the ImageNet Challenge.

Table of Content

Lectures

Assignments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].