白碧哲

统计+计算机


  • Home

  • Archives

  • Search

Hello World

Posted on 2021-01-21
Reading time ≈
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any pro ...
Read more »

不同的激活方程

Posted on 2020-08-27
Reading time ≈
Sigmoid Function$$f(x)=\left(\frac{1}{\left(1+\exp ^{-x}\right)}\right)-(1.4)$$Sigmoid Function 在预测二 ...
Read more »

qr_factorization 和 householder transformation解决最小二乘法

Posted on 2020-08-01
Reading time ≈
Least-Squares Problems by QR Factorization令 A 为训练集 $A=\left[a_{1}, a_{2}, \ldots, a_{n}\right] \in R ...
Read more »

sql不基础操作

Posted on 2020-06-13
Reading time ≈
历史 Data Manipulation Language (DML): SELECT, INSERT, UPDATE, DELETE. Data Definition Language (DDL): ...
Read more »

c有关

Posted on 2020-05-02
Reading time ≈
fork()底层实现fork之后,操作系统会复制一个与父进程完全相同的子进程,虽说是父子关系,但是在操作系统看来,他们更像兄弟关系,这2个进程共享代码空间,但是数据空间是互相独立的,子进程数据空间中的 ...
Read more »

PCA有关

Posted on 2020-04-30
Reading time ≈
https://blog.csdn.net/program_developer/article/details/80632779的补充 PCA的理论推导PCA有两种通俗易懂的解释:(1)最小化降维造成 ...
Read more »

python速度技巧

Posted on 2020-04-30
Reading time ≈
需要多数据成员进行频繁的查找或者访问的时候12345678910111213from time import time t = time() list = ['a ...
Read more »

Linux有关 ps 查找正在运行程序

Posted on 2020-02-27
Reading time ≈
1 关于grep()1 grep(global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的 ...
Read more »

copy_process()源码

Posted on 2020-02-26
Reading time ≈
版本2.6.23摘自https://elixir.bootlin.com/linux/v2.6.23/source/kernel/fork.c#L959 文字描述1.调用 dup_task_struc ...
Read more »

leetcode里面巧妙的解法

Posted on 2020-02-26
Reading time ≈
-1. #136 只出现一次的数字:给定一个非空整数数组,除了某个元素只出现一次以外,其余每个元素均出现两次。找出那个只出现了一次的元素。说明:你的算法应该具有线性时间复杂度。 你可以不使用额外空间来 ...
Read more »
12<i class="fa fa-angle-right"></i>
白碧哲

白碧哲

两脚离地了,病毒就上不去了,聪明的智商又占领高地了。

16 posts
11 tags
GitHub E-Mail Leetcode/力扣
© 2021 白碧哲
Powered by Hexo