常用連結
(移至...)
首頁
艾鍗學院
GitHub
討論區
Youtube Channel
Facebook
SlideShare
▼
2021年12月13日 星期一
[Linux 核心] Linux 核心功能的配置選單
›
開啓Linux 核心功能的配置選單, Step1: 得先安裝ncurses 套件, 才能產生選單畫面 >> sudo apt-get install libncurses5-dev libncursesw5-dev 若以上無法成功安裝, 則 先下這個指令後...
2021年12月10日 星期五
為什麼Z-Score標準化後, 會得到平均數為0, 標準差為1
›
1.) How can I choose between normalization and standardization in different situations? 資料並無特別遵從常態分佈, 則使用 Normalization , 如圖片的像素常用 No...
2021年11月10日 星期三
How to save and load fine-tuned model?
›
如何儲存Fine-tune BERT model 的網路權重及架構? Custom mask layers require a config and must override get_config ........... 1. ) 若pre-trained bert mod...
2021年10月21日 星期四
[JavaScript] ES7的async/await 非同步
›
前端瀏覽器執行JavaScript ,都是採"同步" (即函式執行完,才會往下執行它的下一行程式碼)。 若要採用非同步(Asynchronous)方式執行,可以在函數前面加入async 關鍵詞,如 async init () ,可以使函式init() 具有非同...
2021年10月20日 星期三
Depthwise Separable Convolution
›
邊緣運算簡介 #2 Depthwise Separable Convolution TensorFlow Lite for MCU https://bit.ly/3j2fIIt
2021年7月13日 星期二
TinyML:Quantization
›
[3]TensorFlow Lite for MCU https://bit.ly/3j2fIIt
2021年7月11日 星期日
Notebook TinyML- Tensorflow lite
›
AI邊緣運算實作TensorFlow Lite for MCU https://bit.ly/3j2fIIt
‹
›
首頁
查看網路版