- 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] )
推薦閱讀
- 微信公眾平臺(tái)與小程序開發(fā):從零搭建整套系統(tǒng)
- MySQL數(shù)據(jù)庫應(yīng)用與管理 第2版
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- Learning Bayesian Models with R
- Android 9 Development Cookbook(Third Edition)
- Designing Hyper-V Solutions
- Learning Neo4j 3.x(Second Edition)
- INSTANT Mercurial SCM Essentials How-to
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- OpenResty完全開發(fā)指南:構(gòu)建百萬級(jí)別并發(fā)的Web應(yīng)用
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- Web性能實(shí)戰(zhàn)
- Hands-On Kubernetes on Windows
- Unity Character Animation with Mecanim
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理