论文题目: Segmentation-Based Deep-Learning Approach for Surface-Defect 文献地址:https://arxiv.org/abs/1903.08536v3 源码地址:https://github.com/Wslsdx/Deep-Learnin ...
分类:
移动开发 时间:
2020-01-19 14:07:08
阅读次数:
390
一、字符串相关的常用方法简介? package com.bjpowernode.java_learning; ? public class D74_1_StringCommonMethod { public static void main(String[] args) { //1.转为大写 Sys ...
分类:
编程语言 时间:
2020-01-18 01:29:15
阅读次数:
125
APP源码已上传到我的GitHub:https://github.com/zdm-code/Android-learning/tree/master/android_learning/mortgage 如今楼市可真是疯狂,房价蹭蹭的坐火箭飞涨,说到买房,自然少不了房贷,根据不同的贷款方式与还款方式, ...
分类:
移动开发 时间:
2020-01-17 19:03:29
阅读次数:
96
2020.01 读完: null 正在读: 《利用Python进行数据分析 第2版》 计划读: 《高等数学 第7版 同济大学》 《Deep Learning with Python》 《信息论基础 第2版》 《概率论与数理统计 第4版 浙江大学》 ...
分类:
其他好文 时间:
2020-01-17 13:51:49
阅读次数:
78
一、字符串常用的方法 package com.bjpowernode.java_learning; ? public class D73_StringMethodBriefIntroduction { public static void main(String[] args) { //1.char ...
分类:
编程语言 时间:
2020-01-16 01:21:57
阅读次数:
95
This is my first note of CS224N (Natural Language Processing with Deep Learning), hoping could finish this class in the near future! Lecture1 drew an ...
分类:
其他好文 时间:
2020-01-15 21:29:44
阅读次数:
96
Self-supervised learning and computer vision 2020-01-15 08:05:47 Source: https://www.fast.ai//2020/01/13/self_supervised/ Introduction to self-supervi ...
分类:
其他好文 时间:
2020-01-15 09:35:25
阅读次数:
164
网址:https://learning.getpostman.com/docs/postman/collection-runs/starting-a-collection-run/ 开始收集运行 集合是一组请求,可以在对应的环境下作为一系列请求一起运行。 您可以使用脚本来构建集成测试套件,在API请 ...
分类:
其他好文 时间:
2020-01-14 20:55:12
阅读次数:
201
一、二分法查找 1.二分法查找是建立在已经排序的基础之上的 2.程序分析是从下到大?排序。 3.这个数组中没有重复的元素?。 package com.bjpowernode.java_learning; ? public class D71_1_ { public static void main( ...
分类:
编程语言 时间:
2020-01-13 00:57:42
阅读次数:
99
[TOC] "He K, Zhang X, Ren S, et al. Deep Residual Learning for Image Recognition[C]. computer vision and pattern recognition, 2016: 770 778." @article ...
分类:
Web程序 时间:
2020-01-11 23:53:54
阅读次数:
171