摘要: 教材目录 第一部分 入门 第一章 R语言介绍 第二章 创建数据集 第三章 图形初阶 第四章 基本数据管理 第五章 高级数据管理 第二部分 基本方法 第六章 基本图形 第七章 基本统计方法 第三部分 中级方法 第八章 回归 第九章 方差分析 第十章 功效分析 第十一章 中级绘图 第十... 阅读全文
posted @ 2016-07-18 00:26 Life·Intelligence 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 教材目录 第一章 概率统计的基本知识 第二章 R软件的使用 第三章 数据描述性分析 第四章 参数估计 第五章 假设检验 第六章 回归分析 第七章 方差分析 第八章 应用多元分析(I) 第九章 应用多元分析(II) 第十章 计算机模拟 第一章 概率统计的基本知识 第二章 R软件的使用 2.1 求均值和方差 > X1 mean(X1) [1]... 阅读全文
posted @ 2016-07-18 00:18 Life·Intelligence 阅读(2383) 评论(0) 推荐(0) 编辑
摘要: 课程链接:可汗学院公开课:统计学 课程列表 [第1集] 均值 中位数 众数 [第2集] 极差 中程数 [第3集] 象形统计图 [第4集] 条形图 [第5集] 线形图 [第6集] 饼图 [第7集] 误导人的线形图 [第8集] 茎叶图 [第9集] 箱线图 [第10集] 箱线图2 [第11集] 统计:集中 阅读全文
posted @ 2016-07-17 22:09 Life·Intelligence 阅读(977) 评论(0) 推荐(0) 编辑
摘要: 鉴于该脚本的重要性,很有必要对该脚本做一个全面的注释,以便可以灵活的使用libsvm。 阅读全文
posted @ 2016-07-13 23:44 Life·Intelligence 阅读(2035) 评论(0) 推荐(0) 编辑
摘要: 课程链接: Machine Learning – Coursera 参考链接: shogun scikit-learn mlpy - Machine Learning Python FANN - Fast Artificial Neural Network Library Weka 3: Data 阅读全文
posted @ 2016-07-13 15:13 Life·Intelligence 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 1.脚本 This directory includes some useful codes: 1. subset selection tools. (子集抽取工具) subset.py 2. parameter selection tools. (参数选优工具) grid.py 3. LIBSVM 阅读全文
posted @ 2016-07-12 15:33 Life·Intelligence 阅读(1495) 评论(0) 推荐(0) 编辑
摘要: Python基础到进阶合辑,你想要的Python知识都在这里--Python最全的文章、课程大合集,助你Python从初级到进阶,参与Python操作数据库、开发爬虫等实战,环环相扣,步步为营,你想要的Python的最全知识库全在这里! 1.【Python入门】:O课程-Python入门 2.【Py 阅读全文
posted @ 2016-07-11 15:59 Life·Intelligence 阅读(569) 评论(0) 推荐(0) 编辑
摘要: Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. (可用于分类和回归) It solves C-SVM classification, nu-SVM class 阅读全文
posted @ 2016-07-09 15:15 Life·Intelligence 阅读(1189) 评论(0) 推荐(0) 编辑
摘要: SVMs are considered by many to be the most powerful 'black box' learning algorithm, and by posing构建 a cleverly-chosen optimization objective优化目标, one 阅读全文
posted @ 2016-07-04 17:02 Life·Intelligence 阅读(631) 评论(0) 推荐(0) 编辑
摘要: In Week 6, you will be learning about systematically improving your learning algorithm. The videos for this week will teach you how to tell when a lea 阅读全文
posted @ 2016-07-04 17:00 Life·Intelligence 阅读(647) 评论(0) 推荐(0) 编辑
摘要: The Neural Network is one of the most powerful learning algorithms (when a linear classifier doesn't work, this is what I usually turn to), and this w 阅读全文
posted @ 2016-07-04 16:57 Life·Intelligence 阅读(612) 评论(0) 推荐(0) 编辑
摘要: Neural networks is a model inspired by how the brain works. It is widely used today in many applications: when your phone interprets(解释口译) and underst 阅读全文
posted @ 2016-07-04 16:54 Life·Intelligence 阅读(1319) 评论(0) 推荐(0) 编辑
摘要: Logistic regression is a method for classifying data into discrete outcomes. For example, we might use logistic regression to classify an email as spa 阅读全文
posted @ 2016-07-04 11:04 Life·Intelligence 阅读(1539) 评论(0) 推荐(0) 编辑
摘要: Octave/Matlab Tutorial Octave/Matlab Tutorial Basic Operations 你现在已经掌握不少机器学习知识了 在这段视频中 我将教你一种编程语言 Octave语言 你能够用它来非常迅速地 实现这门课中我们已经学过 或者将要学的 机器学习算法 过去我一 阅读全文
posted @ 2016-07-02 11:38 Life·Intelligence 阅读(53534) 评论(0) 推荐(9) 编辑
摘要: SVM软件包 LIBSVM -- A Library for Support Vector Machines(本项目所用到的SVM包)(目前最新版:libsvm-3.21,2016年7月8日) C-SVC(C-support vector classification), nu-SVC(nu-sup 阅读全文
posted @ 2016-07-01 10:41 Life·Intelligence 阅读(4707) 评论(0) 推荐(0) 编辑
摘要: 项目实战 项目一:使用二代测序数据进行基因组组装(局部组装) 项目二:使用机器学习(SVM)进行基因预测 libsvm-3.21使用文档 Libsvm:脚本(easy.py、grid.py、subset.py、checkdata.py) | MATLAB/OCTAVE interface | Pyt 阅读全文
posted @ 2016-06-30 20:24 Life·Intelligence 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 官方网站: Weka 3: Data Mining Software in Java 相关使用方法博客 WEKA使用教程(经典教程转载) (实例数据:bank-data.csv) Weka初步一、二、三、四 使用Weka进行数据挖掘 一个小时速度入门数据挖掘WEKA(一个完整的小例子) 百度文库 W 阅读全文
posted @ 2016-06-29 23:43 Life·Intelligence 阅读(842) 评论(0) 推荐(0) 编辑
摘要: Machine Learning – Coursera Octave for Microsoft Windows GNU Octave官网 GNU Octave帮助文档 (有900页的pdf版本) Octave 4.0.0 安装 win7(文库) Octave学习笔记(文库) octave入门(文库 阅读全文
posted @ 2016-06-29 01:31 Life·Intelligence 阅读(1309) 评论(0) 推荐(2) 编辑
摘要: 课前问题: 思考我们日常生活中的ML是如何运作的,如Google page ranking、苹果相册里如何识别出人脸、邮件里的垃圾邮件识别、NLP、推荐系统 原理层面上,ML与传统编程的最大区别是什么?学习的哲学意义是什么?data/knowledge、train/punish、model/pred 阅读全文
posted @ 2016-06-27 13:33 Life·Intelligence 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: 总结: 第9学时 其他函数和运算符 一件事情可以使用多种方法完成。 有哪些其他的函数和运算符? index()、rindex()、substr()、tr///、printf()、堆栈:push()、pop()、shift()、unshift()。splice()。 本节主要内容: 如何在一个标量中搜 阅读全文
posted @ 2016-06-26 02:16 Life·Intelligence 阅读(785) 评论(0) 推荐(0) 编辑
TOP