All Projects → Kidel → Deep-Learning-CNN-for-Image-Recognition

Kidel / Deep-Learning-CNN-for-Image-Recognition

Licence: MIT license
Google TensorFlow project for classification using images or video input.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deep-Learning-CNN-for-Image-Recognition

Python Computer Vision from Scratch
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…
Stars: ✭ 219 (+563.64%)
Mutual labels:  image-recognition
SURF
SURF - Speeded Up Robust Features - source code
Stars: ✭ 117 (+254.55%)
Mutual labels:  image-recognition
ai-image-recognition-web
Derin Öğrenme Kütüphanesi Keras ile Python Flask Web Framework Üzerinde Nesne Tanıma Uygulaması - https://vision-image-classify.herokuapp.com/
Stars: ✭ 24 (-27.27%)
Mutual labels:  image-recognition
BottleneckTransformers
Bottleneck Transformers for Visual Recognition
Stars: ✭ 231 (+600%)
Mutual labels:  image-recognition
navo-workshop
Tutorial notebooks for how to use PyVO to access NASA and other data in Python.
Stars: ✭ 27 (-18.18%)
Mutual labels:  notebooks
ComputerVision-Essentials
Computer Vision Essentials in Python Programming Language 🎉
Stars: ✭ 28 (-15.15%)
Mutual labels:  image-recognition
rlss-2019
Materials for the Practical Sessions of the Reinforcement Learning Summer School 2019: Bandits, RL & Deep RL (PyTorch).
Stars: ✭ 79 (+139.39%)
Mutual labels:  notebooks
mercury
Mercury - data visualize and discovery with Javascript, such as apache zeppelin and jupyter
Stars: ✭ 29 (-12.12%)
Mutual labels:  notebooks
ConvNet
A convolutional neural network for images recognition
Stars: ✭ 23 (-30.3%)
Mutual labels:  image-recognition
Php-Google-Vision-Api
Google Vision Api for PHP (https://cloud.google.com/vision/)
Stars: ✭ 61 (+84.85%)
Mutual labels:  image-recognition
intruder-detector-python
Build an application that alerts you when someone enters a restricted area. Learn how to use models for multiclass object detection.
Stars: ✭ 16 (-51.52%)
Mutual labels:  image-recognition
object-size-detector-python
Monitor mechanical bolts as they move down a conveyor belt. When a bolt of an irregular size is detected, this solution emits an alert.
Stars: ✭ 26 (-21.21%)
Mutual labels:  image-recognition
tigefa4u.github.io
🆙 for personal notes
Stars: ✭ 13 (-60.61%)
Mutual labels:  notebooks
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+275.76%)
Mutual labels:  image-recognition
python-opencv-crop
Crop images using contrast to background
Stars: ✭ 25 (-24.24%)
Mutual labels:  image-recognition
fattails
Code and Notes for fat-tailed statistics.
Stars: ✭ 41 (+24.24%)
Mutual labels:  notebooks
zalo-landmark
Zalo AI Challenge - Landmark Identification
Stars: ✭ 39 (+18.18%)
Mutual labels:  image-recognition
MNIST
Handwritten digit recognizer using a feed-forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
Stars: ✭ 28 (-15.15%)
Mutual labels:  image-recognition
colour-notebooks
Colour - Jupyter Notebooks
Stars: ✭ 21 (-36.36%)
Mutual labels:  notebooks
motor-defect-detector-python
Predict performance issues with manufacturing equipment motors. Perform local or cloud analytics of the issues found, and then display the data on a user interface to determine when failures might arise.
Stars: ✭ 24 (-27.27%)
Mutual labels:  image-recognition

Deep Learning - CNN for Image Recognition

Classifier for images or video input using Google TensorFlow. Research project on Convolutional Neural Networks, feature extraction, transfer learning, adversary noise and DeepDream.

In notebooks from 01 to 03 we mainly followed tutorials, with some changes and many observations, in order to learn how to use TensorFlow to build Convolutional Neural Networks for OCR and image recognition. Later notebooks follow our project specifications, while notebooks 06 and 07 were used for some more facoltative observations.

The project was completed around February 2017.

Keras

Keras subfolder contains more advanced experiments done with Keras. The first 4 notebooks are about MNIST, with single column and multi column CNNs and dataset expansion. Notebook 5 is an implementation of Transfer Learning using Keras with CIFAR-10.

Libraries and credits

  • Notebooks from 01 to 05 (included) use TensorFlow 0.9.0, Notebook 06 uses TensorFlow 0.11.head.
  • Notebooks 03 and 04 use PrettyTensor 0.6.2.
  • Notebook 07 uses caffe library and some modified code from google/deepdream.
  • Notebooks in Keras subfolder use Keras and TensorFlow 0.12.1
  • Special thanks and credits to Hvass-Labs for well made tutorials and libraries.
  • Notebooks were made on 3 different Docker machines running different environments, thanks to jupyter/docker-stacks and saturnism/deepdream-docker.
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].