The Artima Developer Community
Sponsored Link

Java Buzz Forum
Incorporating Neural Networks into Java Apps

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
Incorporating Neural Networks into Java Apps Posted: Feb 5, 2010 8:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: Incorporating Neural Networks into Java Apps
Feed Title: Focus on Java
Feed URL: http://z.about.com/6/g/java/b/index.xml
Feed Description: java.about.com's Focus on Java
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From Focus on Java

Advertisement

On NetBeans Zone there has been a good three part series of articles about Neuroph, a Java framework for developing neural networks. Part 1 and part 2 focus on what neural networks are and what they are typically used for. Basically a neural network is a structured model of nodes that map input data to an output. The model changes as it assigns weights to the connections between the nodes based on a training process with a set of data.

What really caught my eye was part 3 on using a neural network for image recognition. There's a demo application called easyNeurons that makes trying out a neural network extremely simple. You can download the demo along with the Neuroph framework or just try it online. The instructions for creating a neural network for image recognition are fairly straightforward and I couldn't resist giving it a go.

I decided to use a set of Duke images. More specifically the ones of Read more...

Incorporating Neural Networks into Java Apps originally appeared on About.com Focus on Java on Thursday, February 4th, 2010 at 22:00:26.

Permalink | Comment | Email this

Read: Incorporating Neural Networks into Java Apps

Topic: The Hand of Pushdo behind CIA, PayPal SSL assault Previous Topic   Next Topic Topic: Toyota Recall Update

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use