DO NOT EVEN THINK OF ASKING THIS QUESTION. List questions (shopping lists) are not suitable for Stack Overflow and are going to be closed as "Not Constructive" immediately.

learn more… | top users | synonyms (2)

0
votes
1answer
21 views

train data using libsvm with best C and Gamma

Hi I'm using libsvm (in VS2010) for training my data , I scaled the input and output data successfully using svm-scale.c and my data is ready to be trained ... Now I have two problems: 1). as I've ...
0
votes
0answers
13 views

Tesseract Ocr Engine Cube mode - Training Tesseract

Can you explain me what cube mode and Cube Data Files are on Tesseract ocr Engine and what is the advantage of using them? And how can i train tesseract for Greek to have better results?
0
votes
0answers
10 views

ANFIS membership functions

I'm creating some ANFIS via the ANFIS MATLAB Toolbox. I have time series of inputs and target values. The if-then structure identification is done in one case using Grid Partitioning, in the other ...
0
votes
0answers
37 views

OpenCV traincascade parameters

I try to train an LBP cascade classifier for emotion recognition i've managed to get 650 faces positives and 1002 negatives. These are my parameters: numPos: 650 numNeg: 1002 numStages: 20 ...
0
votes
1answer
37 views

Useful credentials to get for an entry level software developer

I am a soon to graduate Computer Science student in Canada and I am interested in gaining some certifications and knowledge this summer. What kind of certifications are actually useful from the minds ...
-1
votes
0answers
22 views

University UML Diagram

I have a school project, in which I have to model a UML Diagram given the following text: This application must be capable to manage several courses from a University, each course consists of ...
3
votes
2answers
271 views

simply changing csv header in apache Mahout classifier input produces different model?

I'm trying to go through the Mahout classifier example (donut.csv ). but I found that simply changing the name of some columns in the header row, and changing the corresponding predictor variable name ...
0
votes
0answers
45 views

How to get Course modules details in moodle's default Web service

I am working with moodle , and want to use moodle's default web serivce which user can use with required parameters, all service working fine but while tray to get Course module details not able to ...
0
votes
2answers
661 views

How to clasify an unlabelled dataset with a newly trained NaiveBayes classifier in Weka

I have an unlabeled dataset that I want to classify with my newly trained classifier using NaiveBayes classification in Weka. So actually when in the Classify mode in weka if i give the option ...
0
votes
0answers
38 views

(Training + Testing) Data issue in Naive Bayes Classifier of Mahout 0.7

In Mahout how can we make train vectors and test vectors for Naive Bayes Classifier manually instead of use "--randomSelectionPct" option for split. According to my understanding I had built train ...
0
votes
2answers
47 views

Sources for learning Computer Networks [closed]

I've been recommended Computer Networks, a top-down approach by James Kurose and Keith Ross. Related to that I've heard good and bad critics, I would like ask you what's your opinion. I mean, I expect ...
0
votes
1answer
95 views

Confusion with inputs and targets for a neural network

Recently I've posted many question s regarding a character recognition program that I am making. I thought I had it working fully until today. I think it has to do with my training of the network. ...
1
vote
1answer
57 views

Proper way to select statistically random dataset for cotraining in matlab

I have came across various ways to find out random dataset for training of a classifier in MATLAB like crossval and cvpartition etc. I have gone through all the examples but couldn't understand them ...
0
votes
0answers
25 views

How send datapoints list by opengraph Facebook via Android?

I am currently working on an android sport application. I would like send a location point list to be able to draw a map with the user's route (as the fitness object example) via facebook OpenGraph. ...
0
votes
1answer
108 views

Confusion with neural networks in MATLAB

I'm working on character recognition (and later fingerprint recognition) using neural networks. I'm getting confused with the sequence of events. I'm training the net with 26 letters. Later I will ...
1
vote
2answers
1k views

How can I make secure a video online?

I am working on an online video training website and i want to make secure my videos so that no one can download the videos. Can any one help me how can i restrict video download, i have tried ...
19
votes
19answers
916 views

What constitutes effective Perl training for non-Perl developers?

I've been working with Perl long enough that many of its idiosyncracies have become second nature to me. When new programmers join our group, they frequently have little to no experience with Perl, ...
0
votes
0answers
66 views

How to determine the class of a data using WEKA?

I'm new in using WEKA (Explorer). I have two classes (positive and negative). I train WEKA. Then I want to use 'Supplied test set' with a single data which does not have class attribute. But class ...
0
votes
1answer
220 views

How to training HOG and use my HOGDescriptor?

I want to training data and use HOG algorithm to detect pedestrian. Now I can use defaultHog.setSVMDetector(HOGDescriptor::getDefaultPeopleDetector()); in opencv to detection, but the result is not ...
6
votes
1answer
5k views

Zend PHP Certification sample exam questions

I'm planing to approach Zend PHP (5.3) Certification Exam. Maybe anyone know where I can find sample exam questions?
13
votes
11answers
1k views

What are some good websites with screencasts on software development topics? [duplicate]

Possible Duplicate: best software engineering related, screencast/webcast-based resources? I am looking for some good websites for online training of myself and my development team. I am ...
3
votes
1answer
436 views

Organization moving from ASP.NET to WebLogic Portal - training recommendations?

My organization previously used ASP.NET for web projects. They are now migrating to WebLogic Portal/Java EE for all future web projects. My experience as a Lead Developer / Architect is totally with ...
16
votes
7answers
2k views

Self Assessment Tests for Programmers

I want to help the Dev team identify areas of knowledge (practical and theoretical) that they can work on. Though I am big believer in focusing on people's strengths being a good programmer requires ...
3
votes
6answers
603 views

e-Learning/Online courses recommendations [closed]

Can anyone recommend some good e-learning courses? I have a professional development allotment to spend before the end of the year. Any online access to conferences? My primary job is in ASP.NET ...
-7
votes
2answers
290 views

Free online course for IOS and android. Also, IOS and android emulator for Windows [closed]

I would like to into modble Apps programming. Any suggestion on best free online course on IOS and Android? Also, any sugestion on best free IOS and Android emulator for windows to test apps?
0
votes
2answers
248 views

WEKA Train and test set are not compatible when classifying boolean data

I am getting the following message in Weka Explorer when I try to use training data to classify new test data: Problem evaluating classifier: Train and test set are not compatible Attributed differ ...
0
votes
0answers
45 views

Libsvm can not detect True Negative when do clasiffication

I run libsvm in matlab with 40 FP and 13 TN. I want to classify the dataset into two classes: cancer and non-cancer. When I try with this data using svm classification, I got 90.57% . with the ...
5
votes
7answers
4k views

Good Training Sources for OOP PHP, Anyone?

I will like to see if everybody could share any good training sources on OOP on PHP language. Good Training Sources for OOP (Object Oriented Programming) PHP, anyone ? I've seen numerous tutorials, ...
1
vote
1answer
49 views

Russian text for Tesseract [closed]

I need to create sample text on Russian language for retraining Tesseract (last version, 3.02.02). I could not find this text in Internet. Only English, Deutsche and.. Vietnamese. Just, prepared ...
0
votes
0answers
53 views

Recognising an image from a training set, JavaCV

so basically Im doing a project on image recognition, and I'm trying to use a recogniser to identify a person, the quirk comes when i need that recogniser to use a different training set for each ...
0
votes
1answer
272 views

opencv_traincascade always gets stuck

I am trying to use OpenCV's opencv_traincascade to generate a Haar Cascade. So far I have 87 distinctive positive samples and 39 negative samples for testing purposes. I generated the .vec file with ...
7
votes
4answers
5k views

Hacking training simulator

I've never tried to hack sites. I've just followed security guidelines. Now I want to try to develop more safety. Is there are any "training sites" with holes and "exercises", with SQL injections, ...
0
votes
0answers
56 views

Mallet CRF SimpleTagger phrases/multi words

I am a newbies to Mallet, I am trying use mallet Simple tagger/CRF and experimenting with phrases - I tried lookup the documentation on mallet site and also went through the user archives - nothing ...
0
votes
0answers
80 views

OpenCV .vec files createsamples

I'm doing a project in opencv that involves number OCR. I have gotten to a point of using createsamples to output a .vec file containing distorted images of an original number image. Now I could ...
1
vote
1answer
105 views

Is it possible for a system to identify hand signs using just the Haar training in OpenCV?

I am doing a project on hand sign recognition on a static image. Can I use just Haar training to accomplish this? As what I've understood, it is somewhat similar to the concept of neural networks.
0
votes
1answer
79 views

OpenNLP training File throwing error? [closed]

I want to do category Classification using Open NLP but I am facing problem while gennerating the model file. I have Six thousand words but am getting a null pointer exception as mentioed below:- ...
0
votes
0answers
16 views

Which error should we take in consideration in neural network? [duplicate]

Which error must I take in consideration, for a neural network, the error of training, the error of validation ? A neural network for prediction, with Training set, Validation set and Test set I ...
2
votes
7answers
630 views

.NET training suggestion for an average developer

Some devs in our office need training. They're working on .NET projects and just aren't picking it up very well. (Their backgrounds are in VB6. Yes. In 2008. Go figure.) I've been to a couple ...
1
vote
3answers
138 views

Learning Cocoa before Cocoa touch? [closed]

I'm currently about 3/4's of the way through Lynda.com Objective C's essential training and am really enjoying it so far. My goal is like many programmers is to use these skills to make an ios game. ...
-1
votes
1answer
35 views

Libsvm in matlab for heart beats

I have 3 different heart beats, normal, Left block and right block. I have 20 beats of each. I want to do training on the 60 heart beats and then test on a few different heart beats. I want the ...
0
votes
4answers
262 views

What are resources for learning Objective-C? [closed]

Are there any free resources that will give me an interactive approach to learning Objective-C? I have had a little bit of Python and C++ and C# in the past, but no experience what-so-ever with ...
1
vote
0answers
9 views

Difficulty to evaluate a method with the evaluation dataset

I read about compatibility issues that weka shows when the set of training data and evaluation are different (ie, do not contain the same number of attributes or are in disorderly), I also had these ...
1
vote
2answers
349 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
votes
1answer
54 views

Training for SQL, creating sound design and optimized queries and unit testing [closed]

I'm looking for some recommendations on SQL Server training (microsoft). I have in the past done some self study for C# using the microsoft training books. I'm looking for something along those lines, ...
0
votes
0answers
34 views

Online programming course tools advice [closed]

I've been reading Q&A for years, this is my first question, hope it is ok with site rules. Didn't find anything similar replied here. We are doing an online programming course. The course will ...
1
vote
1answer
45 views

Interpret outputs of neural network

I've implemented a neural network for prediction, for the input data, I've used the following formula to normalize data Data_normalized_i= [Data_i - Min_data]/[Max_Data- Min_data] I've some ...
1
vote
7answers
605 views

How can a graphic designer become a programmer? [closed]

I have a friend who is a graphic and web designer and he has been involved in programming in some projects, he has learned himself some ActionScript and his logic is good, also he has been in touch ...
0
votes
1answer
185 views

Background Color for Positive Samples in Haar cascade training in OpenCV

I noticed, that in OpenCV's opencv_createsamples utility for Haarcascade training you can specify a background color, which is black by default. Since I am now creating the positive samples I was ...
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: ...
1
vote
4answers
894 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 ...

1 2 3 4 5 8