dakotaJang / tfjs-examples-typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow examples with Typscript

Many of the examples found here are more or less the exact duplicate of the examples found in the tfjs examples repository. You can see more detail of the examples at the tensorflow.js tutorials website.

Some of the differences here are:

  • project code is written in typescript
  • use node/npm
  • use webpack to package the code

This repository is divided into separate branches for each examples.

  1. Getting Started
  2. Core Concepts in TensorFlow.js
  3. Training First Steps: Fitting a Curve to Synthetic Data
  4. Training on Images: Recognizing Handwritten Digits with a Convolutional Neural Network

About

License:MIT License