摘要:
Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. (可用于分类和回归) It solves C-SVM classification, nu-SVM class 阅读全文
摘要:
SVMs are considered by many to be the most powerful 'black box' learning algorithm, and by posing构建 a cleverly-chosen optimization objective优化目标, one 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
Logistic regression is a method for classifying data into discrete outcomes. For example, we might use logistic regression to classify an email as spa 阅读全文
摘要:
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 阅读全文
摘要:
Machine Learning – Coursera Octave for Microsoft Windows GNU Octave官网 GNU Octave帮助文档 (有900页的pdf版本) Octave 4.0.0 安装 win7(文库) Octave学习笔记(文库) octave入门(文库 阅读全文
摘要:
SOAPdenovo是一个新颖的适用于组装短reads的方法,能组装出类似人类基因组大小的de novo草图。 该软件特地设计用来组装Illumina GA short reads,新的版本减少了在图创建时的内存消耗,解决了contig组装时的重复区域的问题,增加了scaffold组装时的覆盖度和长 阅读全文
摘要:
Long-read sequence assembly of the gorilla genome http://science.sciencemag.org/content/352/6281/aae0344 Insights into hominid evolution from the gori 阅读全文
摘要:
整合基因组浏览器(IGV)是一种高性能的可视化工具,用来交互式地探索大型综合基因组数据。它支持各种数据类型,包括array-based的和下一代测序的数据和基因注释。IGV这个工具很牛,发了NB: James T. Robinson, Helga Thorvaldsdóttir, Wendy Win 阅读全文