Deep-Learning-with-Keras

Code repository for Deep Learning with Keras published by Packt

  • 所有者: PacktPublishing/Deep-Learning-with-Keras
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Deep Learning with Keras

This is the code repository for Deep Learning with Keras, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book starts by introducing you to supervised learning algorithms such as simple linear regression, classical multilayer perceptron, and more sophisticated Deep Convolutional Networks. In addition, you will also understand unsupervised learning algorithms such as Autoencoders, Restricted Boltzmann Machines, and Deep Belief Networks. Recurrent Networks and Long Short Term Memory (LSTM) networks are also explained in detail. You will also explore image processing involving the recognition of handwritten digital images, the classification of images into different categories, and advanced object recognition with related image annotations. An example of the identification of salient points for face detection is also provided.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

from keras.models import Sequential
model = Sequential()
model.add(Dense(12, input_dim=8, kernel_initializer='random_uniform'))

To be able to smoothly follow through the chapters, you will need the following pieces of software:

  • TensorFlow 1.0.0 or higher
  • Keras 2.0.2 or higher
  • Matplotlib 1.5.3 or higher
  • Scikit-learn 0.18.1 or higher
  • NumPy 1.12.1 or higher

The hardware specifications are as follows:

  • Either 32-bit or 64-bit architecture
  • 2+ GHz CPU
  • 4 GB RAM
  • At least 10 GB of hard disk space available

Suggestions and Feedback

Click here if you have any feedback or suggestions.

主要指標

概覽
名稱與所有者PacktPublishing/Deep-Learning-with-Keras
主編程語言Jupyter Notebook
編程語言Python (語言數: 5)
平台
許可證MIT License
所有者活动
創建於2017-04-21 09:31:27
推送於2023-01-18 09:24:21
最后一次提交2023-01-18 14:54:20
發布數0
用户参与
星數1.1k
關注者數102
派生數712
提交數77
已啟用問題?
問題數13
打開的問題數0
拉請求數6
打開的拉請求數2
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?