Theano 简明教程

Theano Tutorial

Theano 是一个 Python 库,它能让你定义机器学习中使用的数学表达式,优化这些表达式,并在关键领域精确地使用 GPU 来有效地评估它们。在大多数情况下,它可以与典型的全 C 实现相媲美。

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

在继续本教程之前,你需要具备 Python、NumPy、神经网络和深度学习方面的先验知识。

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