[Archieve]

AI

  1. pdollar/edges: Structured Edge Detection Toolbox- https://github.com/pdollar/edges

  2. Online Book: Neural Networks and Deep Learning

Neural Networks and Deep Learning 中文翻译(Gitbook)

神经网络与深度学习gitbook

  1. 《神经网络与深度学习》免费在线电子书
  2. 【转】GitHub 上有哪些比较好的计算机视觉/机器视觉的项目?

我来回答几个,以下的几个代码我都实际运行过,有一部分仔细读过。
1.pdollar (Piotr Dollar) · GitHub
Piotr's Computer Vision Matlab Toolbox,里边包含各种各样的算法,包括特征提取、分割、分类稍等等。
Structured Edge Detection Toolbox,检测中的edgebox算法
MSCOCO API
2. DL系列
Caffe:GitHub - BVLC/caffe: Caffe: a fast open framework for deep learning.
model zoo:Model Zoo · BVLC/caffe Wiki · GitHub,这个里边包含了基于caffe实现的各种各样的模型。
其实像Tensorflow、MatConvNet这些每一个都是很好的项目

3. voc-dpm
GitHub - rbgirshick/voc-dpm: Object detection system using deformable part models (DPMs) and latent SVM (voc-release5). You may want to use the latest tarball on my website. The github code may include code changes that have not been tested as thoroughly and will not necessarily reproduce the results on the website.
4. 铅笔画的自动生成,把一副图像变成铅笔水粉画,感觉很酷很酷炫有木有
GitHub - candycat1992/PencilDrawing: :pencil2: Pencil drawing production.

  1. Microsoft的人工智能公开课

  2. 神经网络入门知识 - 从入门到精通:卷积神经网络初学者指南

  3. Object Detection论文

  4. Deep Learning(深度学习)学习笔记整理

CS

  1. Google Interview University - 坚持完成这套学习手册,你就可以去 Google 面试了: 掘金翻译

  2. 2016/2017 Web 开发者路线图: https://juejin.im/entry/57fc7c678ac2470058c83312

  3. 数据挖掘十大算法详解

你可能感兴趣的:([Archieve])