書名: 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] )
推薦閱讀
- 小程序實戰視頻課:微信小程序開發全案精講
- Docker技術入門與實戰(第3版)
- Java深入解析:透析Java本質的36個話題
- Visual Basic學習手冊
- 鋒利的SQL(第2版)
- Kotlin從基礎到實戰
- Mastering JavaScript High Performance
- NGINX Cookbook
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- Offer來了:Java面試核心知識點精講(框架篇)
- 信息學奧林匹克競賽初賽精講精練
- Tkinter GUI Programming by Example
- 51單片機C語言程序設計經典實例(第3版)
- C#編程魔法書