Skip to content

In this project we will discover how we can use deep learning models from Keras with the scikit-learn library in Python

Notifications You must be signed in to change notification settings

amoazeni75/keras-models-general-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Use Keras Models With Scikit-Learn For General Machine Learning

The scikit-learn library is the most popular library for general machine learning in Python. In this project we will discover how we can use deep learning models from Keras with the scikit-learn library in Python. Primary purpose of this project:

  • How to wrap a Keras model for use with the scikit-learn machine learning library.
  • How to easily evaluate Keras models using cross validation in scikit-learn.
  • How to tune Keras model hyperparameters using grid search in scikit-learn

Grid Search Deep Learning Model Parameters

we use a grid search to evaluate different configurations for our neural network model and report on the combination that provides the best estimated performance

tutorial source: Deep Learning With Python, Develop Deep Learning Models On Theano And TensorFlow Using Keras, Jason Brownlee

About

In this project we will discover how we can use deep learning models from Keras with the scikit-learn library in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages