一、字符串常用的方法 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
一、固定定位应用场景 1.练习 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>D158_ExerciseOfLocation</title> <style> *{ padding:0; margin:0; ...
分类:
Web程序 时间:
2020-01-11 09:42:58
阅读次数:
125
COMP222 - 2019 - Second CA AssignmentIndividual courseworkTrain Deep Learning AgentsAssessment InformationAssignment Number 2 (of 2)Weighting 10%Assig ...
分类:
其他好文 时间:
2020-01-10 20:08:41
阅读次数:
89
一、冒泡排序 1.也就是依次选出最大的放在最后面 package com.bjpowernode.java_learning; ? public class D70_1_BubbleSort { public static void main(String[] args) { /* * 冒泡排序算法 ...
分类:
编程语言 时间:
2020-01-10 00:27:47
阅读次数:
81
一 知识背景 3D scan&cloud points(点云)patch-based features,fully convolutional network, deep metric learning, sparse tensors,sparse convolutions, hard negeti ...
分类:
其他好文 时间:
2020-01-09 01:23:53
阅读次数:
148