keras教程_Keras教程

keras教程

keras教程

Keras Tutorial

Keras教程 (Keras Tutorial)

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.

Keras是python的开源深度学习框架。 它是由Google的一位人工智能研究员Francois Chollet开发的 。 诸如Google,Square,Netflix,华为和Uber等领先组织目前正在使用Keras。 本教程介绍了Keras的安装,深度学习的基础知识,Keras模型,Keras层,Keras模块,最后总结了一些实时应用程序。

听众 (Audience)

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.

本教程是为渴望在深度学习和神经网络框架领域中谋生的专业人士准备的。 本教程旨在使您熟悉Keras框架概念的入门。

先决条件 (Prerequisites)

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.

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

Advertisements
广告

翻译自: https://www.tutorialspoint.com/keras/index.htm

keras教程