Build your own neural network classifier in R

R-bloggers 2016-02-07

Summary:

​IntroductionImage classification is one important field in Computer Vision, not only because so many applications are associated with it, but also a lot of Computer Vision problems can be effectively reduced to image classification. The state of art tool in image classification is Convolutional Neural Network (CNN). In this article, I am going to write a simple Neural Network with 2 layers (fully connected). First, I will train it to classify a set of 4-class 2D data and visualize the decisio [...]

Link:

http://feedproxy.google.com/~r/RBloggers/~3/QapJf8aW-x0/

From feeds:

Statistics and Visualization » R-bloggers

Tags:

r bloggers

Authors:

Jun Ma - Data Blog

Date tagged:

02/07/2016, 03:31

Date published:

02/06/2016, 18:30