All Projects → tostq → Deeplearningc

tostq / Deeplearningc

Simple program to learn CNN (LeNet-5) in pure C

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Deeplearningc

Face Nn
游戏捏脸,基于神经风格迁移框架生成逼真人脸
Stars: ✭ 192 (-6.8%)
Mutual labels:  cnn
Cnn 3d Images Tensorflow
3D image classification using CNN (Convolutional Neural Network)
Stars: ✭ 199 (-3.4%)
Mutual labels:  cnn
Bonnetal
Bonnet and then some! Deep Learning Framework for various Image Recognition Tasks. Photogrammetry and Robotics Lab, University of Bonn
Stars: ✭ 202 (-1.94%)
Mutual labels:  cnn
Liteflownet2
A Lightweight Optical Flow CNN - Revisiting Data Fidelity and Regularization, TPAMI 2020
Stars: ✭ 195 (-5.34%)
Mutual labels:  cnn
Deeptam
DeepTAM: Deep Tracking and Mapping https://lmb.informatik.uni-freiburg.de/people/zhouh/deeptam/
Stars: ✭ 198 (-3.88%)
Mutual labels:  cnn
Pratik Derin Ogrenme Uygulamalari
Çeşitli kütüphaneler kullanılarak Türkçe kod açıklamalarıyla TEMEL SEVİYEDE pratik derin öğrenme uygulamaları.
Stars: ✭ 200 (-2.91%)
Mutual labels:  cnn
Cnn Re Tf
Convolutional Neural Network for Multi-label Multi-instance Relation Extraction in Tensorflow
Stars: ✭ 190 (-7.77%)
Mutual labels:  cnn
Tensorflow Computer Vision Tutorial
Tutorials of deep learning for computer vision.
Stars: ✭ 206 (+0%)
Mutual labels:  cnn
Sppnet Pytorch
A simple Spatial Pyramid Pooling layer which could be added in CNN
Stars: ✭ 198 (-3.88%)
Mutual labels:  cnn
Iseebetter
iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
Stars: ✭ 202 (-1.94%)
Mutual labels:  cnn
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-5.34%)
Mutual labels:  cnn
Ailearnnotes
Artificial Intelligence Learning Notes.
Stars: ✭ 195 (-5.34%)
Mutual labels:  cnn
Cyclegan Music Style Transfer
Symbolic Music Genre Transfer with CycleGAN
Stars: ✭ 201 (-2.43%)
Mutual labels:  cnn
Cnn Visualization
TensorFlow implementations of visualization of convolutional neural networks, such as Grad-Class Activation Mapping and guided back propagation
Stars: ✭ 194 (-5.83%)
Mutual labels:  cnn
Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (-0.97%)
Mutual labels:  cnn
Did Mdn
Density-aware Single Image De-raining using a Multi-stream Dense Network (CVPR 2018)
Stars: ✭ 192 (-6.8%)
Mutual labels:  cnn
Deepsleepnet
DeepSleepNet: a Model for Automatic Sleep Stage Scoring based on Raw Single-Channel EEG
Stars: ✭ 200 (-2.91%)
Mutual labels:  cnn
Facelet bank
Facelet-Bank for Fast Portrait Manipulation (pytorch)
Stars: ✭ 206 (+0%)
Mutual labels:  cnn
Screenshot To Code
A neural network that transforms a design mock-up into a static website.
Stars: ✭ 13,561 (+6483.01%)
Mutual labels:  cnn
Dynamic routing between capsules
Implementation of Dynamic Routing Between Capsules, Sara Sabour, Nicholas Frosst, Geoffrey E Hinton, NIPS 2017
Stars: ✭ 202 (-1.94%)
Mutual labels:  cnn

Introduction

  • Simple program to learn CNN in pure C
  • Using MS VS2010 to achieve handwriting recognition
  • Follow the idea of LeNet-5

中文说明

请参照个人系列博客【编写C语言版本的卷积神经网络CNN】

http://blog.csdn.net/tostq/article/details/51786265

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].