The Deviation of Cross Entropy with Softmax
Softmax function is used to regularize all number of a vector to [0, 1]. It is usual appeared in classification problems. By softmax, a vector with huge number can be projected to a small number range — from 0 to 1. That is useful to avoid gradient explosion & vanishing.
662 字
|
3 分钟
Cover Image of the Post
基本操作
2021/5/22 下午九点,基本操作公众号发了一篇推送:解开谜题,获取基本操作的最新进展。原文链接
2364 字
|
12 分钟
Cover Image of the Post
基于 Word2Vec 的红楼梦人物关系分析
word2vec是Google公司在2013年提出的一种词嵌入算法。使用word2vec算法对词汇进行向量化后,原来的近义词在向量空间中是邻近的,因此word2vec可以很好的保留原来词汇之间的相似性。
1450 字
|
7 分钟
Cover Image of the Post
sklearn 踩坑
这几天在做毕业设计,想做一个微博的情感分析,想着实现两种方式,一是朴素贝叶斯,二是用LSTM。
1068 字
|
5 分钟
Cover Image of the Post
博客迁移
白嫖的阿里云服务器今年七月份就要到期了,又白嫖了两年的腾讯云,于是想着把自己的博客迁移到腾讯云上。
787 字
|
4 分钟
Cover Image of the Post
Nginx 添加 SSL 证书
在使用Chrome浏览器时,访问没有SSL的网页时会提醒网页不安全,添加过SSL证书之后,会有一个小锁,很好看。
365 字
|
2 分钟
Cover Image of the Post
Python 连接 MySQL
毕设需要保存大量数据,于是想在服务器上运行一个数据库。
364 字
|
2 分钟
Cover Image of the Post
ECNU 往年机试
2021-03-08
EOJ上好多机试题都关闭了,只剩下这两场了。
629 字
|
3 分钟
Cover Image of the Post