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

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()
主站蜘蛛池模板: 湟源县| 沅陵县| 洞口县| 盐城市| 和林格尔县| 敦煌市| 常州市| 泰宁县| 诸城市| 霍州市| 高淳县| 大宁县| 德令哈市| 临西县| 华阴市| 漳平市| 台东市| 万盛区| 修水县| 西盟| 萨迦县| 平和县| 通渭县| 杭州市| 庆城县| 会昌县| 尉犁县| 巴东县| 文化| 城市| 南平市| 尼木县| 平阳县| 泌阳县| 杂多县| 天镇县| 海阳市| 鹿泉市| 丰宁| 同仁县| 凯里市|