- Neural Networks with R
- Giuseppe Ciaburro Balaji Venkateswaran
- 78字
- 2021-08-20 10:25:17
Epoch
One iteration or pass through the process of providing the network with an input and updating the network's weights is called an epoch. It is a full run of feed-forward and backpropagation for update of weights. It is also one full read through of the entire dataset.
Typically, many epochs, in the order of tens of thousands at times, are required to train the neural network efficiently. We will see more about epochs in the forthcoming chapters.
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- 極簡算法史:從數學到機器的故事
- 高手是如何做產品設計的(全2冊)
- Python機器學習:數據分析與評分卡建模(微課版)
- Learning Docker
- 跟“龍哥”學C語言編程
- 樂學Web編程:網站制作不神秘
- Java Web程序設計
- Java Web基礎與實例教程
- 微信小程序入門指南
- Integrating Facebook iOS SDK with Your Application
- C/C++數據結構與算法速學速用大辭典
- Node.js開發指南
- Android Studio Cookbook
- Mastering Gephi Network Visualization