文件名称:mlutils:Python中常用的机器学习功能的集合
文件大小:1.59MB
文件格式:ZIP
更新时间:2024-05-17 07:08:01
machine-learning deep-learning Python
mlutils Python中常用的机器学习功能的集合。 安装 方法1:使用本机pip安装 pip install git+https://github.com/prasunroy/mlutils.git 方法2:手动安装 git clone https://github.com/prasunroy/mlutils.git cd mlutils python setup.py install 图像数据构建功能 从下载图像 描述 fetch_imagenet(dst, wnids=[], limit=0, verbose=True) Downloads images from ImageNet (http://www.image-net.org). Args: dst : Destination directory for images.
【文件预览】:
mlutils-master
----setup.py(2KB)
----.gitignore(1KB)
----mlutils()
--------visualization.py(5KB)
--------__init__.py(228B)
--------datasets.py(7KB)
--------callbacks.py(6KB)
----assets()
--------badge_1.svg(512B)
--------logo.png(819KB)
--------badge_2.svg(513B)
--------image.png(797KB)
----LICENSE(1KB)
----setup.cfg(217B)
----README.md(6KB)