一、固定定位应用场景 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
原文地址:https://www.cnblogs.com/luofeel/p/10400954.html 第一次接触Class Activation Mapping这个概念是在论文《Learning Deep Features for Discriminative Localization 》(20 ...
分类:
移动开发 时间:
2020-01-08 23:07:59
阅读次数:
118
本篇博客代码来自于《动手学深度学习》pytorch版,也是代码较多,解释较少的一篇。不过好多方法在我以前的博客都有提,所以这次没提。还有一个原因是,这篇博客的代码,只要好好看看肯定能看懂(前提是python语法大概了解),这是我不加很多解释的重要原因。 K折交叉验证实现 def get_k_fold ...
分类:
其他好文 时间:
2020-01-08 22:56:36
阅读次数:
439
VLBP ——variable learning rate 可变学习速率的BP VLBP算法基本思想 一种改进的可变学习速率的BP神经网络算法IVLBP https://wenku.baidu.com/view/c4723e3043323968011c9283.html ...
分类:
编程语言 时间:
2020-01-08 16:09:07
阅读次数:
163
参数inband_tags就表示tags存放的位置,tags的大小为16字节,其定义如下所示。 struct yaffs_packed_tags2_tags_only { unsigned seq_number; unsigned obj_id; unsigned chunk_id; unsigne ...
分类:
其他好文 时间:
2020-01-07 17:59:37
阅读次数:
77
John Hennessy and David Patterson 2017 ACM A.M.Turing Award Lecture SISC 不同指令耗费时间不同 Micro programming 每条指令有一套程序 不能共享 设计指令集 机器中基本的微指令 用微指令实现基本指令 微程序设计 ...
分类:
其他好文 时间:
2020-01-07 01:08:09
阅读次数:
117
Week1 Bird recognition in the city of Peacetopia (case study)( 和平之城中的鸟类识别(案例研究)) 1.Problem Statement This example is adapted from a real production ap ...
分类:
系统相关 时间:
2020-01-06 13:02:04
阅读次数:
90