Skip to content

Python机器学习练习代码 - 基于Numpy、Matplotlib、Pandas、Sklearn、NLTK、OpenCV、Keras等库

License

Notifications You must be signed in to change notification settings

BlankSpacePlus/python-machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

机器学习Python代码库

机器学习

这里都是自己接触Python机器学习后的尝试代码。

原Repository遗址:这里

因为venv的问题,随着依赖库的增多,不得不剔除这些库,只提交code到Github上。因为操作问题和网速问题导致重建项目,tcl,……

文本处理的Repository遗址:这里

图像处理的Repository遗址:这里

Python第三方库的下载遇到超时失败时,可以加上两个参数:--no-cache-dir--default-timeout=1000
示例:

pip --no-cache-dir --default-timeout=1000 install xxx

About

Python机器学习练习代码 - 基于Numpy、Matplotlib、Pandas、Sklearn、NLTK、OpenCV、Keras等库

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published