上一页 1 ··· 133 134 135 136 137 138 139 140 141 ··· 347 下一页
摘要: colSums(is.na(df2))rowSums(is.na(df2))sum(is.na(x)) 阅读全文
posted @ 2021-06-12 10:35 emanlee 阅读(2899) 评论(0) 推荐(0)
摘要: 统计xx内TRUE 的数量 sum(xx)注意,若xx内有NA, 使用sum会返回NA。所以最好使用:sum(xx, na.rm = T) 阅读全文
posted @ 2021-06-12 10:31 emanlee 阅读(1818) 评论(0) 推荐(0)
摘要: 官网:http://subread.sourceforge.net/ Subread package: high-performance read alignment, quantification and mutation discovery The Subread package compris 阅读全文
posted @ 2021-06-12 07:49 emanlee 阅读(7220) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/28a0c98027a8 出现如题错误: libstdc++.so.6: version `GLIBCXX_3.4.20' not found 这个错误是目前的libstdc++.so.6没有对应的GLBCXX造成的。可以通过如下命令查看: [ss 阅读全文
posted @ 2021-06-10 22:46 emanlee 阅读(1439) 评论(0) 推荐(0)
摘要: The following requested languages could not be built: gfortranSupported languages are: c,brig,c,c++,fortran,go,lto,objc,obj-c++ strings /home/software 阅读全文
posted @ 2021-06-10 22:44 emanlee 阅读(416) 评论(0) 推荐(0)
摘要: HISAT2官网https://daehwankimlab.github.io/hisat2/ HISAT2 下载 https://daehwankimlab.github.io/hisat2/download/ Binaries Version: HISAT2 2.2.1 Release Date 阅读全文
posted @ 2021-06-10 21:34 emanlee 阅读(2284) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/64361703 https://github.com/ChristosChristofidis/awesome-deep-learning Table of Contents Books Courses Videos and Lecture 阅读全文
posted @ 2021-06-03 23:27 emanlee 阅读(218) 评论(0) 推荐(0)
摘要: CVPR2021接受论文/代码分方向汇总分类目录:1. 检测(detection) 图像目标检测(Image Object Detection) 视频目标检测(Video Object Detection) 动作检测(Activity Detection) 异常检测(Anomally Detetio 阅读全文
posted @ 2021-06-03 20:57 emanlee 阅读(4492) 评论(0) 推荐(0)
摘要: 计算机视觉 Computer Vision 会议: AAAI: AAAI Conference on Artificial IntelligenceACCV: Asian Conference on Computer VisionACM MM: ACM International Conferenc 阅读全文
posted @ 2021-06-03 19:25 emanlee 阅读(957) 评论(0) 推荐(0)
摘要: 最近深度学习两巨头 Bengio 和 LeCun 在 ICLR 2020 上点名 Self-Supervised Learning(SSL,自监督学习) 是 AI 的未来,而其的代表的 Framework 便是 Contrastive Learning(CL,对比学习)。 另一巨头 Hinton 和 阅读全文
posted @ 2021-06-01 19:36 emanlee 阅读(1165) 评论(0) 推荐(0)
上一页 1 ··· 133 134 135 136 137 138 139 140 141 ··· 347 下一页