搜索资源列表
Random-Forest-Matlab-master
- This toolbox was written for my own education and to give me a chance to explore the models a bit. It is NOT intended for any serious applications and it does not NOT do many of things you would want a mature implementation to do, like leaf pruni
prototypes
- scikitlearn的帮助文件,用于各种类的查询和函数功能说明的-scikit learn
scikit-learn-master
- 基于physon的图像处理方面的特征提取及识别的程序代码-scikit-learn is a Python module for machine learning built on top of SciPy and distributed under the 3-Clause BSD license. The project was started in 2007 by David Cournapeau as a Google Summer of Code project, a
bayes_multiclass
- z=bayes_classifier(m,S,P,X). This function outputs the Bayesian classification rule for M classes, each modeled by a Gaussian distribution. where, M: the number of classes. • l: the number of features (for each feature vector). •
eucledian_classifier
- z=euclidean_classifier(m,X). This function outputs the Euclidean classifier, given the mean matrix. M: the number of classes. • l: the number of features (for each feature vector). • N: the number of data vectors. • m: lxM ma
mahalnobis
- z=mahalanobis_classifier(m,S,X).This function outputs the Mahalanobis classifier, given the mean and covariance matrices. • M: the number of classes. • l: the number of features (for each feature vector). • N: the number of
imbalanced-learn-master
- 基于不均衡数据的学习,包含各种机器学习算法,python 操作(imbalanced-learn is a python package offering a number of re-sampling techniques commonly used in datasets showing strong between-class imbalance. It is compatible with scikit-learn_ and is part of scikit-learn-contr
mps_install
- cikit-Learn是基于Python的机器学习模块,基于BSD开源许可证。这个项目最早由DavidCournapeau 在2007 年发起的,目前也是由社区自愿者进行维护。 Scikit-Learn的官方网站是http://scikit-learn.org/stable/,在上面可以找到相关的Scikit-Learn的资源,模块下载,文档,例程等等。 Scikit-Learn的安装需要numpy,scipy,matplotlib等模块,windows用户可以到(Cikit-Learn i
python
- python 线性回归,引用了机器学习的scikit-learn包库 值得学习(python linear regression,introduce scikit-learn maching learning it is worth learning)
handson-ml-master
- Hands-On.Machine.Learning.with.Scikit-Learn.and.TensorFlow
scikit-learn-docs
- 机器学习 sci-learn 开发库学习文档(This file is third party developer documentation for machine learning with devoloping tool sci-learn)