Skip to content

Commit

Permalink
Added how-to guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
jetpaccomputer committed Apr 7, 2014
1 parent bc05385 commit f85630a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ what applications that lets you build.

You'll need the usual tools required for developing iOS applications - XCode 5, an
OS X machine and a modern iOS device (it's been tested as far back as the original
iPhone 4). Open up the DeepBeliefExample/DeepBeliefExample.xcodeproj, build and run.
iPhone 4). Open up the SimpleExample/SimpleExample.xcodeproj, build and run.

You should see some warnings (the example is based on Apple sample code which has
some anachronisms in it unfortunately), then once it's running a live camera stream
Expand All @@ -41,6 +41,12 @@ is a massive step forward compared to the previous state of the art, you'll stil
need to adapt it to the domain you're working in to get the best results in a real
application.

Happily the framework includes the ability to retrain the network for custom objects that you care about.
If you have logos you need to pick out, machine parts you need to spot, or just want to be able to distinguish between different kinds of scenes like offices, beaches, mountains or forests, you should look at the [LearningExample](#learningexample) sample code.
It builds a custom layer on top of the basic neural network that responds to images you've trained it on, and allows you to embed the functionality in your own application easily.

There's also [this full how-to guide](https://github.com/jetpacapp/DeepBeliefSDK/wiki/How-to-recognize-custom-objects) on training and embedding your own custom object recognition code.

## Examples

All of the sample code projects are included in the 'examples' folder in this git repository.
Expand Down
Binary file modified examples/LearningExample/.DS_Store
Binary file not shown.
Binary file not shown.

0 comments on commit f85630a

Please sign in to comment.