-
可爱的Python(高清中文版)
可爱的Python电子书,高清原创共享发福利了(Lovely Python eBook, share knowledge)
- 2018-01-01 11:43:21下载
- 积分:1
-
pyflexplot-master
说明: 处理FLEXPART结果,绘制粒子的轨迹(plot result of flexpart)
- 2020-10-27 10:49:59下载
- 积分:1
-
calculator
用python实现简易计算器,包括+,-,*,/及一些扩展运算,是联系python的GUI编程的很好的练手题目。(simple calculator write by Python.)
- 2017-11-23 09:37:44下载
- 积分:1
-
LearningPython5th
python学习手册,可供机器学习的同学学习,讲的还是比较好。(Python learning manuals, for machine learning students to learn, speak better.)
- 2018-05-31 22:03:02下载
- 积分:1
-
深度学习入门之PyTorch
说明: 学习pytorch基础一本好书,中文,简单易懂,值得入手(Learning Pytorch basic is a good book, Chinese, simple and easy to understand, it is worth starting with.)
- 2019-03-28 10:04:26下载
- 积分:1
-
SVM_REGRESSION
这段时间自己在学机器学习相关的内容,其中用到了SVM回归。我采用的libSVM.网上论坛和博客已经有其相当详细的介绍,但是操作步骤比较多,且要下载的文件也比较多。之后我把应该要具有的svm文件整理在一个文件夹中,并把相关教程,和自己的操作经验一并打包在此分享。有些文件是自己编写的,用来转换libsvm数据格式,其他的都在相应的文件夹下可以找到,我自己的实验数据和图也在其中。记住,gridregression.py使用时要内部改路径。我的是64位系统
(
This time I learning machine learning related content, which USES the SVM regression. I use libSVM. Online BBS and blogs have the quite detailed introduction, but more of the process, and also more to download the file. After I put the should have the SVM papers in a folder, and the related tutorials, and share his experiences along with all the packaging in this. Some files are writing your own, which is used to convert libsvm data format, the rest can be found in the corresponding folder, my own experimental data and figure among them. Remember, gridregression. Py when using internal to change path. I was a 64- bit system )
- 2016-01-23 23:22:44下载
- 积分:1
-
CNN
该代码文件全称为卷积神经网络,这是深度学习神经网络里面处理图片比较好的网络。(The code file is called convolutional neural network, which is a better network for processing pictures in deep learning neural network.)
- 2019-02-25 18:59:19下载
- 积分:1
-
手写体字符识别
简单的手写体字符识别,利用了k近邻和支持向量机算法(Simple handwritten character recognition, using the k nearest neighbor and support vector machine algorithm)
- 2017-11-24 11:23:02下载
- 积分:1
-
量子遗传算法QuantumGeneticAlgorithms
说明: 实现了量子遗传算法,以及其优化算法。其中包含三种量子遗传算法的版本,逐个版本有优化。(Realize the quantum genetic algorithm and its optimization algorithm.)
- 2020-07-18 07:14:42下载
- 积分:1
-
python神经网络
编写简单的神经网络程序,使得通过神经网络对手写数字(将手写每个数字转换成784个数字表示)进行识别。在文件里放了100组训练集和10组训练集,训练准确率达到80%。事实证明,增大训练集至1000组可以将准确率提升至95%(Write a simple neural network program to recognize handwritten digits (converting each handwritten digit into 784 digital representations) by neural network. In the document, there are 100 training sets and 10 training sets, and the training accuracy rate reaches 80%. It has been proved that increasing the training set to 1000 groups can increase the accuracy rate to 95%.)
- 2019-06-28 08:29:44下载
- 积分:1