- Practical Convolutional Neural Networks
- Mohit Sewak Md. Rezaul Karim Pradeep Pujari
- 174字
- 2021-06-24 18:58:51
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()
- 數據庫原理及應用教程(第4版)(微課版)
- 數據之巔:數據的本質與未來
- Python數據分析入門:從數據獲取到可視化
- 云計算環境下的信息資源集成與服務
- Architects of Intelligence
- SQL Server 2008數據庫應用技術(第二版)
- 文本數據挖掘:基于R語言
- Learning JavaScriptMVC
- Lean Mobile App Development
- 數據庫應用基礎教程(Visual FoxPro 9.0)
- Python數據分析:基于Plotly的動態可視化繪圖
- Remote Usability Testing
- Starling Game Development Essentials
- 聯動Oracle:設計思想、架構實現與AWR報告
- 區域云計算和大數據產業發展:浙江樣板