All Projects → rouseguy → Deeplearning Image

rouseguy / Deeplearning Image

Licence: mit
Introduction to Deep Learning for Image Recognition

Projects that are alternatives of or similar to Deeplearning Image

Dpca
An implementation of demixed Principal Component Analysis (a supervised linear dimensionality reduction technique)
Stars: ✭ 146 (-0.68%)
Mutual labels:  jupyter-notebook
02456 Deep Learning With Pytorch
Exercises and supplementary material for the deep learning course 02456 using PyTorch.
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook
Basenji
Sequential regulatory activity predictions with deep convolutional neural networks.
Stars: ✭ 146 (-0.68%)
Mutual labels:  jupyter-notebook
Deepschool.io
Deep Learning tutorials in jupyter notebooks.
Stars: ✭ 1,780 (+1110.88%)
Mutual labels:  jupyter-notebook
Bert binary text classification
Accompanying code for the Medium article
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning Specialization Coursera
Deep Learning Specialization courses by Andrew Ng, deeplearning.ai
Stars: ✭ 146 (-0.68%)
Mutual labels:  jupyter-notebook
Segaware
Segmentation-Aware Convolutional Networks Using Local Attention Masks
Stars: ✭ 146 (-0.68%)
Mutual labels:  jupyter-notebook
Pyspark Learning
Updated repository
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook
Deep Face Recognition
One-shot Learning and deep face recognition notebooks and workshop materials
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook
Multivariate Time Series Forecast Using Seq2seq In Tensorflow
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook
Bug Hunting Colab
A Colab For Bug Hunting!
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook
Anomaly detection tuto
Anomaly detection tutorial on univariate time series with an auto-encoder
Stars: ✭ 144 (-2.04%)
Mutual labels:  jupyter-notebook
Keras Trigger Word
How to do Real Time Trigger Word Detection with Keras | DLology
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook
Chess Alpha Zero
Chess reinforcement learning by AlphaGo Zero methods.
Stars: ✭ 1,868 (+1170.75%)
Mutual labels:  jupyter-notebook
Scipy 2017 Tutorial Pandas
SciPy 2017 Pandas Tutorial
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook
Optical Flow Filter
A real time optical flow algorithm implemented on GPU
Stars: ✭ 146 (-0.68%)
Mutual labels:  jupyter-notebook
Python4ds
Jupyter Notebooks used on my DataScience projects
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook
Pachong
一些爬虫的代码
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook
Data structures and algorithms in python
📖 Worked Solutions of "Data Structures & Algorithms in Python", written by Michael T. Goodrich, Roberto Tamassia and Michael H. Goldwasser. ✏️
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning
Deep Learning Application Examples
Stars: ✭ 147 (+0%)
Mutual labels:  jupyter-notebook

Introduction to Deep Learning for Image Recognition

This notebook accompanies the Introduction to Deep Learning for Image Recognition workshop to explain the core concepts of deep learning with emphasis on classifying images as the application. Python data stack is used for the workshop.

Overview

The following topics are covered

  1. What is deep learning?
  2. Motivation: Some use cases
  3. Building blocks of Neural Networks (Neuron, Activation Function, Backpropagation Algorithm)
  4. Introduction to the problem : MNIST dataset
  5. Building neural network from scratch
  6. Introduction to keras
  7. Multi-layer perceptron
  8. Convolutional Neural Network

Depending on time, the following topics might be covered

  1. Using tensorflow as backend for keras
  2. Unsupervised learning using Autoencoders

Installation Instructions

Please refer to the installation instructions document. That document also has instructions on how to run a script to check if the required packages are installed.

Slides

The slides used for the workshop are available here

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].