上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 106 下一页
摘要: 1.一个例子 http://sep.stanford.edu/public/docs/sep99/jest_intro_Fig/paper_html/node2.html 2.知乎问答 https://www.zhihu.com/question/48279880 阅读全文
posted @ 2020-02-09 14:23 lypbendlf 阅读(136) 评论(0) 推荐(0)
摘要: 转自:https://towardsdatascience.com/gamma-distribution-intuition-derivation-and-examples-55f407423840 #似乎还从来没有认真地学习过gamma分布。 1. 从这个图中似乎可以认为,gamma分布中的sha 阅读全文
posted @ 2020-02-09 00:10 lypbendlf 阅读(750) 评论(0) 推荐(0)
摘要: 1.问题分析 https://leetcode.com/articles/subsets/ 三个问题的解空间如上(看到这种问题真是脑瓜子嗡嗡的,好难) 其中子集问题,为2^n,因为每一个元素可能出现也可能不出现(原来是这样。) 一般的解决方法包括:递归、回溯、以及二进制操作(基于二进制位掩码和对应位 阅读全文
posted @ 2020-02-08 23:40 lypbendlf 阅读(255) 评论(0) 推荐(0)
摘要: 1.pytorch入门学习 https://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html#sphx-glr-beginner-blitz-tensor-tutorial-py 这个官方教程还挺好的。可以作为一个手册来查找。 包括创 阅读全文
posted @ 2020-02-04 20:57 lypbendlf 阅读(145) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/Stupid_human/article/details/99414013 1.上下文相同的词,词义很大可能也相同。 比如这个例子中,单词可能意思是beer,和beer相似。 2.怎么做文本分类? 两篇文章的向量相似,那么两篇文章也相似。 3.htt 阅读全文
posted @ 2020-02-01 23:44 lypbendlf 阅读(311) 评论(0) 推荐(0)
摘要: 转自:http://www.bioconductor.org/packages/release/bioc/vignettes/splatter/inst/doc/splatter.html 1.quickstart library(splatter) library(scater)# 创建模拟数据 阅读全文
posted @ 2020-02-01 22:35 lypbendlf 阅读(1347) 评论(0) 推荐(0)
摘要: 1.目前还是在看MTB的代码,其中预训练的部分,有很多不明白的,地方: 使用的预训练的数据集是cnn.txt,不知道是否是使用的QA数据集https://cs.nyu.edu/~kcho/DMQA/。 它整个的格式是这个样子的: 分为两个部分:一个是短文,另一个是4个@highlight,强调部分的 阅读全文
posted @ 2020-01-29 14:34 lypbendlf 阅读(310) 评论(0) 推荐(0)
摘要: ——————————1月8日———————————— 1. 继续这个https://www.cnblogs.com/BlueBlueSea/p/12129104.html来解决问题。 2.在这里搜到https://huggingface.co/transformers/main_classes/to 阅读全文
posted @ 2020-01-06 13:52 lypbendlf 阅读(190) 评论(0) 推荐(0)
摘要: 1.为什么要去噪?深度模型拟合如ZINB分布有什么作用? 为何假定服从ZINB分布,这个假定是有效的? 模型拟合出ZINB分布的参数,然后呢?数据与raw数据相比会有什么改变吗? 学习了这篇基于双线性回归的去噪模型: 说明了填充数据是对dropout的点进行填充的,那怎么就能确定这个0是dropou 阅读全文
posted @ 2020-01-03 21:44 lypbendlf 阅读(540) 评论(0) 推荐(0)
摘要: 1.在linux服务器上创建新用户时,出现了以下问题: 解决办法,通过加sudo啊创建新用户,并不是改文件的属性之类的。 但是在登陆时又说,等不上,因为 /usr/bin/xauth: file /home/user/.Xauthority does not exist 解决:https://www 阅读全文
posted @ 2020-01-01 16:09 lypbendlf 阅读(165) 评论(0) 推荐(0)
上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 106 下一页