Keras 简明教程

Keras Tutorial

Keras 是一种适用于 Python 的开源深度学习框架。它由 Google 的人工智能研究员 Francois Chollet 开发。Google、Square、Netflix、华为和 Uber 等领先机构目前正在使用 Keras。本教程将讲解 Keras 的安装、深度学习的基础知识、Keras 模型、Keras 层、Keras 模块,最后以一些实时应用程序结束。

Keras is an open source deep learning framework for python. It has been developed by an artificial intelligence researcher at Google named Francois Chollet. Leading organizations like Google, Square, Netflix, Huawei and Uber are currently using Keras. This tutorial walks through the installation of Keras, basics of deep learning, Keras models, Keras layers, Keras modules and finally conclude with some real-time applications.

Audience

本教程专为有志于在深度学习和神经网络框架领域发展职业的专业人士编写。本教程旨在让您舒适地入门 Keras 框架概念。

This tutorial is prepared for professionals who are aspiring to make a career in the field of deep learning and neural network framework. This tutorial is intended to make you comfortable in getting started with the Keras framework concepts.

Prerequisites

在继续本教程中给出的各种类型概念之前,我们假设读者对深度学习框架有基本的了解。除此之外,如果读者对 Python 和机器学习有扎实的了解,那将非常有帮助。

Before proceeding with the various types ofs concepts given in this tutorial, we assume that the readers have basic understanding of deep learning framework. In addition to this, it will be very helpful, if the readers have a sound knowledge of Python and Machine Learning.