自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 <machine_learning>_Regression

from numpy import * #filename=data+label #thinking about the method on your own! #recite: pay attention to the position of h def load_data(filename):     f=open(filename,'r')     data=[];label=[

2017-08-10 10:49:43 311

原创 <machine learning traning> KNN

func: open().readline.strip().split('\t');zeros,index+=1 #func:add_subplot,scatter func: min(0),tile from numpy import * import operator def createDataSet(): group=array([[1.0,1.1],[1.0,1.

2017-07-21 11:11:47 323

原创 整型数组(一)

Remove Element Given an array and a value, remove all occurrences of that value in place and return the new length.The order of elements can be changed, and the elements after the new length do

2017-07-14 21:05:37 2096

原创 leetcode traning_string(2)

Reverse Words in a String Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". def reverse(s): if s is None:

2017-07-13 18:37:10 261

原创 leetcode training_string(1)

STR 1. problem description:For a given source string and a target string, you should output the first index(from 0) of target string in source string. If target does not exist in source, just return

2017-07-13 08:33:37 322

原创 linux common commands

#创建一个名为文件,touch是一个命令 touch file #进入一个目录,cd是一个命令 cd /etc/ #查看当前所在目录 pwd 1) 重要快捷键:[Tab] 使用Tab键来进行命令补全 2) 学会使用通配符 touch adsfasd.txt wergjlkas.txt ls *.txt Shell 常用通配符:字符含义*匹配 0 或多个字符?匹配任意一个字符[

2017-07-12 10:06:30 667

原创 time read out

====continue updating Here I note the error I have encountered and the solving methods. 1.IOE error permission denied:add "sudo" to the front of the code. eg. sudo pip install pandas 2.read tim

2017-07-12 09:06:15 429

原创 ubuntu Windows

1、Ubuntu 16.04 的 ISO文件 2、UltraISO 3、U盘一个(至少2G) 1.磁盘分区 【win+r】——【diskmgmt.msc】——选择一个剩余空间足够大的磁盘,右键->压缩卷 磁盘压缩完成之后就可以看到D盘后面出现了一块黑色的30G的未分配空间, 这样,磁盘分区工作就完成了。 2.BI

2017-07-11 11:55:36 237

信息系统项目管理师题目书

2019年11月V13版高级题目书共1300多页;2019年5月V12版复习重点210多页

2021-08-05

录屏软件KK录屏软件

录屏软件,KK,快速安装,亲测可用。录屏软件录屏软件录屏软件

2018-09-06

空空如也

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

TA关注的人

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