自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 小白刷题-1-1206

387 fist unique character in a string   pubic int Firstunique(string s){ int pos=-1; int[] bits=new int[26]; for(int i=0; i char c=s.charAt(i);//将字符串中的字母依次给c用来计算这个字母出现的次数 ++bits[c-‘a’];//在该字母的

2016-12-07 05:20:27 345

原创 review of machine learning 1

1. difference between linear regression and logistic regression learning                                       linear regression  logistic regression         * predictions:                integers

2016-10-20 03:58:41 400

原创 machine learning error correction

1, Suppose you have the following training set, and fit a logistic regression classifier hθ(x)=g(θ0+θ1x1+θ2x2) Which of the following are true? Check all that apply.

2016-09-17 23:50:59 7148

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除