Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

moco 论文摘要

less than 1 minute read

Published:

MoCo: Momentum Contrast for Unsupervised Visual Representation Learning

c++ stl 基础

3 minute read

Published:

c++标准库

c++包含许多正式标准,分别为 c++98, c++03, c++11(c++0x), c++14(c++1y), c++17(c++1z), c++20(c++2a), 还有正在定制中的 c++23(c++2b).

c++ alg 基础

less than 1 minute read

Published:

stl 中的算法库

stl 中的算法主要包含在 <algorithm> 中,还有一些存在在 <numberic> 和 <functional> 中 列举一些常用的函数 ```c++ // 顺序查找 find(v.begin(),v.end(),val);

空间域图像增强

less than 1 minute read

Published:

前言

《数字图像处理》这本书可谓传统CV入门的经典,奈何深度学习大行其道的今天,许多经典的传统方法往往被初学者忽略,其实深度学习的方法很多可以从传统方法获取先验,从而可能取得更好的效果,温故而知新,可以为师矣,这里记录一下阅读《数字图像处理》第三章的阅读摘要。

什么是deep learning

less than 1 minute read

Published:

前言

现在是2021年5月,工作了一年,回忆一下吧,记录一下此刻自己对深度学习的一些认识,希望以后回首,能看到年轻的自己naive的想法。

portfolio

publications

talks

teaching