搜索资源列表
svm-python
- 一款不错的支持向量机程序,程序执行效率很高!
Python-2
- 这是支持向量机的程序。也是关于svm的,可以很好的学习支持向量机-This is a support vector machine procedure. Is also about the SVM can be good learning support vector machines
Roc
- 通过决策值,可以绘制ROC曲线的python程序-This tool which gives the ROC by ranking the decision values.
Rocforsvm
- 通过决策值可以绘制出ROC曲线的python程序-This tool which gives the ROC (Receiver Operating Characteristic) curve and AUC (Area Under Curve) by ranking the decision values.
fselect
- SVM 特征选择PYTHON 程序,经测试可以用-SVM FEATURE SELECT
Python-ELM-master
- 用于机器学习中分类和回归的程序,并且使用python编写的-Regression and Classification
qqqqq
- 法国NAO机器人行走控制模块 Python程序 控制机器人前进后退-France NAO robot walking robot control module Python program forward and back
DBN-python
- 深度信念网络工具箱,用python写的,包含了受限波尔兹曼机的程序-deep belief network toolbox, including Restricted Boltzmann Machines, python edition
Machine-Learning-in-Python
- 《Python机器学习及实践:从零开始通往Kaggle竞赛之路》源码,提供了一些流行的机器学习框架与程序库的应用实例,包括tensorflow框架,注重实战。-Python machine learning and practice: zero to the road leading to the Kaggle contest source code, provides some popular machine learning framework and application examp
Keras with Python
- 深度学习的新工具Keras包,使用Python程序设计语言实现。
SVD++
- 简单的SVD基于movielens的开发python程序(this is a simple SVD write by python base on movielens dataset)
DE
- 实现差分进化算法的python程序,并提供了一个main.py的实例供参考。(We finish the differential evolution algorithm by python, and provide a simple example for reference.)
face_recognition
- 一段人脸识别的python程序代码,请各位python友友们查验和指正(A face recognition Python code, please check and python friends.)
Ch02
- 本程序用Python语言实现kNN算法,供大家学习,交流使用。(This program uses Python language to achieve kNN algorithm for everyone to learn, exchange use.)
Ch03
- 本程序用Python语言实现决策树算法,供大家学习,交流使用。(This program uses Python language to achieve decision tree algorithm, for everyone to learn, exchange use.)
五子棋代码
- 这是一个python程序,其中使用了决策树和蒙特卡罗搜索树,五子棋程序(This is a python program, which uses the decision tree and Monte Carlo search tree, Gobang program)
PythonShootGame-master
- 一个游戏的python程序 ,比较经典,值得学习 ,(A python program for a game)
python
- 机器学习的一种算法————局部加权投影回归(LWPR)Python程序(An algorithm for machine learning -- the local weighted projection regression (LWPR) Python program)
Deep Learning with Python-Manning
- 深入学习Python介绍领域的深入学习使用Python语言和强大的Keras图书馆。通过keras创造者和谷歌人工智能研究者弗兰?ois Chollet写的,这本书让你了解通过直观的解释和实例。您将探索具有挑战性的概念和实践与计算机视觉,自然语言处理和生成模型的应用程序。当你完成学业的时候,你将具备在自己的项目中应用深度学习的知识和动手能力。(Deep Learning with Python introduces the field of deep learning using the Pyt
BP神经网络python简单实现
- 去掉神经元类,把功能合并入NetLayer类中,使用矩阵计算加快速度 调整代码实现批量训练方法。 优化程序中numpy库运算顺序,避免产生中间变量(Remove neuron classes, merge functions into NetLayer classes, and use matrix to calculate speed.)