- Deep Learning with Theano
- Christopher Bourez
- 39字
- 2021-07-15 17:17:02
Inference
Inference is the process of using the model to produce predictions.
For inference, the weight parameters do not need to be updated, so the inference function is simpler than the training function:
infer_model = theano.function( inputs=[x], outputs=[y_pred] )
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- PHP網絡編程學習筆記
- Python Network Programming Cookbook(Second Edition)
- Nginx Essentials
- GameMaker Programming By Example
- 3D少兒游戲編程(原書第2版)
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- Learning Apache Mahout Classification
- JAVA程序設計實驗教程
- Keras深度學習實戰
- 智能搜索和推薦系統:原理、算法與應用
- Building Serverless Web Applications
- Python:Deeper Insights into Machine Learning
- IBM Cognos TM1 Developer's Certification guide