Shiny Contest Submission: [WIP] KerasModelCreator: Visually design Keras models for R language.

Keras Model Creator

Visually design Keras models for R language.

Shinyapps: https://jcrodriguez.shinyapps.io/KerasModelCreator/?help
Rstudio cloud: https://rstudio.cloud/project/213379
GitHub: https://github.com/jcrodriguez1989/KerasModelCreator

Demo video: https://youtu.be/UonOjlEewR0

The idea of Keras Model Creator is based on Deep Learning Studio.

Features

  • Add layers and connections manually.

  • Set compile options.

  • Get automatically generated code.

Limitations

  • Few network layers already developed.

WIP

  • Load dataset.

  • Load models.

  • Fit the model.

4 Likes

I'm pleased to announce that in the dev branch of KerasModelCreator (alpha) it is actually possible to load data matrices, generate the model, and fit it.
The fitting process is being plotted epoch by epoch.

Devel branch code.
Devel version at shinyapps.
And dont forget to take a little tour through the tutorial. Where you can load the iris dataset, and fit it!

Data
data

Model
model

Fit
fit

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.