Today I know TensorFlow.js is released that is a library train and use deep learning models directly in the browser, in JavaScript. Includes the full Keras API, and ability to load saved Keras models (and even fine-tune them in the browser)! So I learn it on the official page: https://js.tensorflow.org/ There's a simple model in the page. So I try it by TDD style. And I want to code a blog with typescript then publish it. So you know how many technologies and tools I'll use.
1, The development environment: VS Code. 2, The language: TypeScript, because Tensorflow.js is coded by it. 3, Modules compiling: Webpack 4, TDD framework: Jest, Works with TypeScript 5, HTML integration 6, Website generator: jekyll, integrated into github page 7, Code Managing: GitHub I'll explain the above by the following article by order: 1, https://code.visualstudio.com/ You can install HTML Boilerplate plugin and then code `html5-boilerplate` to generate HTML5 Document easily.