搜索资源列表
SaveFile
- 学习内幕第伍版时基于ScrollView类做的一个小程序,用于统计某个目录下面所有的PDF文件,可以存盘。-learning Insider article on Mrs. version when ScrollView category do a small procedure, Statistics for a directory of all the PDF file, you can count.
MATLAB
- 本代码是数理统计与MATLAB工程数据分析一书中第8章的原代码,对本章学习有很大帮助。-This code are of mathematical statistics and MATLAB data analysis project, a book in Chapter 8 of the original code, the study of this chapter are very helpful.
matlab-functions-and-applications
- 本书结合科学研究和工程中的实际需要,系统、全面地介绍了MATLAB的常用函数。主要内容包括MATLAB基础及通用函数、数学运算函数、数组和矩阵运算函数、数值计算函数、概率统计函数、图形及图像处理函数、符号计算函数、图形用户界面开发函数、Simulink仿真函数、控制系统设计函数、信号处理函数、神经网络应用函数、最优化设计函数和小波变换函数。本书讲解的函数主线为从MATLAB的基础知识到不同领域的应用和实际问题的解决。电子书高清版但章节不全,但书内案例源码齐全,欢迎下载学习。-The book
Select
- 用VC++写的,选票统计,程序简单易通,适合初学者学习,老手就不用看了。-With VC++ written ballot statistics, the program is simple ETS, suitable for beginners to learn, veterans do not read.
Stastical-Learning
- 英文版和中文版书籍"The nature of statistical learning",统计学习中不错的资料。-The English and Chinese book of "the nature of statistical learning". Good learning resources.
hosa
- 文件中有高阶统计量的函数工具箱以及说明文档,对于学习使用高阶统计量的同学有很大帮助-File has a function of higher-order statistics and documentation kit for learning to use higher-order statistics of great help to students
R
- R软件与统计建模书源码,基本上都概括了 ,学习R的好资料-R statistical modeling software and source book, basically summed up, learning good information R.
regress2beltak
- matlab实现使用统计学习基础中的最小二乘法和k-最近邻法进行分类。-matlab achieve statistical learning-based classification using the least squares method and k-nearest neighbor method.
Statistical-Learning_programming
- 统计学习编程题目,是在做作业的时候碰到的一些小例子,对统计学习课程的学习有帮助-Statistical learning programming problem, some small examples encountered at homework time, can be helpful to learn the statistical learning courses
mechine-learning
- 本书第一部分主要介绍机器学习基础,以及如何利用算法进行分类,并逐步介绍了多种经典的监督学习算法,如k近邻算法、朴素贝叶斯算法、Logistic回归算法、支持向量机、AdaBoost集成方法、基于树的回归算法和分类回归树(CART)算法等。第三部分则重点介绍无监督学习及其一些主要算法:k均值聚类算法、Apriori算法、FP-Growth算法。第四部分介绍了机器学习算法的一些附属工具。 全书通过精心编排的实例,切入日常工作任务,摒弃学术化语言,利用高效的可复用Python代码来阐释如何处理统