- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 76字
- 2021-08-13 16:01:48
Stochastic gradient descent
Stochastic gradient descent is a variation of the gradient descent algorithm to train deep learning models. The basic idea is that instead of training the whole set of the data, a subset is utilized. Theoretically, one sample is good enough for training the network. But in practice, a fixed number of the input data or a batch is usually used. This approach results in faster training, as compared to the vanilla gradient descent.
推薦閱讀
- Android Jetpack開(kāi)發(fā):原理解析與應(yīng)用實(shí)戰(zhàn)
- 自己動(dòng)手實(shí)現(xiàn)Lua:虛擬機(jī)、編譯器和標(biāo)準(zhǔn)庫(kù)
- 從學(xué)徒到高手:汽車(chē)電路識(shí)圖、故障檢測(cè)與維修技能全圖解
- 從0到1:Python數(shù)據(jù)分析
- jQuery Mobile移動(dòng)應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第3版)
- Python機(jī)器學(xué)習(xí)算法: 原理、實(shí)現(xiàn)與案例
- Rust游戲開(kāi)發(fā)實(shí)戰(zhàn)
- Node.js開(kāi)發(fā)指南
- Building Dynamics CRM 2015 Dashboards with Power BI
- 算法精解:C語(yǔ)言描述
- Python數(shù)據(jù)預(yù)處理技術(shù)與實(shí)踐
- Java Web 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- OpenStack Sahara Essentials
- Mastering Rust
- Python商業(yè)數(shù)據(jù)分析:零售和電子商務(wù)案例詳解(雙色)