All Projects → PacktPublishing → Deep Learning With Keras

PacktPublishing / Deep Learning With Keras

Licence: mit
Code repository for Deep Learning with Keras published by Packt

Projects that are alternatives of or similar to Deep Learning With Keras

Graph Isomorphism Networks
A Tensorflow 2.0 implementation of Graph Isomorphism Networks.
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Which animal
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Nlpnotebook
一份不断完善的NLP学习笔记
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Warp Pytorch
WARP loss for Pytorch as described by the paper: WSABIE: Scaling Up To Large Vocabulary Image Annotation
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Dltemplate
Boilerplate for Deep Learning Projects
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Presentations
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Natural Language Processing
Stars: ✭ 36 (-96.33%)
Mutual labels:  jupyter-notebook
Product Recommendation With Watson Ml
Build a recommendation engine with Spark and Watson Machine Learning
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Machine Learning Approach For Malware Detection
A Machine Learning approach for classifying a file as Malicious or Legitimate
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Drugs Recommendation Using Reviews
Analyzing the Drugs Descriptions, conditions, reviews and then recommending it using Deep Learning Models, for each Health Condition of a Patient.
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Picanet
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Pandas Ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators
Stars: ✭ 962 (-1.84%)
Mutual labels:  jupyter-notebook
Stratx
stratx is a library for A Stratification Approach to Partial Dependence for Codependent Variables
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Sirisaac
Automated dynamical systems inference
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Mlwpy code
Code from the Pearson Addison-Wesley book Machine Learning with Python for Everyone
Stars: ✭ 34 (-96.53%)
Mutual labels:  jupyter-notebook
Hetmogp
Heterogeneous Multi-output Gaussian Processes
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook
Projectoxford Clientsdk
This repo has moved 🏠 Visit our website for the latest SDKs & Samples
Stars: ✭ 979 (-0.1%)
Mutual labels:  jupyter-notebook
Textwritten
Convert text file to handwritten pdf file
Stars: ✭ 36 (-96.33%)
Mutual labels:  jupyter-notebook
Capsule
DEPRECATED- see https://github.com/OpenMined/OpenMined or https://github.com/OpenMined/PySyft
Stars: ✭ 35 (-96.43%)
Mutual labels:  jupyter-notebook

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

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].