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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?