less than 1 minute read

Tags:

Tensorflow.js

  • ChenKuan Sun

看吃多少記憶體 shift + esc

  • posenet: 別人寫好的 model 可以直接拿

  • edge computing: 邊緣運算

  • Object detection

    • @tensorflow-models/coco-ssd
  • install

  • npm install @tensorflow/tfjs-node

Schematics

  • Leo Chen

  • Schematics

    • 應用
    • 實作 Schematics
    • 為 Schematics 選寫測試
  • Schematics ?

    • 程式碼產生器
  • Angular CLI
    • Ember CLI

    • angualr CLI v1.4

      • Schematics
  • Schematics 的應用

    • ng new

    • ng generate

    • ng add

    • ng update

  • 實作第一個

    1. npm install -g @angular-devkit/schematics-cli

      Imgur

    2. schematics blank --name=hello-world

      Imgur

      • src/collection.json

        • 這裡顯示所有可以用的: schematics
    3. npm run build

    4. schematics .:hello-world --name=test

  • TypeScript Compiler API

    • link

    • 高效 Coding 術: Angular Schematics 實戰三十天!

  • TypeScript
    • 都是 Node

    • TypeScript AST Viewer:

      • https://ts-ast-viewer.com/