博客目录
博客目录
每类下的博客基本按照时间顺序整理。
有3个#
的博客是用Markdown
写的,其它的基本是使用windows live writer
完成的。(后面用Markdown写的也没加#, 因为觉得没必要区分了,反正后面都是Markdown了)
1. 事件检测 && 目录跟踪
###《Video Event Detection by Inferring Temporal Instance Lables》
###《Max-Margin Early Event Detectors》
### Paper about Event Detection
###《High-level event recognition in unconstrained videos》
### 目标跟踪
### About Multi-Object Tracking
2. 图像处理 && 多媒体
### SIFT特征
### Canny边缘检测算子
### OpenCV安装(Linux)
H265
x264
3. 机器学习 && 深度学习
###《Machine Learning》by Andrew NG
###《统计学习方法》
###《机器学习》
###《Machine Learning in Action》 - KNN
### Newton's Method
### 线性回归(Regression)
### EM算法
### Caffe
Tensorflow
解析模型参数
keras
YOLO (You Only Look Once)
Deep Learning
caffe源码阅读
OpenVX
使用YOLO训练Pedestrain Detection
FaceNet
4. Linux
正则表达式(Regular Expression)
Linux输入输出重定向
Linux基本文本处理
Sed基础入门
Ubuntu将程序图标加到启动器
### Linux下使用goAgent
### Linux基础命令
### VIM使用
### Linux基础 - 1
### Linux基础 - 2
### Linux基础 - 3
### awk
### Shell Script
###《VIM实用技巧》
5. 嵌入式
6. GPU异构计算
### CUDA
### MATLAB - CUDA
OpenCL
OpenCL C
7. C/C++
makefile文件制作入门
###再探Makefile
###C中的extern-static-const关键词
###学习《Effective C++》
###g编译器
###STL学习--标准模板库
###STL学习--vector
###STL学习--关联容器
###STL学习--迭代器
###STL学习--函数对象
###STL学习--适配器
###《Effective STL》--Chapter1
###《Effective STL》--Chapter2
###《Effective STL》--Chapter3
###《Effective STL》--Chapter4
###《Effective STL》--Chapter5
###《Effective STL》--Chapter6
###《Effective STL》--Chapter7
### Maintainable C
### C/C笔记
### cmake使用
### 学习《C Primer》- 1
### 学习《C++ Primer》- 2
### 学习《C++ Primer》- 3
### 学习《C++ Primer》- 4
### 学习《C++ Primer》- 5
### 学习《C++ Primer》- 6
### 学习《C++ Primer》- 7
### 学习《C++ Primer》- 8
### core文件使用
###《More Effective C++》- 基础议题
###《More Effective C++》- 操作符
###《More Effective C++》- 异常
### strcpy vs memcpy
### C总结-[类成员函数]
### C总结-[类的继承]
### 学习《C++ Primer》- 9
8. Python
### Python Learning
### Theano
Anaconda
9. Matlab
10. Php
11. Java
12. Csharp
13. Markdown && Latex
###Markdown初步学习
###Fedora下安装Retext
[Latex] https://www.cnblogs.com/gr-nick/p/10805430.html
14. 版本控制
SVN服务器从Windows迁移到Linux
GIT Learning
Github 访问时出现Permission denied (public key)
###Git使用问题
### GIT
GIT stash
15. Coding
###《程序员的自我修养》
### 设计模式:六大原则
###《设计模式》