All Projects → jatinshah → Ufldl_tutorial

jatinshah / Ufldl_tutorial

Licence: mit
Stanford Unsupervised Feature Learning and Deep Learning Tutorial

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ufldl tutorial

Sru Deeplearning Workshop
دوره 12 ساعته یادگیری عمیق با چارچوب Keras
Stars: ✭ 66 (-90.42%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Deeplearning.ai
deeplearning.ai , By Andrew Ng, All video link
Stars: ✭ 625 (-9.29%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Tensorflow Tutorial
TensorFlow and Deep Learning Tutorials
Stars: ✭ 748 (+8.56%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Deep learning notes
a collection of my notes on deep learning
Stars: ✭ 112 (-83.74%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Adventures In Deep Learning
A curated list of Deep Learning resources sorted by reputation
Stars: ✭ 131 (-80.99%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Tensorflow Project Template
A best practice for tensorflow project template architecture.
Stars: ✭ 3,466 (+403.05%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
A Journey Into Convolutional Neural Network Visualization
A journey into Convolutional Neural Network visualization
Stars: ✭ 165 (-76.05%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
First Steps Towards Deep Learning
This is an open sourced book on deep learning.
Stars: ✭ 376 (-45.43%)
Mutual labels:  convolutional-neural-networks, deep-learning-tutorial
Mtcnn Pytorch
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
Stars: ✭ 531 (-22.93%)
Mutual labels:  convolutional-neural-networks
Web Traffic Forecasting
Kaggle | Web Traffic Forecasting 📈
Stars: ✭ 596 (-13.5%)
Mutual labels:  convolutional-neural-networks
Faced
🚀 😏 Near Real Time CPU Face detection using deep learning
Stars: ✭ 528 (-23.37%)
Mutual labels:  convolutional-neural-networks
Sketch simplification
Models and code related to sketch simplification of rough sketches.
Stars: ✭ 531 (-22.93%)
Mutual labels:  convolutional-neural-networks
Dll
Fast Deep Learning Library (DLL) for C++ (ANNs, CNNs, RBMs, DBNs...)
Stars: ✭ 605 (-12.19%)
Mutual labels:  convolutional-neural-networks
Music recommender
Music recommender using deep learning with Keras and TensorFlow
Stars: ✭ 528 (-23.37%)
Mutual labels:  convolutional-neural-networks
Neuralkart
A Real-time Mario Kart AI using CNNs, Offline Search, and DAGGER
Stars: ✭ 644 (-6.53%)
Mutual labels:  convolutional-neural-networks
Deep Learning With Pytorch Chinese
本仓库将PyTorch官方书籍《Deep learning with PyTorch》(基本摘录版)翻译成中文版并给出可运行的相关代码。
Stars: ✭ 517 (-24.96%)
Mutual labels:  deep-learning-tutorial
Fastmri
A large-scale dataset of both raw MRI measurements and clinical MRI images
Stars: ✭ 592 (-14.08%)
Mutual labels:  convolutional-neural-networks
Convnet Drawer
Python script for illustrating Convolutional Neural Networks (CNN) using Keras-like model definitions
Stars: ✭ 516 (-25.11%)
Mutual labels:  convolutional-neural-networks
Network Slimming
Network Slimming (Pytorch) (ICCV 2017)
Stars: ✭ 571 (-17.13%)
Mutual labels:  convolutional-neural-networks
Fchd Fully Convolutional Head Detector
Code for FCHD - A fast and accurate head detector
Stars: ✭ 555 (-19.45%)
Mutual labels:  convolutional-neural-networks

Stanford Unsupervised Feature Learning and Deep Learning Tutorial

Tutorial Website: http://ufldl.stanford.edu/wiki/index.php/UFLDL_Tutorial

Sparse Autoencoder

Sparse Autoencoder vectorized implementation, learning/visualizing features on MNIST data

Preprocessing: PCA & Whitening

Implement PCA, PCA whitening & ZCA whitening

Softmax Regression

Classify MNIST digits via softmax regression (multivariate logistic regression)

Self-Taught Learning and Unsupervised Feature Learning

Classify MNIST digits via self-taught learning paradigm, i.e. learn features via sparse autoencoder using digits 5-9 as unlabelled examples and train softmax regression on digits 0-4 as labelled examples

Building Deep Networks for Classification (Stacked Sparse Autoencoder)

Stacked sparse autoencoder for MNIST digit classification

Linear Decoders with Auto encoders

Learn features on 8x8 patches of 96x96 STL-10 color images via linear decoder (sparse autoencoder with linear activation function in output layer)

Working with Large Images (Convolutional Neural Networks)

Classify 64x64 STL-10 images using features learnt via linear decoder (previous section) and convolutional neural networks

  • cnn.py: Convolution neural networks. Convolve & Pooling functions
  • cnn_exercise.py: Classify STL-10 images
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].