Cheerio - Fast, flexible, and lean implementation of core jQuery designed specifically for the server

cheerio 是一用來解析 HTML 的套件,該套件使用方式跟 jQuery 類似。 ...

August 1, 2018 · 1 min · 266 words · Larry Nung

Node.js - Transform stream

Transform stream 可以將輸入串流的資料讀入,將讀入的內容轉換,然後輸出到輸出串流。 ...

July 30, 2018 · 2 min · 528 words · Larry Nung

Mochawesome - A Gorgeous HTML/CSS Reporter for Mocha.js

Mochawesome 能讓 Mocha 支援產出 HTML 的測試報告。 使用前需安裝 Mochawesome 套件。 ...

July 29, 2018 · 1 min · 86 words · Larry Nung

bulk-require - require whole directory of trees in bulk

在撰寫 Node.js 時需要的模組我們需要載入才可以使用,bulk-require 套件能讓我們快速的載入目錄內的模組,不需要一個一個載入。 ...

July 29, 2018 · 1 min · 248 words · Larry Nung

SonarCloud - Project badges

要使用 SonarCloud 的 Project badges,可以到 SonarCloud 的 Project 頁面,點選右下角的 Get project badges 按鈕。 ...

July 25, 2018 · 1 min · 107 words · Larry Nung

SonarCloud - Use SonarQube as a Service

SonarQube 除了自行架設外,也提供了線上的版本可供使用,開源專案可以免費使用。 ...

July 24, 2018 · 1 min · 323 words · Larry Nung

Rest - Safe/Idempotent method

Rest API 的方法依其性質可以被劃分為 Safe method 或是 Idempotent method。 ...

July 23, 2018 · 1 min · 347 words · Larry Nung

Softmax

Softmax 能將一個含任意實數的 K 維向量壓縮到另一個 K 維實向量中,使得每一個元素的範圍都在 (0, 1) 之間,並且所有元素的和為 1。 ...

July 2, 2018 · 1 min · 278 words · Larry Nung

One-Hot Encoding

One-Hot Encoding 是一編碼方式,使用 N 位狀態寄存器來對 N 個狀態進行編碼,常被用於機器學習中的資料前處理,特別是無序的類別資料。 ...

June 26, 2018 · 1 min · 307 words · Larry Nung

TensorFlow - placeholder

TensonrFlow 的 placeholder 方法可用來指定後續運行才會帶入的值,其函式原型如下: ...

June 4, 2018 · 1 min · 224 words · Larry Nung