1
vote
3answers
2k views

Implementing a Neural Network in Java: Training and Backpropagation issues

I'm trying to implement a feed-forward neural network in Java. I've created three classes NNeuron, NLayer and NNetwork. The "simple" calculations seem fine (I get correct sums/activations/outputs), ...
1
vote
0answers
104 views

Recommended Test Driven Development Training in the UK [closed]

TDD is really something I'd like to practise by default, and I've read several great books describing the approach. My main issue is, we have nobody following this approach at the site where I am ...
0
votes
2answers
299 views

How can i add up values of a an array object?

I have an array that created 5 objects. Each object has two strings and a int. Lets call the int "number". How can i add up the "number's" of each object into a final number, assume that the numbers ...
4
votes
1answer
2k views

How I train an Named Entity Recognizer identifier in OpenNLP?

Ok, I have the following code to train the NER Identifier from OpenNLP FileReader fileReader = new FileReader("train.txt"); ObjectStream fileStream = new PlainTextByLineStream(fileReader); ...
0
votes
1answer
120 views

Java Fast Track How to fast track on my Java Project?

I am a .NET professional, recently pushed into a swing based project and I have tight dead lines. Kindly suggest some resources to gain fast track knowledge or any book? Anywhere I can get lot of ...
2
votes
5answers
2k views

Broken Necklace USACO Problem

Broken Necklace You have a necklace of N red, white, or blue beads (3<=N<=350) some of which are red, others blue, and others white, arranged at random. Here are two examples for n=29: ...
0
votes
0answers
91 views

Online training chat service

(sorry if this is the wrong place to ask this) I have an idea for a small website (2 or 3 pages) that I want to build in Java - more specifically using JSF and Hibernate with JBoss - but I don't have ...
2
votes
1answer
975 views

OpenNLP parser training

I've tried asking this before on the OpenNLP sourceforge page, but it is still sadly languishing in the Help forums: I have a treebank and I would like to train a model based on it. There was some ...
1
vote
8answers
398 views

Topics for Java course

I'm in the process of putting together a year long PRACTICAL course (not academic) to produce Java programmers who can be productive from day 1. I've found that often computer science university ...
0
votes
3answers
1k views

Is scoring high on the Java Black Belt site any indication of real world success? [closed]

BlackBeltFactory.com uses a 'belt system' as a proxy for how much you know and how far you are in their certification system, sort of like martial arts belts. The belt system seems like it does a ...
1
vote
4answers
941 views

Java training for .NET developers? [closed]

We are working with a large retail bank on training 40-50 .Net developers to use Java. They are familiar with C# and .Net framework and have built dozens of "run the business" style apps in .Net. We ...
3
votes
4answers
821 views

Sun training for Sun Certified Java Programmer (SCJP) - classroom or web-based?

Does anybody has any experience with Sun training? I wonder if the extra $1000 is justified if I sign up for the classroom training vs. the web-based or cd-rom one? Any advantages / disadvantages for ...
1
vote
3answers
157 views

What should be in a two days Hibernate Training

I am preparing a Hibernate training. The training will be two days long and targeted at somewhat experienced Java developers with no Hibernate experience. So what things would you cover / leave out ...
3
votes
3answers
775 views

Learning J2ME — books, articles, tools, articles, tips?

We're building J2ME "data collection" applications for the Nokia S40 series of cellphones (and possibly Android platforms). I was wondering how other mobile developers learnt J2ME ? What were the ...
1
vote
4answers
1k views

Is this Spring training useful?

We have a Spring + Ibatis based J2EE app. I planned to wrap around our DAO's (which call iBatis templates ...by getting spring beans) with test cases. I don't have much experience with JUnit so I ...
5
votes
2answers
6k views

Best learning algorithm to make a decision tree in java?

I have a datasets with information like age, city, age of children, ... and a result (confirm, accept). To help modelisation of "workflow", I want to create automatically a decision tree based on ...
0
votes
6answers
1k views

Backend .NET developer to Frontend Java developer in 1 month?

I have exactly 1 month until I start a web app project (standard 3-tier) using Java. I can probably decide on the frameworks and (frontend) technology used. The app will most likely be contained in ...
1
vote
2answers
355 views

Java/Java EE training recommendations

I am an advanced Flex developer looking to quickly ramp up my Java knowledge. I have solid OOP knowledge and can understand normal Java code well enough but would like to take things a few steps ...
1
vote
5answers
1k views

What is the best conference in the United States for Software Developers [closed]

Nowadays, it seems like conferences for software developers are disappearing. The last one I attended was the Tulsa TechFest and OWASP Hartford. I am curious if there are events that are not on my ...
1
vote
11answers
878 views

.Net guy getting up to speed on Java — suggested resources? [closed]

I've been coding in .NET for several years, and more recently Actionscript. I need to get up to speed now on Java development. I was hoping for some references to good books and blogs that will help ...
0
votes
2answers
247 views

What conferences/training should an employer provide for a java/web team? [closed]

I'm a software developer at a large insurance company in Canada. Our dept. is looking at getting some training for us all. We are mostly a java group (JSF/JSP/Servlets) but obviously we use a lot of ...
0
votes
7answers
314 views

Where can I find a server to host webapps that I would like to test online?

Anybody know of a service/company that would host a web application that I want to build from scratch, where I may have access to some admin function of the web server and J2EE server, and database? ...
0
votes
2answers
270 views

Multiprocessor Programming Course Feedback

I am planning to attend a one week course on this subject. I am primarily involved in Java projects and have decent knowledge of C and C++ too. And, I am interested in learning more on concurrent ...
1
vote
2answers
110 views

What is best solution to make code/technology training for small dev team?

Hello I am going to make cycle of few meetings of our company dev team, which have 6 people. I want that one can show others some technology feature and how to write in it. Trainings will be in Java ...