PS:这些是今年4月份,跟斯坦福UFLDL教程时的实验报告,当时就应该好好整理的…留到现在好凌乱了Softmax Regression实验报告1.Softmax Regression实验描述 Softmax回归模型是逻辑回归模型的推广,它可以把数据分类到两个以上的类别。在本实验中,我们的目标是采用S...
分类:
其他好文 时间:
2014-10-16 23:49:33
阅读次数:
836
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:
其他好文 时间:
2014-10-16 05:43:32
阅读次数:
160
渐变色(例子):/*1属性:渐变角度 2属性:颜色+空格+纯色的长度(百分比、px)。。*//*background:-webkit-linear-gradient(top right,red 50px,yellow);*//*background:-webkit-linear-gradient(....
分类:
其他好文 时间:
2014-10-15 21:01:01
阅读次数:
160
英文原文:Mastering Linear Algebra in 10 Days: Astoundin 译者:MapleFlying最近,我的朋友斯考特·杨(Scott Young)成就了一个惊人的壮举:他在一年之内,完成了传说中的MIT计算机科学课程表的全部33门课,从线性代数到计算理论。最重.....
分类:
其他好文 时间:
2014-10-15 18:54:11
阅读次数:
210
首先,我们先要引入一个离散控制过程的系统。该系统可用一个线性随机微分方程(Linear Stochastic Difference equation)来描述: 再加上系统的测量值: 上两式子中, 是 时刻的系统状态, 是 时刻对系统的控制量。 和 是系统参数,对于多模型系统,他们为矩阵。 是 时刻的...
分类:
其他好文 时间:
2014-10-15 12:58:00
阅读次数:
163
颜色渐变:/*渐变的类型? (linear)渐变开始的X Y 轴坐标(0 0 – 或者left-top)渐变结束的X Y 轴坐标(0 100% 或者left-bottom)开始的颜色? (from(red))结束的颜色? (to(blue))*/ background: -webkit-gradi....
分类:
其他好文 时间:
2014-10-14 23:59:59
阅读次数:
206
主函数:package com.example.slideview;import com.example.fdadsf.R;import android.os.Bundle;import android.widget.ArrayAdapter;import android.widget.Linear...
分类:
移动开发 时间:
2014-10-14 20:14:19
阅读次数:
387
问题: Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runt...
分类:
编程语言 时间:
2014-10-14 18:45:39
阅读次数:
171
[Machine Learning (Andrew NG courses)]IV.Linear Regression with Multiple Variables...
分类:
系统相关 时间:
2014-10-13 11:13:09
阅读次数:
219
第1级词条最重要,第2级词条次重要,第3级词条了解即可。第1级(1) circuit,电路 (L1)(2) linear,线性 (L2)(3) non-linear,非线性 (L2)(4) current,电流 (L3)(5) voltage,电压 (L3)(6) potential,电位 (L3)...
分类:
其他好文 时间:
2014-10-12 16:40:58
阅读次数:
237