摘要: This short introduction uses Keras to: Build a neural network that classifies images. Train this neural network. And, finally, evaluate the accuracy o 阅读全文
posted @ 2021-07-27 16:58 毛显新 阅读(38) 评论(0) 推荐(0)
摘要: This guide trains a neural network model to classify images of clothing, like sneakers and shirts. This guide uses tf.keras, a high-level API to build 阅读全文
posted @ 2021-07-27 15:46 毛显新 阅读(56) 评论(0) 推荐(0)
摘要: 本次教程的目的是带领大家学会用 Tensorflow serving 部署训练好的模型 这里我们用到的数据集是 Fashion MNIST,所以训练出来的模型可以实现以下几个类别的分类 'T-shirt/top', 'Trouser', 'Pullover', 'Dress', 'Coat', 'S 阅读全文
posted @ 2021-07-27 12:43 毛显新 阅读(57) 评论(0) 推荐(0)