-
在Tensorflow的Keras中实现的深度学习食物分类模型:food-101-keras
资源介绍
Keras / Tensorflow中具有深度学习的食物分类
电脑,我到底在吃什么?
from IPython . display import HTML , Image
url = 'http://stratospark.com/demos/food-101/'
el = '<' + 'iframe src="{}"' . format ( url ) + ' width="100%" height=600></iframe>' # prevent notebook render bug
HTML ( el ) <iframe src =“ ” width =“ 100%” height = 600> </ iframe> 如果您在GitHub上阅读此内容,则演示看起来像这样。 请点击下面的链接在我的博客上观看现场演示。
Image ( 'demo.jpg' )
可用演示@
可用代码@
更新
2017年3月22日,了解如何在移动应用中使用此模型: :
介绍
卷积神经网络(CNN)是更广泛的深度学习领域中的一项技术,在计算机视觉应用程序中,尤其是在过去的大约十年中,已