摘要:
2019-12-28 14:46:41 熟练掌握C++ sort函数的用法 以及如何定义cmp函数 class Solution { public: static bool cmp(const pair<string,int> &p1,const pair<string,int> &p2){ if( 阅读全文
posted @ 2019-12-28 14:47
JasonPeng1
阅读(184)
评论(0)
推荐(0)
摘要:
PCA的流程: 代码参考:https://www.cnblogs.com/clnchanpin/p/7199713.html 协方差矩阵的计算 https://docs.scipy.org/doc/numpy/reference/generated/numpy.cov.html 思想: https: 阅读全文
posted @ 2019-12-28 00:04
JasonPeng1
阅读(194)
评论(0)
推荐(0)
摘要:
奇异值分解(Singular Value Decomposition,SVD)是一种重要的矩阵分解(Matrix Decomposition)方法,可以看做对称方正在任意矩阵上的一种推广,该方法在机器学习的中占有重要地位。 首先讲解一下SVD的理论,然后用python实现SVD,并应用于图像压缩。 阅读全文
posted @ 2019-12-28 00:03
JasonPeng1
阅读(401)
评论(0)
推荐(0)
摘要:
bootsect.s(引导扇区程序)做了件什么事? 将硬盘中的OS程序(setup.s)读入内存 今天看一下setup.s后又做了什么事。 为什么一开始操作系统的程序要用汇编来编写?因为我们要严格地控制程序在哪里执行。汇编能做到,而C语言要需要编译才可以,在哪里执行我们是控制不了的。 为什么要做这件 阅读全文
posted @ 2019-12-28 00:01
JasonPeng1
阅读(338)
评论(0)
推荐(0)
摘要:
吴恩达机器学习:https://www.bilibili.com/video/av9912938/?p=43 有一个很好的文章:https://blog.csdn.net/qq_39422642/article/details/78725278 https://blog.csdn.net/LeviA 阅读全文
posted @ 2019-12-28 00:00
JasonPeng1
阅读(240)
评论(0)
推荐(0)

浙公网安备 33010602011771号