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

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()
主站蜘蛛池模板: 海口市| 普陀区| 潞西市| 建昌县| 若羌县| 澄迈县| 南康市| 邯郸市| 慈利县| 射洪县| 黄骅市| 嵩明县| 绥德县| 青浦区| 南昌市| 旬阳县| 娱乐| 平舆县| 柞水县| 天峻县| 抚顺市| 徐汇区| 繁昌县| 会理县| 石河子市| 甘洛县| 泸定县| 曲阜市| 赤壁市| 晴隆县| 砚山县| 洪雅县| 灵璧县| 房山区| 雅江县| 彝良县| 信宜市| 滨州市| 绍兴县| 鸡东县| 铜陵市|