摘要: Window based method (direct predict method): skip gram and CBOW Skip-gram Model: take one window at a time, predict probability of surrrounding words( 阅读全文
posted @ 2019-01-04 22:49 alexfz 阅读(213) 评论(0) 推荐(0) 编辑
摘要: word vector: model of word meaning (vectors that can encode the word meanings) 用分类资源来处理词义 WordNet: taxonomy information about words nltk.corpus语料库 imp 阅读全文
posted @ 2019-01-04 22:20 alexfz 阅读(368) 评论(0) 推荐(0) 编辑
摘要: Github https://github.com/sebastianruder/NLP-progress 官方网址 https://nlpprogress.com/ Github https://github.com/sebastianruder/NLP-progress https://gith 阅读全文
posted @ 2019-01-03 03:32 alexfz 阅读(343) 评论(0) 推荐(0) 编辑
摘要: Day 1 复杂问题简单化,机器学习 = 寻找一种函数 → f(' complicated ') = output 机器学习三板斧: 深度学习是机器学习重要分支:多层次ANN 深度学习能拟合更多的线段,更加高效准确 机器学习和深度学习: ML:需要更多的人工数据的提取和表达,模型细致算法的尝试和训练 阅读全文
posted @ 2018-10-24 10:59 alexfz 阅读(295) 评论(0) 推荐(0) 编辑
摘要: Deep Learning笔记概略 监督学习:所有输入数据都有确定的对应输出;输入输出位于网络的两端,训练就是不断调整它们之间的网络连接权重 NN:房子特征和房价 左边输入列是一个instance的各个feature值;权重和节点值相乘陆续传播至下一节点; Hidden layer的节点也可有其in 阅读全文
posted @ 2018-07-18 14:47 alexfz 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 一个寻找方向与未来的即将升入大四学生,今天正式开始要写一份自己的博客啦!尝试了下hexo搭建,觉得有点麻烦;还是决定先在博客园上开始写,在之后再搭建自己的个人主页想要通过博客来督促自己每天不断进步,不断充实自己的各方面知识。虽然在计算机专业,但是目前实力确实自我评估只能是处于小白阶段。在去加拿大交换 阅读全文
posted @ 2018-07-16 18:05 alexfz 阅读(100) 评论(0) 推荐(0) 编辑