文件名称:py-nn_handwritten_digits
文件大小:12.97MB
文件格式:ZIP
更新时间:2024-04-20 19:20:07
HTML
手写数字NN 数据集: : 部署: : 用法 from digits_model . digits import predict_digit_from_file import tensorflow as tf ... tf . argmax ( predict_digit_from_file ( "Path to image" , color_mode = "grayscale" , is_negative = False ), 1 ) from digits_model . digits import predict_digit_from_img import tensorflow as tf from PIL import Image ... tf . argmax ( predict_digit_from_img ( Image . open ( '...' ), is
【文件预览】:
py-nn_handwritten_digits-main
----Dockerfile(392B)
----templates()
--------index.html(5KB)
----.dockerignore(16B)
----assets()
--------train.csv(73.18MB)
--------trained_model()
----digits_model()
--------__init__.py(0B)
--------digits.py(2KB)
----sandbox.py(586B)
----Readme.md(867B)
----.idea()
--------.gitignore(47B)
--------misc.xml(292B)
--------vcs.xml(180B)
--------learn_hand_written_digits.iml(385B)
--------inspectionProfiles()
--------modules.xml(302B)