Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

propelml/propel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a017f86 · Apr 22, 2018
Apr 14, 2018
Apr 22, 2018
Apr 16, 2018
Apr 19, 2018
Mar 26, 2018
Nov 22, 2017
Mar 7, 2018
Jan 12, 2018
Mar 26, 2018
Jan 7, 2018
Apr 19, 2018
Mar 17, 2018
Mar 30, 2018
Nov 22, 2017
Apr 14, 2018
Mar 6, 2018
Apr 16, 2018
Apr 14, 2018

Repository files navigation

April 19, 2018

TensorFlow.js was recently released. It is well engineered, provides an autograd-style interface to backprop, and has committed to supporting Node. This satisfies our requirements. It is counterproductive to pursue a parallel effort. Thus we are abandoning our backprop implementation, TF C binding, and the TF/DL bridge, which made up the foundation of the Propel library. We intend to rebase our work on top of TFJS.

Our high-level goal continues to be a productive workflow for scientific computing in JavaScript. Building on top of TFJS allows us to focus on higher-level functionality.

We have no release at this time.