hualos

Keras Total Visualization project

  • 所有者: fchollet/hualos
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Hualos - Keras Total Visualization project

For now, this is a simple demo where a Flask server exposes an API to publish and consume events in the form of JSON objects. The Keras callback RemoteMonitor can publish events to the server, and the Hualos landing page listens to the server and displays incoming data on a c3.js graph.

Example:

  • start the server: python api.py
  • load the landing page: http://localhost:9000/
  • launch a Keras experiment with the RemoteMonitor callback:
from keras import callbacks
remote = callbacks.RemoteMonitor(root='http://localhost:9000')

model.fit(X_train, Y_train, batch_size=batch_size, nb_epoch=nb_epoch, validation_data=(X_test, Y_test), callbacks=[remote])
  • the available metrics of the experiment will start being graphed in real time on the landing page.

Dependencies:

  • Python:

    • Flask
    • gevent
  • JS (included in the repo):

    • d3.js
    • c3.js

主要指标

概览
名称与所有者fchollet/hualos
主编程语言Python
编程语言Python (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2015-06-21 02:29:30
推送于2018-02-02 09:55:09
最后一次提交2015-07-22 23:21:08
发布数0
用户参与
星数364
关注者数32
派生数83
提交数6
已启用问题?
问题数13
打开的问题数9
拉请求数1
打开的拉请求数3
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?