摘要:
参考:http://cs231n.github.io/assignment1/Q1: k-Nearest Neighbor classifier (30 points) 1 import numpy as np 2 from matplotlib.cbook import todate 3 ... 阅读全文
随笔档案-2015年01月
CNN for Visual Recognition (02)
2015-01-12 16:38 by Jack King, 784 阅读, 收藏,
摘要:
图像分类参考:http://cs231n.github.io/classification/图像分类(Image Classification),是给输入图像赋予一个已知类别标签。图像分类是计算机视觉(Computer Vision)问题中一个基本问题,也是很要的一个问题。诸如物体检测、图像分割等可... 阅读全文
CNN for Visual Recognition (01)
2015-01-12 14:55 by Jack King, 539 阅读, 收藏,
摘要:
CS231n: Convolutional Neural Networks for Visual Recognitionhttp://vision.stanford.edu/teaching/cs231n/syllabus.html主要利用神经网络解决图像分类问题。 阅读全文
在windows上编译MatConvNet
2015-01-04 20:34 by Jack King, 6639 阅读, 收藏,
摘要:
有个BT的要求,在windows上使用MatConvNet,并且需要支持GPU。费了些力气,记录一下过程(暂不支持vl_imreadjpeg函数)在这里下载MatConvNet,机器配置vs2010,Matlab2014a,CUDA6.5。进入Matlab,切换到{matconvnet_root}:... 阅读全文
浙公网安备 33010602011771号