首页
学习
活动
专区
工具
TVP
发布

计算机视觉与深度学习基础

专栏作者
314
文章
196360
阅读量
58
订阅数
Leetcode 274. H-Index
Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index. According to the definition of h-index on Wikipedia: "A scientist has index h if h of his/her N papers have at l
triplebee
2018-03-27
5570
Leetcode 278. First Bad Version
You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your product fails the quality check. Since each version is developed based on the previous version, all the versions after a bad version
triplebee
2018-03-27
5840
【深度学习】使用tensorflow实现VGG19网络
接上一篇AlexNet,本文讲述使用tensorflow实现VGG19网络。 VGG网络与AlexNet类似,也是一种CNN,VGG在2014年的 ILSVRC localization and classification 两个问题上分别取得了第一名和第二名。VGG网络非常深,通常有16-19层,卷积核大小为 3 x 3,16和19层的区别主要在于后面三个卷积部分卷积层的数量。第二个用tensorflow独立完成的小玩意儿...... 同样先放上我的代码,由AlexNet的代码改过来的:https:
triplebee
2018-03-27
1.8K0
个人vim配置文件
runtime! debian.vim if has("syntax") syntax on endif if filereadable("/etc/vim/vimrc.local") source /etc/vim/vimrc.local endif "syntax high light syntax on "show the line number set nu "为c程序提供自动缩进 set smartindent "使用c程序的自动缩进 set cindent "设置缩进的空格数为4 set
triplebee
2018-01-12
1K0
SVM原理详解
SVM入门(一)至(三)Refresh 按:之前的文章重新汇编一下,修改了一些错误和不当的说法,一起复习,然后继续SVM之旅. (一)SVM的简介 支持向量机(Support Vector  Machine)是Cortes和Vapnik于1995年首先提出的,它在解决小样本、非线性及高维模式识别中表现出许多特有的优势,并能够推广应用到函数拟合等其他机器学习问题中[10]。  支持向量机方法是建立在统计学习理论的VC 维理论和结构风险最小原理基础上的,根据有限的样本信息在模型的复杂性(即对特定训练样
triplebee
2018-01-12
1.2K0
Leetcode 48 Rotate Image
You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise).
triplebee
2018-01-12
6280
文件倒排索引算法及其hadoop实现
什么是文件的倒排索引? 简单讲就是一种搜索引擎的算法。过倒排索引,可以根据单词快速获取包含这个单词的文档列表。倒排索引主要由两个部分组成:“单词”和对应出现的“倒排文件”。 详细解释有一篇博客说得挺好:http://blog.csdn.net/hguisu/article/details/7962350 MapReduce的设计思路 整个过程包含map、combiner、reduce三个阶段,它们各自对应的key和value类型如下表所示: InputKey Inpu
triplebee
2018-01-12
6840
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档