Way to develop graphs and model machine learning

luis 35231f6281 Added yarn dependecies to make file chain пре 7 година
browser 35231f6281 Added yarn dependecies to make file chain пре 7 година
docker be46042d0d Implemented collaboration and server serialization пре 7 година
go 216405e6ed Panel implementation/ Splitter пре 7 година
.drone.yml 6ea1217c1c drone пре 7 година
.gitignore 9631547566 Fixing submodule issue пре 7 година
Makefile 35231f6281 Added yarn dependecies to make file chain пре 7 година
readme.md e0378dd50b Backdev пре 7 година

readme.md

TODO

Minimal idea

UI to create multipurpose tensorflow alike graphs, upload to the server pass inputs and do training fetch model and use it with new inputs distributed purpose to calculate several nodes across a network

implement common AI methods(funcs) reuse them

Frontend

  • Deal with svg relative mouse position
  • do an event from one socket to another highlighting the ones compatible for data type
  • Create something to add/remove links/nodes as in populating from the server
  • Colaborative editing through possibly websocket, by sharing states
  • const/var editor with multiple props
  • add types to sockets (litle label aside)

Backend

  • create http server that serializes and inspect run graphs (step by step)
  • Serve registry with information about inputs/outputs
  • Protocol to build and run a graph from frontend