frnsys / djinn

Urban simulation and market dynamics toolkit with connectors to popular machine learning tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keras bridge

MaxwellRebo opened this issue · comments

Class to interface between Keras models.

The steps would be:

  1. write Keras model in Python, as normal
  2. call training function from Rust <--> Python bindings
  3. when finished, save model and/or or apply to scenario via bindings

This can be a thin wrapper around special Python classes exposing the main functionality of Keras (train, predict, etc).