December 24, 2023
算法
What is the difference between linear and linearithmic?
The terms “linear” and “linearithmic” refer to different types of relationships or functio ...
Read more
October 2, 2023
随笔
生活
宝贝
202年9月30号,中秋节,也是中秋和国庆假期的第一天,宝贝突然发烧了,宝贝人生中第一次发烧。我之前有预想过如果她发烧,我会怎么处理,但还是没想到这么快就发生了。
其实宝贝从前几天就有一些不正常了,奶量下降,经常吐奶,前一天还莫名其妙的自己笑,当天上午也摸到了后脑勺有一些热,这些都是不太正常 ...
Read more
July 17, 2023
AI
What is it?Encoder-Decoder architecture is a sequence-to-sequence architecture. This means that it takes, for example a sequence of words as input ...
Read more
July 16, 2023
AI
本文源自于以下内容做的整理。Generative AI learning path
Image Generation Model Families
Variational Auto Encoders (VAEs)Encode images to a compressed size, then ...
Read more
July 9, 2023
AI
整理一些 AI入门知识,本文源自于以下内容做的整理。Generative AI learning path
AIArtificial Intelligence
MLMachine Learning,A subfield of AI.ML gives computers the abilit ...
Read more
July 9, 2023
总结
Git
工具
今天执行 git pull 命令,突然要求必须输入密码,开始以为是公钥和GitHub上的不匹配了。后来经过了以下几个步骤的操作确认一、重新生成密钥对,并将公钥配置到GitHub中,发现不起作用这个过程搞清楚了要想本地免密执行Git命令,只需要配置密钥就可以,步骤如下: 1、在 ~/ ...
Read more
June 14, 2023
进度条示例
.progress-bar {
width: 100%;
height: 30px;
background-color: #f2f2f2;
border-radius: 5px;
}
.progress { height: 100 ...
Read more
June 14, 2023
随笔
感悟
不知不觉,已毕业十年,我从一个刚毕业的菜鸟变成了一个已经工作十年的菜鸟。回首这十年,顿觉人生也不过如此,每天几乎在重复,以后可能也是这样。从初中求学开始到大学毕业也是十年,和工作的十年比真的差别太大了。
我以前喜欢手写日记,主要觉得可以练练字,记录的也都是单身的时候那些狗血的多愁善感。但从谈 ...
Read more
June 13, 2023
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer ...
Read more