码迷,mamicode.com
首页 >  
搜索关键字:linear regression    ( 2874个结果
Android 百度定位获得当前具体位置
百度地图 Android SDK是一套基于Android 2.1及以上版本设备的应用程序接口。 可以使用该套 SDK开发适用于Android系统移动设备的地图应用,通过调用地图SDK接口,可以轻松访问百度地图服务和数据,构建功能丰富、交互性强的地图类应用程序。 Android项目截图注意libs的文件名都是固定的,否则会报错。              布局文件: <Linear...
分类:移动开发   时间:2015-01-27 21:57:11    阅读次数:217
uva 216 Getting in Line (暴力枚举)
uva 216  Getting in Line Computer networking requires that the computers in the network be linked. This problem considers a ``linear" network in which the computers are chained together so...
分类:其他好文   时间:2015-01-27 13:19:04    阅读次数:168
ogistic regression (逻辑回归) 概述
:http://hi.baidu.com/hehehehello/blog/item/0b59cd803bf15ece9023d96e.html#sendhttp://en.wikipedia.org/wiki/Logistic_regressionLogistic regression (逻辑回归...
分类:其他好文   时间:2015-01-26 18:48:51    阅读次数:232
Leetcode: Maximum Gap
Given an unsorted array, find the maximum difference between the successive elements in its sorted form.Try to solve it in linear time/space.Return 0 ...
分类:其他好文   时间:2015-01-26 13:26:51    阅读次数:195
Machine Learning - II. Linear Regression with One Variable (Week 1)
机器学习Machine Learning - Andrew NG courses学习笔记...
分类:系统相关   时间:2015-01-25 21:07:24    阅读次数:185
Matlab笔记之线性规划
LP(Linear programming,线性规划)是一种优化方法,在优化问题中目标函数和约束函数均为向量变量的线性函数,LP问题可描述为:min xs.t. A·x b Aeq·x=beq vlb x vub其中 ,...
分类:其他好文   时间:2015-01-25 06:30:17    阅读次数:338
【leetcode】Maximum Gap
Maximum GapGiven an unsorted array, find the maximum difference between the successive elements in its sorted form.Try to solve it in linear time/spac...
分类:其他好文   时间:2015-01-24 15:44:53    阅读次数:201
Stanford机器学习课程笔记——单变量线性回归和梯度下降法
Stanford机器学习课程笔记——单变量线性回归和梯度下降法      1. 问题引入     单变量线性回归就是我们通常说的线性模型,而且其中只有一个自变量x,一个因变量y的那种最简单直接的模型。模型的数学表达式为y=ax+b那种,形式上比较简单。Stanford的机器学习课程引入这个问题也想让我们亲近一下machine learning这个领域吧~吴恩达大神通过一个房屋交易的问...
分类:其他好文   时间:2015-01-23 13:31:42    阅读次数:174
调用python的sklearn实现Logistic Reression算法
调用python的sklearn实现Logistic Reression算法          先说如何实现,其中的导入数据库和类、方法的关系,之前不是很清楚,现在知道了。。。    from numpy import * from sklearn.datasets import load_iris # import datasets # load the dataset...
分类:编程语言   时间:2015-01-21 20:14:19    阅读次数:1118
Moore's voting algorithm
最近在刷LeetCode的题的时候,发现一个特别巧妙的算法:Moore’s voting algorithm。 这个算法是解决这样一个问题:从一个数组中找出出现半数以上的元素。 Moore的主页上有这个算法的介绍:A Linear Time Majority Vote Algorithm和这个算法的一个简单示例演示:演示链接。 算法的基本思想 每次都找出一对不同的元素,...
分类:其他好文   时间:2015-01-20 18:10:09    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!