官术网_书友最值得收藏!

Keras deep learning library overview

Keras is a high-level deep neural networks API in Python that runs on top of TensorFlow, CNTK, or Theano.

Here are some core concepts you need to know for working with Keras. TensorFlow is a deep learning library for numerical computation and machine intelligence. It is open source and uses data flow graphs for numerical computation. Mathematical operations are represented by nodes and multidimensional data arrays; that is, tensors are represented by graph edges. This framework is extremely technical and hence it is probably difficult for data analysts. Keras makes deep neural network coding simple. It also runs seamlessly on CPU and GPU machines.

A model is the core data structure of Keras. The sequential model, which consists of a linear stack of layers, is the simplest type of model. It provides common functions, such as fit(), evaluate(), and compile().

You can create a sequential model with the help of the following lines of code:

from keras.models import Sequential

#Creating the Sequential model
model = Sequential()
主站蜘蛛池模板: 同仁县| 海淀区| 尼木县| 清镇市| 简阳市| 宜春市| 漠河县| 梅河口市| 新泰市| 富民县| 台山市| 慈溪市| 宁安市| 汉源县| 抚州市| 安西县| 鄢陵县| 澄江县| 万全县| 苍山县| 西盟| 潮州市| 元江| 南开区| 滨州市| 鹤山市| 平遥县| 邵武市| 名山县| 乐至县| 保靖县| 南充市| 蕲春县| 驻马店市| 广饶县| 辉县市| 鱼台县| 潜山县| 铁岭市| 文水县| 中宁县|