-
Notifications
You must be signed in to change notification settings - Fork 160
The Network
David Ray edited this page Jun 14, 2015
·
4 revisions
The Network is the outer container of all components. In normal use, it is the primary and only interface through which applications will interact. As you can see above, a Network is composed of Regions, which are in turn composed of Layers. The Layer being the unit of computation or processing as the figure above states.
To create a Network, you simply call the static factory method on Network like this:
Network.create("Optional Name", <Some Parameters>);
...as you can see, you can give it an optional name, and a set of Parameters. The same "Parameters" may be used at the Layer level also when creating Layers.
- Introduction (Home)
- History & News Archives...
- Usability
- Architecture
- NAPI Quick Start Guide
- NAPI In Depth
- Saving Your Network: PersistenceAPI Serialization
- Roadmap
- Browse Java Docs
- Build Instructions
- Eclipse (Dev Setup)
- Anomaly Prediction
- Test Coverage Reports
- [Cortical.io Demos] (https://github.com/numenta/htm.java-examples/tree/master/src/main/java/org/numenta/nupic/examples/cortical_io)
- Hot Gym Demo
- Performance Benchmarks with jmh - blog
- BLOG: Join the "cogmission"