自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (15)
  • 收藏
  • 关注

原创 CS231n Class Notes- lecture11 ConvNets in Practice

这节课主要讲了一些在实际使用 CNN 时的技巧,可以加速训练网络。很多内容需要图解,所以我就直接截图了。所有图都是从 CS231n lecture 11的课件中截取的。The power of small filtersThree 3 x 3 conv gives similar representational power as a single 7 x 7 convolution 这是在 V

2016-07-30 20:59:35 1722

原创 Understanding LSTM Networks

学习RNN,发现一个很好的 LSTM 讲解。

2016-07-29 11:04:11 453

原创 Leetcode168. Excel Sheet Column Title

Probelm DescriptionGiven a positive integer, return its corresponding column title as appear in an Excel sheet. For example:1 -> A2 -> B3 -> C...26 -> Z27 -> AA28 -> AB Thinking:这个问题是 Easy 型的,也

2016-07-20 19:42:14 488

原创 cs231n - assignment1 - neural net 梯度推导

Implementing a Neural Network In this exercise we will develop a neural network with fully-connected layers to perform classification, and test it out on the CIFAR-10 dataset.这里开始采用矩阵的形式来推导梯度,而且将

2016-07-18 19:19:10 8541 3

原创 cs231n - assignment1 - softmax 梯度推导

Softmax exercise Complete and hand in this completed worksheet (including its outputs and any supporting code outside of the worksheet) with your assignment submission. For more details see the assig

2016-07-16 15:19:07 16497 23

原创 cs231n - assignment1 - linear-svm 梯度推导

Multiclass Support Vector Machine exercise Complete and hand in this completed worksheet (including its outputs and any supporting code outside of the worksheet) with your assignment submission. F

2016-07-15 22:59:27 8929 6

原创 cs231n - assignment1- k-Nearest Neighbor Classifier 梯度推导

assignment web pagek-Nearest Neighbor (kNN) exercise Complete and hand in this completed worksheet (including its outputs and any supporting code outside of the worksheet) with your assignment submis

2016-07-14 20:07:23 1253

原创 Google gflags usage on windows

gflags 是 google 的开源项目,用来解析程序的命令行输入参数。传统的方法是手工解析argv参数,或者使用getopt函数。两种方法都比较费劲。使用Google gflags可以大大简化命令行参数处理。下面主要记录如何在windows下利用CMake编译gflags,并用CMakeLists来使用gflags,以及基本的使用方法。Complie gflags By CMake在github

2016-07-01 14:06:14 3927

安卓拍照上传功能

用安卓写了一个简单的APP,主要功能是拍照并上传图片。拍照部分功能直接调用系统Camera APIs,上传图片功能部分使用的httpmime。

2017-05-16

sqlite3 c++ API 静态库

sqlite3 c++ API 静态库,VS2013 X64

2017-05-12

httpmime-4.3.jar

httpmime-4.3.jar

2017-04-27

STL源码剖析 中文清晰 带书签

2017-02-09

cs231n deep learning assignment1

deep learning assignment1 for stanford cs231n class

2016-07-22

windows下编译好了的sba-1.6

在windows下用 visual studio 成功编译好了的sba1.6。包含生成好的.lib文件和sba源代码,和CMKAE生成的VS工程,可以直接编译~

2016-04-21

Tukey's Biweight Correlation and the Breakdown

Tukey是M估计的一种,比最小二乘法更加鲁棒,在PTAM中作者用到了Tukey biweight objective function

2016-04-20

场景流经典教材

德国慕尼黑工业大学计算机视觉教授Cremers和他的博士生写的书,关于场景流(scene flow)的入门教材。scene flow 可以用来做运动分析,3D感知。

2016-04-20

MPI与OpenMP并行程序设计pdf

MPI与OpenMP并行程序设计中文电子书,讲得很不错

2016-03-10

OpenMP tutorial

OpenMP tutorial 是一个通俗易懂的openMP教学文档,还有配套的讲解视频:https://www.youtube.com/watch?v=nE-xN4Bf8XI&list=PLLX-Q6B8xqZ8n8bwjGdzBJ25X2utwnoEG

2016-03-10

最新版bundler,windows下可运行

最新版的bundler,可以在windows下面通过cygwin运行,也可以用vs2013运行、调试。

2016-01-04

深度学习最佳中文入门教程-斯坦福大学

深度学习最佳中文入门教程,翻译的英文资料,来自斯坦福大学的资源。深度学习入门的不二选择。

2015-12-24

微控制器的GPRS无线上网

详细介绍微控制器的GPRS无线上网原理和源代码。

2012-07-15

GPRS模块SIM300硬件分析.doc

GPRS模块SIM300硬件分析.doc

2012-03-24

Quartus_II软件使用教程

Quartus_II软件使用教程.pdf

2012-03-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除