Theano Tutorial

Theano Tutorial

Theano is a Python library that lets you define mathematical expressions used in Machine Learning, optimize these expressions and evaluate those very efficiently by decisively using GPUs in critical areas. It can rival typical full C-implementations in most of the cases.

Audience

This tutorial is designed to help all those learners who are aiming to develop Deep Learning Projects.

Prerequisites

Before you proceed with this tutorial, prior exposure to Python, NumPy, Neural Networks, and Deep Learning is necessary.

Advertisements