Fashion-MNIST:识别AI的简单时尚配饰

时间:2021-03-18 12:39:50
【文件属性】:
文件名称:Fashion-MNIST:识别AI的简单时尚配饰
文件大小:8.53MB
文件格式:ZIP
更新时间:2021-03-18 12:39:50
ai neural-network python3 convolution fashion-mnist 时尚MNIST 使用Tensorflow中的Fashion Mnist数据集识别AI的简单时尚配饰 在计算机上运行它的步骤。 注意:您需要安装anaconda才能正常使用。 克隆仓库: git clone https://github.com/Rohith04MVK/Fashion-MNIST 创建一个virtualenv: conda create -n fashion_mnist python=3.8.5 激活环境: conda activate fashion_mnist 安装需求: pip install -r requirements.txt 运行主文件: python makePredictions.py 如何添加自己的图像。 将它们添加到图像文件夹 用您的文件名替换预测文件第16行中的名称 例如: images = np.array([get_image("something
【文件预览】:
Fashion-MNIST-master
----images()
--------ankleboot()
--------shirt()
--------trousers()
--------bag()
--------coat()
--------dress()
--------sneaker()
--------sandal()
----LICENSE(1KB)
----src()
--------makePredictions.py(2KB)
--------imageSorter.py(1KB)
--------model.h5(7.97MB)
--------trainModel.py(1KB)
--------plotTrainData.py(520B)
----requirements.txt(42B)
----.gitignore(2KB)
----README.md(5KB)

网友评论