Skip to main content
Category
Topics

Deep Learning Tutorials

Learn how to use AI to speed up data analysis and processes in our deep learning tutorials. Upskill with our deep learning tips, tricks, and techniques.
Other topics:
Deep Learning

Demystifying Mathematical Concepts for Deep Learning

Explore basic math concepts for data science and deep learning such as scalar and vector, determinant, singular value decomposition, and more.
Avinash Navlani's photo

Avinash Navlani

June 17, 2019

Python

Investigating Tensors with PyTorch

In this tutorial, you'll learn about Tensors, PyTorch, and how to create a simple neural network with PyTorch.
Sayak Paul's photo

Sayak Paul

September 12, 2018

Deep Learning

Deduce the Number of Layers and Neurons for ANN

There is an optimal number of hidden layers and neurons for an artificial neural network (ANN). This tutorial discusses a simple approach for determining the optimal numbers for layers and neurons for ANN's.
Ahmed Gad's photo

Ahmed Gad

September 11, 2018

Python

Image Super-Resolution using Multi-Decoder Framework Tutorial

In this tutorial, you’ll implement a medical imaging using deep learning paper with Python in Keras.
Aditya Sharma's photo

Aditya Sharma

August 6, 2018

Python

Autoencoder as a Classifier using Fashion-MNIST Dataset Tutorial

In this tutorial, you will learn & understand how to use autoencoder as a classifier in Python with Keras. You'll be using Fashion-MNIST dataset as an example.
Aditya Sharma's photo

Aditya Sharma

July 20, 2018

Python

Reconstructing Brain MRI Images Using Deep Learning (Convolutional Autoencoder)

In this tutorial, you'll learn & understand how to read nifti format brain magnetic resonance imaging (MRI) images, reconstructing them using convolutional autoencoder.
Aditya Sharma's photo

Aditya Sharma

June 27, 2018

Python

Reconstructing Fingerprint Images Using Deep Learning (Convolutional Autoencoder)

In this tutorial, you will learn and understand how to read jpeg format fingerprint images, reconstructing them using convolutional autoencoder.
Aditya Sharma's photo

Aditya Sharma

June 26, 2018

Artificial Intelligence (AI)

TensorBoard Tutorial

Visualize the training parameters, metrics, hyperparameters or any statistics of your neural network with TensorBoard!
Thushan Ganegedara's photo

Thushan Ganegedara

June 6, 2018

Deep Learning

Demystifying Generative Adversarial Nets (GANs)

Learn what Generative Adversarial Networks are without going into the details of the math and code a simple GAN that can create digits!
DataCamp Team's photo

DataCamp Team

May 9, 2018