6月底final,还有很多课内的知识没总结,总之,加快脚步复习总结吧。
西瓜书Chapter 1&2
发表于
|
分类于
Machine Learning
开始机器学习的学习啦!
《Introduction to Algorithm》Chapter 5 notes
发表于
|
分类于
Algorithm
5.1 The hiring problem
鸣人
发表于
|
分类于
Essay
昨天在知乎上看到一个问题,“你为什么讨厌鸣人?”
《Evolutionary Computation》读书笔记(二)
发表于
|
分类于
Algorithm
当fitness landscape不再是单峰的,而是“四峰”的,结果又会如何呢? f(x)=50-x1^2-x2^2。 书上给出了4种方案猜想:
- EV will converge to a homogeneous fixed point as before. However, there are now four peaks of attraction. Which one it converges near will depend on the randomly generated initial conditions.
- EV will converge to a stable fixed point in which the population is made up of subpopulations (species), each clustered around one of the peaks.
- EV will not converge as before, but will oscillate indefinitely among the peaks.
- The symmetry of the fitness landscape induces equal but opposing pressures to increment and decrement both feature values. This results in a dynamic equilibrium in which the average fitness of the population changes very little from its initial value.
《Evolutionary Computation》读书笔记(一)
发表于
|
分类于
Algorithm
从最简单的进化系统开始研究:EV。
《CC With Differential Grouping for Large Scale Optimization》论文阅读
发表于
|
分类于
Algorithm
本周星期三去参加了一场论文分享会,论文是遗传算法相关的,因为之前对这个领域只是一知半解,所以很多内容听的不是很懂,不如在每次分享会之前先把要研讨的论文看一遍,相信会受益更多。
计算机网络Chapter 2读书笔记
发表于
|
分类于
computer networking
尝试利用刚学的计算机网络知识对域名绑定和解析做出解释
发表于
|
分类于
Other
之前写过一篇博文,利用github pages五分钟建好个人网站+个人博客 ,在这篇 博文里,做了一件什么事呢?
- 利用
github pages和Jekyll创建了个人网站,这个个人网站的原始域名是:logos23333.github.io - 在aliyun购买了
logos23333.top域名 - 将
logos23333.top与logos23333.github.io绑定,当用户在浏览器键入logos23333.top时,自动解析到logos23333.github.io
计算机网络Chapter 1读书笔记
发表于
|
分类于
computer networking
Chapter 1了解一些基本概念即可。
