Update nnbp.m#85
Conversation
added rectified linear and softplus activation functions
|
Please merge this into your other pull request, and see the comments there. |
|
Hello.I will ask a problem about convolutional neural network. There are forty-five gray pictures (256*256),I use them as traing sample, which is divided into three categoriesapple(apple, camel , car ), each category 15 pictures: apple is set label 1, camel is label 2, car is label 3.Then I also put them into 100,010,001. I choose extra fifteen pictures as traing sample.My mat documents types are the same with handwritten database. I simply modify the main function data, while I haven't changed other functions. Regardless of the iteration number, the results are the same. Divided into three categories, the error rate is 2/3. |
added rectified linear and softplus activation functions