19 lines
790 B
Markdown
19 lines
790 B
Markdown
---
|
|
title: Keras Model Import Get Started
|
|
short_title: Get Started
|
|
description: Getting started with model import.
|
|
category: Keras Import
|
|
weight: 1
|
|
---
|
|
|
|
## Getting started with Keras model import
|
|
|
|
Below is a [video tutorial](https://www.youtube.com/embed/bI1aR1Tj2DM) demonstrating
|
|
working code to load a Keras model into Deeplearning4j and validating the working network.
|
|
Instructor Tom Hanlon provides an overview of a simple classifier over Iris data built
|
|
in Keras with a Theano backend, and exported and loaded into Deeplearning4j:
|
|
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/bI1aR1Tj2DM" frameborder="0" allowfullscreen></iframe>
|
|
|
|
If you have trouble viewing the video, please click here to
|
|
[view it on YouTube](https://www.youtube.com/embed/bI1aR1Tj2DM). |