Hello world!

I'm Ian Chew, I am an AI software engineer at Kings Distributed Systems, working on implementing AI/ML programs over the Distributed Compute Protocol for Distributed Compute Labs.

Friday, November 9, 2018 With the release of TensorFlow.js 1.0.0, AI in the Javascript world is better than ever. I've implemented support for TensorFlow.js 1.0.0 on the DCP network, using it is as easy as

const protocol = require('dcp/protocol') const tf = require('tfjs');

I also implemented a tool for turning pre-trained TensorFlow.js models into DCP packages which you can require in a DCP worker, just like requiring tfjs above.