Blog post by Romaine Carter
| Date | Contributor | Description | Rating |
|---|---|---|---|
| 28 Nov 2012 | Arpit Gupta |
Good for Beginners, could have been better if you could present a bit more complicated network. |
4 |
| 23 Oct 2012 | Helen Chen |
The MATLAB Neural Network toolbox ships with numerous predefined and canonical neural nets, however sometimes you may need to create a custom net with just the right connections, biases and hidden layers to suite your particular problem domain. To achieve this goal we can use the matlab network object. The network object allows granular design of neural networks by exposing all properties of the net that we are designing. The preceding code demonstrates how to build a simple neural to learn the truth table for Logical AND. |
| Tag | Applied By | Date/Time |
|---|---|---|
| neural networks | john | 24 Oct 2012 at 5:37am |
| neural networks | Helen Chen | 23 Oct 2012 at 11:30am |