1、简介 图像超分辨率是计算机视觉和图像处理领域一个非常重要的研究问题,在医疗图像分析、生物特征识别、视频监控与安全等实际场景中有着广泛的应用。随着深度学习技术的发展,基于深度学习的图像超分方法在多个测试任务上,取得了目前最优的性能和效果。本文介绍的一篇综述(Deep Learning for Im ...
分类:
其他好文 时间:
2019-07-02 18:51:59
阅读次数:
275
【TensorFlow】 ——( https://morvanzhou.github.io/tutorials/machine-learning/tensorflow/) 1、TensorFlow是啥? ——TensorFlow是Google开发的一款神经网络的Python外部的结构包,也是一个采用 ...
分类:
其他好文 时间:
2019-07-02 16:18:07
阅读次数:
155
题目链接:https://atcoder.jp/contests/abc129/tasks/abc129_f 题目大意 给定一个长度为 L ,首项为 A,公差为 B 的等差数列 S,将这 L 个数拼起来,记作 N,求 N % M。 分析 设 bit(i) 为第 i 项所需要进行的十进制位移。 则 $ ...
分类:
其他好文 时间:
2019-06-28 00:52:09
阅读次数:
116
Finding the Offset 1. Use the Metasploite pattern_create.rb tool to create 5900 characters. 2.Write the python test script. The shellcode is copied fr ...
分类:
其他好文 时间:
2019-06-27 01:09:07
阅读次数:
143
CS229 Machine Learning Stanford Course by Andrew Ng Course material, problem set Matlab code written by me, my notes about video course: https://githu ...
分类:
系统相关 时间:
2019-06-27 00:59:40
阅读次数:
218
Data arrangement 1.Reference Webs http://nlp.csai.tsinghua.edu.cn/~tcc/ https://blog.csdn.net/a609640147/article/details/89562262 https://blog.csdn.ne ...
分类:
Web程序 时间:
2019-06-25 17:21:17
阅读次数:
207
端午节我写了一个项目,帮助你学习HTTP接口测试。 GitHub地址: "https://github.com/defnngj/learning API test" 整个项目基于Flask和 Requests实现。 Flask是Python主流的Web框架,以简单著称,它可非常方便的实现API,整个 ...
分类:
Web程序 时间:
2019-06-24 22:35:22
阅读次数:
154
learning to link with wikipedia 目标:It explains how the topics mentioned in unstructured text can be automatically recognized and linked to the appropr ...
分类:
其他好文 时间:
2019-06-24 18:13:23
阅读次数:
132
Introduction to Buffer Overflows Anatomy of Memory Anatomy of the Stack ...
分类:
其他好文 时间:
2019-06-24 00:22:22
阅读次数:
65
在《机器学习 逻辑回归(一)(Machine Learning Logistic Regression I)》一文中,我们讨论了如何用逻辑回归解决二分类问题以及逻辑回归算法的本质。现在来看一下多分类的情况。 现实中相对于二分类问题,我们更常遇到的是多分类问题。多分类问题如何求解呢?有两种方式。一种是 ...
分类:
系统相关 时间:
2019-06-23 20:48:12
阅读次数:
170