Giter VIP home page Giter VIP logo

deeplearning_xoexample_caffe's Introduction

DeepLearning_XOexample_Caffe

A brief and illustrative example how convolutional neural networks (CNNs) work (Caffe implementation):
Two simple image categories (X and O images)

The example is inspired by Brandon Rohrer's 'Data Science and Robots' blog.

Please visit the following web pages for more details http://www.optophysiology.uni-freiburg.de/Research/research_DL/CNNsWithMatlabAndCaffe http://brohrer.github.io/how_convolutional_neural_networks_work.html

Dr. Alexander Hanuschkin 2016, 2017

Howto use the code

  1. check for GPU nvidia-smi

  2. train the network ~/caffe_FAST/build/tools/caffe train --solver=ANet_3conv_solver.prototxt --gpu 0

  3. test the network performance ~/caffe_FAST/build/tools/caffe test --model=ANet_3conv.prototxt --weights=ANet_3conv_1strun_snapshot_iter_5000.caffemodel --gpu 0 --iterations 10

  4. run a Python script to pass single images to the trained network python ClassifySingleImagesWithPython.py

deeplearning_xoexample_caffe's People

Contributors

hanuschkin avatar

Stargazers

Jiameng Shi (Carmen) avatar

deeplearning_xoexample_caffe's Issues

Python code for object Detection ...

Hello,

I have a model which was trained for object detection.
Your python code does the classification but how can I make an object detection (which draws bounding boxes on detected object and handles the coordinates)?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.