All Projects → huxiaoman7 → Paddlepaddle_code

huxiaoman7 / Paddlepaddle_code

Licence: apache-2.0
用PaddlePaddle和Tensorflow实现常用的深度学习算法

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Paddlepaddle code

Pytorch Inpainting With Partial Conv
Unofficial pytorch implementation of 'Image Inpainting for Irregular Holes Using Partial Convolutions' [Liu+, ECCV2018]
Stars: ✭ 440 (-9.28%)
Mutual labels:  cnn
Cryptocurrencyprediction
Predict Cryptocurrency Price with Deep Learning
Stars: ✭ 453 (-6.6%)
Mutual labels:  cnn
Gofamily
🔥 大厂 BAT 面试高频知识点,后端技术体系。包含了 C GO Python, 网络,Redis ,MySQL ,消息队列 ,高并发,微服务,缓存,操作系统,算法,LeetCode 刷题等知识
Stars: ✭ 474 (-2.27%)
Mutual labels:  algorithm
Causaldiscoverytoolbox
Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.
Stars: ✭ 447 (-7.84%)
Mutual labels:  algorithm
Problem Solving Javascript
🔥 Crack you JS interviews ⚡ Collection of most common JS Interview questions with Unit Tests 🚀
Stars: ✭ 451 (-7.01%)
Mutual labels:  algorithm
Elle
The Elle coroutine-based asynchronous C++ development framework.
Stars: ✭ 459 (-5.36%)
Mutual labels:  algorithm
Js Sorting Algorithm
一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。
Stars: ✭ 4,507 (+829.28%)
Mutual labels:  algorithm
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (-0.62%)
Mutual labels:  algorithm
Cassowary
An incremental linear constraint-solving algorithm (Auto Layout) in Swift.
Stars: ✭ 454 (-6.39%)
Mutual labels:  algorithm
Algotrader
Simple algorithmic stock and option trading for Node.js.
Stars: ✭ 468 (-3.51%)
Mutual labels:  algorithm
Earcut.hpp
Fast, header-only polygon triangulation
Stars: ✭ 447 (-7.84%)
Mutual labels:  algorithm
Food Recipe Cnn
food image to recipe with deep convolutional neural networks.
Stars: ✭ 448 (-7.63%)
Mutual labels:  cnn
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (+862.27%)
Mutual labels:  algorithm
Usaco Guide
A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.
Stars: ✭ 439 (-9.48%)
Mutual labels:  algorithm
Liteflownet
LiteFlowNet: A Lightweight Convolutional Neural Network for Optical Flow Estimation, CVPR 2018 (Spotlight paper, 6.6%)
Stars: ✭ 474 (-2.27%)
Mutual labels:  cnn
Sknet
Code for our CVPR 2019 paper: Selective Kernel Networks; See zhihu:https://zhuanlan.zhihu.com/p/59690223
Stars: ✭ 443 (-8.66%)
Mutual labels:  cnn
Sde Interview Questions
Most comprehensive list 📋 of tech interview questions 📘 of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
Stars: ✭ 5,406 (+1014.64%)
Mutual labels:  algorithm
Lstm Fcn
Codebase for the paper LSTM Fully Convolutional Networks for Time Series Classification
Stars: ✭ 482 (-0.62%)
Mutual labels:  cnn
Ssr Net
[IJCAI18] SSR-Net: A Compact Soft Stagewise Regression Network for Age Estimation
Stars: ✭ 475 (-2.06%)
Mutual labels:  cnn
Awesome Local Global Descriptor
My personal note about local and global descriptor
Stars: ✭ 466 (-3.92%)
Mutual labels:  cnn

PaddlePaddle_code



所需环境

  • Python2.7
  • Numpy
  • matplotlib
  • paddlepaddle(或paddlepaddle-gpu)

博文目录(最新更新时间:2018.6.6)

1. 序言--三个月教你从零入门深度学习

2.【深度学习系列】PaddlePaddle之手写数字识别

3.【深度学习系列】卷积神经网络CNN原理详解(一)——基本原理

4.【深度学习系列】PaddlePaddle之数据预处理

5.【深度学习系列】卷积神经网络详解(二)——自己手写一个卷积神经网络

6.【深度学习系列】用PaddlePaddle和Tensorflow进行图像分类

7.【深度学习系列】用PaddlePaddle和Tensorflow实现经典CNN网络AlexNet

8.【深度学习系列】用PaddlePaddle和Tensorflow实现经典CNN网络Vgg

9.【深度学习系列】用PaddlePaddle和Tensorflow实现经典CNN网络GoogLeNet

10.【深度学习系列】用PaddlePaddle和Tensorflow实现GoogLeNet InceptionV2/V3/V4

11.【深度学习系列】关于PaddlePaddle的一些避“坑”技巧

12.【深度学习系列】CNN模型的可视化

13.【深度学习系列】PaddlePaddle可视化之VisualDL

14.【深度学习系列】迁移学习Transfer Learning

15.【深度学习系列】用PaddlePaddle进行车牌识别(一)

16.【深度学习系列】用PaddlePaddle进行车牌识别(二)

17.【深度学习系列】PaddlePaddle垃圾邮件处理实战(一)

18.深度学习系列】PaddlePaddle垃圾邮件处理实战(二)


参考资料

1.Lenet-5

2.AlexNet

3.Vgg


本系列计划于10月底开始,每周三更新一篇,可能会有不定期更新。每篇文章同步发布于博客园、知乎专栏和简书。(因为之前博文被抄袭太严重了,所以干脆自己多建几个平台账号发布)。每个小demo会从两个方面写,一是原理详解,二是代码实现,最后会有几个实战项目。代码大多数运行在GPU上,所以如果有能力的话,尽可能配置一台GPU机器,这样可以极大的节省模型训练的时间,如果没有也没关系,可以在CPU上跑,或者申请云服务器。这个系列总结了我学习深度学习的知识,给想入门深度学习的小白一个参考,能力有限,写的过程中可能会有疏漏,如有错误,请及时指正,谢谢^_^!


  • 从5月14日以后更新的paddle模型应用,都会用fluid 1.4版本来写代码
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].