python-machine-learning:scikit-learn和TPOT简介
1
1. 代码主要基于GPML V4.2工具箱实现 2. 提供了两个应用实例(单变量预测和多变量预测) 3. 给出了预测均值和方差的可视化结果
2020-03-13 03:06:02 1.73MB MATLAB GPR GPML 高斯过程回归
1
通过matlab对lstm,rnn,qrnn等算法进行了实现,并针对具体数据的预测对这些算法作比较。
2020-02-14 03:12:35 148KB lstm matlab rnn qrnn
1
压缩包里含有logistic regression逻辑回归的Python源代码,训练数据集和测试训练集,最后也用Python画了结构示意图。只需要有Numpy和Matplotlib两个包即可。
2020-01-03 11:42:03 12KB 逻辑回归 机器学习 源代码 python
1
逻辑回归一般只能解决二分问题,但是进行扩展之后可以解决多线性分类问题。这是一个完整的Softmax regression解决多线性分类的源代码,python3编码,可直接运行,有输入数据和预测数据的可视化编程。还训练部分和测试部分的源代码进行了封装,可直接运行。
1
SPSS 25 回归方法(Regression)IBM官方说明手册,繁体中文版。
2020-01-03 11:26:36 3.83MB SPSS
1
Regression Modeling Strategies.pdf
2020-01-03 11:24:11 7.71MB 机器学习
1
用cnn回归进行的图像配准,比传统图像配准算法更快更准确的得到配准参数
2019-12-28 17:29:11 3KB CNN regression
1
基于java实现的一元线性回归代码,包括三个类
2019-12-21 22:25:00 8KB JAVA 一元 线性回归 LINEAR
1
Remarkable advances in computation and data storage and the ready availability of huge data sets have been the keys to the growth of the new disciplines of data mining and machine learning, while the enormous success of the Human Genome Project has opened up the field of bioinformatics. These exciting developments, which led to the introduction of many innovative statistical tools for high-dimensional data analysis, are described here in detail. The author takes a broad perspective; for the first time in a book on multivariate analysis, nonlinear methods are discussed in detail as well as linear methods. Techniques covered range from traditional multivariate methods, such as multiple regression, principal components, canonical variates, linear discriminant analysis, factor analysis, clustering, multidimensional scaling, and correspondence analysis, to the newer methods of density estimation, projection pursuit, neural networks, multivariate reduced-rank regression, nonlinear manifold learning, bagging, boosting, random forests, independent component analysis, support vector machines, and classification and regression trees. Another unique feature of this book is the discussion of database management systems. This book is appropriate for advanced undergraduate students, graduate students, and researchers in statistics, computer science, artificial intelligence, psychology, cognitive sciences, business, medicine, bioinformatics, and engineering. Familiarity with multivariable calculus, linear algebra, and probability and statistics is required. The book presents a carefully-integrated mixture of theory and applications, and of classical and modern multivariate statistical techniques, including Bayesian methods. There are over 60 interesting data sets used as examples in the book, over 200 exercises, and many color illustrations and photographs.
2019-12-21 22:22:51 17.34MB Manifold Machine Learning
1