上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: https://zhuanlan.zhihu.com/p/86742343 https://blog.csdn.net/jiangyutongyangyi/article/details/103583532 https://muzhan.blog.csdn.net/article/details/1 阅读全文
posted @ 2020-10-23 13:09 Daniel_Lu 阅读(238) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/86742343 AllenNLP安装 1.pip install allennlp 安装完毕报错 RROR: After October 2020 you may experience errors when installing or u 阅读全文
posted @ 2020-10-22 15:47 Daniel_Lu 阅读(497) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/32673260 阅读全文
posted @ 2020-10-22 13:57 Daniel_Lu 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 自然语言处理N天-使用Pytorch实现Transformer https://www.jianshu.com/p/e05ec4bdc60b https://www.jianshu.com/p/4e94690ba8e3 https://www.jianshu.com/p/2eb21de7fd5f P 阅读全文
posted @ 2020-10-20 16:55 Daniel_Lu 阅读(1069) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_39355550/article/details/81809467 阅读全文
posted @ 2020-10-16 15:27 Daniel_Lu 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 为什么交叉熵(cross-entropy)可以用于计算代价? 阅读全文
posted @ 2020-10-16 15:25 Daniel_Lu 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_43318626/article/details/102594221 机器学习 https://blog.csdn.net/weixin_43318626/category_8808116.html 重磅!花书《深度学习》,这份精炼笔记可能是 阅读全文
posted @ 2020-10-16 12:48 Daniel_Lu 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 卷积神经网络各层基本知识 深入学习卷积神经网络(CNN)的原理知识 阅读全文
posted @ 2020-10-14 09:27 Daniel_Lu 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 先看这个 显卡驱动版本、cudatoolkit版本、cudann版本、tensorflow-gpu版本之间的对应关系 又一个比较全的讲版本的帖子 https://blog.csdn.net/qq_18483627/article/details/105885483 https://www.nvidi 阅读全文
posted @ 2020-10-13 14:20 Daniel_Lu 阅读(869) 评论(0) 推荐(0) 编辑
摘要: 小例子:https://juejin.im/post/6844903465379069959 https://blog.csdn.net/Jaster_wisdom/article/details/78018653 数十种TensorFlow实现案例汇集:代码+笔记 https://github.c 阅读全文
posted @ 2020-10-10 14:27 Daniel_Lu 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 理解pytorch几个高级选择函数(如gather) 阅读全文
posted @ 2020-10-01 01:19 Daniel_Lu 阅读(173) 评论(0) 推荐(0) 编辑
摘要: python源码实现 https://www.cnblogs.com/xianglan/archive/2010/12/29/1921211.html 调用cv2库的例子 https://blog.csdn.net/dieju8330/article/details/83827689 阅读全文
posted @ 2020-09-30 10:48 Daniel_Lu 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 20行Python代码实现一款永久免费PDF编辑工具 python – 使用PdfMiner和PyPDF2提取文本合并列 使用PyPDF2结合pdfminer拆分PDF,并提取关键字重命名拆分出来的文件 【Python 库】解析PDF文本及表格——pdfminer、tabula、pdfplumber 阅读全文
posted @ 2020-09-29 13:18 Daniel_Lu 阅读(174) 评论(0) 推荐(0) 编辑
摘要: ocr服务 https://console.bce.baidu.com/ai/?fromai=1#/ai/ocr/app/detail~appId=428861 文档 https://cloud.baidu.com/doc/OCR/s/Ek3h7yeiq 翻译 https://api.fanyi.b 阅读全文
posted @ 2020-09-28 11:05 Daniel_Lu 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 画有颜色的轮廓import numpytriangle = numpy.array([ [100,300], [400,800],[200,500] ], numpy.int32)#[1,3],[4,8],[1,9]为要填充的轮廓坐标cv2.fillConvexPoly(image, triangl 阅读全文
posted @ 2020-09-26 00:27 Daniel_Lu 阅读(411) 评论(0) 推荐(0) 编辑
摘要: tesseract下载地址:https://digi.bib.uni-mannheim.de/tesseract/ https://blog.csdn.net/u010454030/article/details/80515501 http://www.freeocr.net/ https://ww 阅读全文
posted @ 2020-09-17 13:58 Daniel_Lu 阅读(490) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wuvkcyan/p/9311155.html https://cloud.tencent.com/developer/section/1489939 vue-router作为vue里面最基础的服务,学习一段时间,对遇到的需求进行一些总结 使用vue- 阅读全文
posted @ 2020-08-25 14:24 Daniel_Lu 阅读(364) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/063f7e490e9a 异步Promise及Async/Await可能最完整入门攻略 阅读全文
posted @ 2020-08-21 14:02 Daniel_Lu 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/c894ea00dfec 阅读全文
posted @ 2020-08-21 13:53 Daniel_Lu 阅读(85) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/20183544-wangzhengshuai/p/12490894.html xml文件如果是不同的文件,引用全类名路径 https://blog.csdn.net/lzxomg/article/details/89739651 <result co 阅读全文
posted @ 2020-08-13 00:51 Daniel_Lu 阅读(533) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_16055765/article/details/78833260 两个类实现同一个接口,并用@Copmonent注册到容器。 当你用autowired的时候,会导致冲突,系统不知道找哪一个实例注入。 此时2中解决方案 1. 给某个实例打上@Prim 阅读全文
posted @ 2020-08-07 14:31 Daniel_Lu 阅读(250) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liuawen/p/12310616.html 阅读全文
posted @ 2020-08-03 17:52 Daniel_Lu 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/vitaair/article/details/80894947 阅读全文
posted @ 2020-07-31 16:57 Daniel_Lu 阅读(671) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/7d20dc58c9fc 阅读全文
posted @ 2020-07-13 18:46 Daniel_Lu 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/hellxz/p/8891650.html 阅读全文
posted @ 2020-06-16 09:47 Daniel_Lu 阅读(538) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/46d844355f50 <template> <ve-histogram :data="chartData" :extend="chartExtend"></ve-histogram> </template> <script> export de 阅读全文
posted @ 2020-06-12 16:48 Daniel_Lu 阅读(2050) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/feiyanaffection/article/details/81394745 阅读全文
posted @ 2020-05-02 10:53 Daniel_Lu 阅读(166) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sinat_33921105/article/details/103847137?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendHotData-7&utm_sourc 阅读全文
posted @ 2020-04-07 14:57 Daniel_Lu 阅读(126) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lsdb/p/7171779.html curl和wget基础功能有诸多重叠,如下载等。 非要说区别的话,curl由于可自定义各种请求参数所以在模拟web请求方面更擅长;wget由于支持ftp和Recursive所以在下载文件方面更擅长。类比的话cur 阅读全文
posted @ 2020-04-04 17:54 Daniel_Lu 阅读(211) 评论(0) 推荐(0) 编辑
摘要: SourceTree3.2.6版本跳过注册办法 一、去sourceTree官网下载最新的包 官网:https://www.sourcetreeapp.com/windows版下载地址:https://product-downloads.atlassian.com/software/sourcetre 阅读全文
posted @ 2020-03-10 10:14 Daniel_Lu 阅读(615) 评论(0) 推荐(0) 编辑
摘要: https://www.ibm.com/support/knowledgecenter/zh/SSPREK_9.0.5/com.ibm.isam.doc/wrp_config/concept/con_sso_conc.html 阅读全文
posted @ 2020-01-19 10:23 Daniel_Lu 阅读(140) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wenqiangit/p/9592132.html 阅读全文
posted @ 2020-01-13 14:36 Daniel_Lu 阅读(130) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/b16e7c9e1f9f 阅读全文
posted @ 2020-01-09 11:17 Daniel_Lu 阅读(137) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lxy123456780/article/details/87811113 子组件: this.$emit('closeChange',false,true); 父组件: <posilCom @closeChange="closeCom(arguments 阅读全文
posted @ 2019-12-17 12:31 Daniel_Lu 阅读(3747) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/8a3988057d0f 阅读全文
posted @ 2019-12-03 09:28 Daniel_Lu 阅读(102) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xiaohuochai/p/7395694.html 阅读全文
posted @ 2019-11-28 15:11 Daniel_Lu 阅读(157) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yangjiachang1203/article/details/52128830 阅读全文
posted @ 2019-11-22 21:28 Daniel_Lu 阅读(794) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000015698278 阅读全文
posted @ 2019-11-20 09:46 Daniel_Lu 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wangqiao170/p/9469685.html 总而言之,如果同一个函数中,改变了dom值,此时又要使用dom值,你是取不到的,因为dom还没变。 你要用 this.$nextTick(()=>{ }) 阅读全文
posted @ 2019-11-15 13:22 Daniel_Lu 阅读(356) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_37214567/article/details/80885637 https://blog.csdn.net/qq285679784/article/details/80331890 https://www.cnblogs.com/gyweiUST 阅读全文
posted @ 2019-11-05 17:38 Daniel_Lu 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页