Deep Learning for Beginners

1 minute read

Published:

This paper summarizes resources for deep learning for beginners.

Basic Knowledge

First Convolutional Neural Networks (CNN) Example

MNIST dataset is probably the most popular for create the first CNN example. It consists of 70,000 images of handwritten digits from 0-9.

Depending on your preference of the programming languages, there are Python and Matlab examples available.

What is Convolutional Neural Networks (CNN)

Deep Learning Architectures

Code Examples

TensorFlow + Keras

Pytorch

Matlab

Online Resources

Matlab Resources

Matlab has provided lots of useful resources.

Development Tool

Python

Code Snippet

  • Check the installed packages
    conda list
    
  • Install a particular tensorflow version using conda
    conda install -c conda-forge tensorflow=1.13