- 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()
- 數據庫基礎教程(SQL Server平臺)
- 數據浪潮
- Developing Mobile Games with Moai SDK
- 數據驅動:從方法到實踐
- 基于Apache CXF構建SOA應用
- 數據庫程序員面試筆試真題庫
- 智能數據分析:入門、實戰(zhàn)與平臺構建
- The Game Jam Survival Guide
- 數據分析師養(yǎng)成寶典
- Visual Studio 2013 and .NET 4.5 Expert Cookbook
- Access 2016數據庫應用基礎
- Microsoft Dynamics NAV 2015 Professional Reporting
- 區(qū)塊鏈應用開發(fā)指南:業(yè)務場景剖析與實戰(zhàn)
- NoSQL數據庫原理(第2版·微課版)
- 數據迷霧:洞察數據的價值與內涵