Note sth about PCA(Principal Component Analysis) ML6月20日就要考试了,准备~~日更~~博客,来记录复习一下这次ML课所学习的一些方法。 博客是在参考老师的ppt,以及 "戳这里,学习播客" 之后完成的,主要运用ppt的公式,因为博客公式自己链过去 ...
分类:
其他好文 时间:
2019-06-13 22:02:32
阅读次数:
121
Given an array of integers nums, sort the array in ascending order. Example 1: Example 2: Note: 排序 参考https://www.cnblogs.com/zhacai/p/11011961.html ...
分类:
其他好文 时间:
2019-06-13 17:12:55
阅读次数:
91
notepad++新建文档时,会出现语法错误的红色下波浪线: 原因:新建文档时默认设置语言为PHP。 解决方法:修改默认语言为java或JavaScript,如下: 小结:打开文档时,也可能出现下波浪线,可在此处修改语言: ...
分类:
其他好文 时间:
2019-06-13 10:36:22
阅读次数:
139
Python中对列表的排序按照是排序是否可以恢复分为:永久性排序和临时排序。 Python中对列表的排序可以按照使用函数的不同可以分为:sort( ), sorted( ), reverse( ). 下边具体介绍一下这三种函数的使用: 1. 使用sort( )对列表进行永久性排序 Note: 若使用 ...
分类:
编程语言 时间:
2019-06-12 21:27:59
阅读次数:
174
https://www.jianshu.com/p/108233ed7ed0 https://www.jianshu.com/p/d222ff691723?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source= ...
分类:
微信 时间:
2019-06-12 16:29:04
阅读次数:
278
use function: wm_concat(column_name) e.g. select wm_concat(t.process_note) from t_process t where t.activity_id=341 ; ...
分类:
数据库 时间:
2019-06-12 11:05:47
阅读次数:
129
7 Reverse Integer Given a 32-bit signed integer, reverse digits of an integer. Example 1: Example 2: Example 3: Note:Assume we are dealing with an env ...
分类:
其他好文 时间:
2019-06-12 09:19:11
阅读次数:
90
首先 导入jar包,用的maven 接着就是poi的基本操作,做到可以输出来,表格的样式操作比较麻烦虽然不难,所以不做介绍,程序生成的文档能看不就行了。哈哈哈 注意 输出的文件名只能是xls结尾的! ...
分类:
编程语言 时间:
2019-06-11 11:03:41
阅读次数:
96
题目描述: Given a non-empty array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear ...
分类:
其他好文 时间:
2019-06-11 00:56:22
阅读次数:
100
文档:文本三剑客(grep、sed、awk).note链接:http://note.youdao.com/noteshare?id=d6b2cb636b40803cf543f3f0b44bed9f&sub=1D4DA6B89EC74E9597672AADF0CE3894
分类:
其他好文 时间:
2019-06-10 21:09:11
阅读次数:
123