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.
0
votes
0answers
117 views
How to create a training site similar to Channel 9?
I have a library of screencast training videos that my development team has created for team and company internal training. I really like Channel 9 and would like to create a Channel-9 like site ...
0
votes
1answer
44 views
JMS training in Europe in English or Russian [closed]
Plese, advise a place in Europe where I can be trained JMS in English (Russian also is acceptable).
0
votes
1answer
45 views
Where is the relationship for a lesson in a child course to a lesson in a parent course(the metacourse) in Moodle?
I am currently working on a system where all the resources/course materials of a course is placed inside a metacourse. I am trying get the resources from the metacourse/parent course and link it to a ...
0
votes
0answers
144 views
Methodology of train-validation-test split for documents sorted by date+Weka
I'm using Weka's SMO algorithm to classify a big Dataset. My problem is how to split my dataset into train,validation and test chunks?
My documents are sorted by date and I'm using Weka's GUI.
Could ...
2
votes
2answers
202 views
Combine independent scores to make aggregate score in duplicate detection algorithm
I'm building a duplicate detector, and I have identified a few factors that should be correlated to being a duplicate:
Comparison of document lengths
Comparison of document titles
Comparison of ...
1
vote
0answers
100 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 ...
-3
votes
1answer
114 views
I'm interesting web development training in europe [closed]
I want to go any european country and training web development
I need:
Advanced PHP Techniques
Developing Web Applications
Advanced Database Concepts
Security Techniques
Basic Object-Oriented ...
0
votes
1answer
163 views
Good Practical Resources/Workshops to get started on BPM/ADF for 11g?
i'm looking for some hands on practical resources to get started with BPM/ADF and preferably SOA too, is there any site like mkyong or vaannila? I do have a background in Java and MVC Programming, but ...
1
vote
1answer
276 views
Decision tree overfitting even with training/validation/testing data
My problem is as follows. I have 6 dataset (collected from different days) that I want to build a decision tree classifier for. I need to find the optimal tree depth parameter to avoid over fitting ...
0
votes
1answer
515 views
Regression with libsvm: why the generated model contains lot of rows and not just one row
I'm using libsvm (a library to solve regression problems) to generate a model from a training set.
The generated model contains a lot of rows, but i expect that it contains just one row that ...
6
votes
1answer
416 views
Recognize images in Python
I'm kinda new both to OCR recognition and Python.
What I'm trying to achieve is to run Tesseract from a Python script to 'recognize' some particular figures in a .tif.
I thought I could do some ...
3
votes
2answers
3k views
Umbraco vs. Orchard - Learning resources and cost [closed]
I have used WordPress for a few blogs and though I think it is a great platform I would like to look at a .NET based CMS since I do most of my work in ASP.NET/C#/SQL Server. Looking at reviews here on ...
0
votes
2answers
2k views
Matlab SVM training for muliclasses dataset
I have a question about the SVM matlab toolbox 2009b! the question is:
How I can train SVM classifier for classifying multi-classes datasets in Matlab toolbox 2009b? I just want to work with matlab ...
1
vote
2answers
333 views
WCF RESTful services video training in C# [closed]
can any one provide me WCF RESTful services video training in C#?
0
votes
1answer
91 views
searching for an iPhone Development course in Raleigh,NC [closed]
I am looking to have a course on iPhone development course in Raleigh,NC . I want to physically go there and not have it online... I tried to find but no hopes , any clue ?
thanks
1
vote
1answer
225 views
Video tutorials on using the Windows command line [closed]
Are there any video tutorials about using the Windows command line?
0
votes
1answer
749 views
Traing dataset,validation dataset,testing dataset in Matlab
I am very new in Matlab and that too in Neural network.. I have 4*81 input dataset and 1*81 output/target dataset. 'divideblock' or 'dividerand' randomly split the dataset into training, validation ...
0
votes
1answer
173 views
Software simulation tool
Is there any tool out there that can create software simulation?
The meaning of simulation is to simulate a piece of software for training purposes, so for example, the software require a user to ...
0
votes
2answers
407 views
Looking for intermediate-level command line tutorial
I know how to get around in Linux from a terminal window, but I want to learn more about the command line interface and about the Linux OS in general. (I don't care for the GUI stuff). Any good online ...
1
vote
1answer
1k views
LibSVM: -wi option (weight selection) during cross-validation and testing
I need help about the weight option of libSVM. I'm confused at some point; should we also use the -wi option while doing cross-validation? If so, should we use the calculated weights of the whole data ...
0
votes
3answers
215 views
Clustering: a training dataset of variable data dimensions
I have a dataset of n data, where each data is represented by a set of extracted features. Generally, the clustering algorithms need that all input data have the same dimensions (the same number of ...
0
votes
0answers
226 views
SVM Lite training file format
I am a student pursuing Artificial Intelligence course and I need to use SVM Lite for binary classification. I formatted my training.dat file with following values.
1 1:317.5 2:489.923718552 3:15.3 ...
-6
votes
2answers
194 views
How do I get started with SQL databases in C#?
I am going to use C# to access a SQL database, initializing a connection and create tables and editing stuff, so is SQL Server required to start using SQL queries in C# ?
1
vote
3answers
426 views
Learning basic XMPP in under 2 days? [closed]
I'm working on a project where we need to implement a web based chat client for a game. It's highly preferable that it runs without the need of any plugins such as flash. At this point I'm messing ...
1
vote
1answer
1k views
Neural Network training in parallel, better to use Hadoop or a gpu?
I need to train a neural network with 2-4 hidden layers, not sure yet on the structure of the actual net. I was thinking to train it using Hadoop map reduce (cluster of 12 pcs) or a gpu in order to ...
0
votes
2answers
275 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
79 views
I need some ajax with jquery training sets [closed]
I'm looking for "using ajax with jquery" video training sets but i can't find.
I did look lynda, killerajax etc. but i can't find..
If you know any training set, please write..
5
votes
1answer
944 views
How to use PyBrain?
PyBrain is a Python-based library for creating neural networks. I've looked at the tutorials on their site but they don't seem to help me very much. The simulation I plan to do is have a car that ...
7
votes
1answer
5k views
Why create your own Haar-classifier cascades?
I found this tutorial on creating your own haar-classifier cascades.
This raised the question with me: what are the advantages, if any, of running HaarTraining, and creating your own classifier (as ...
1
vote
3answers
419 views
Any Book or resource like effective java (Joshua Bloch) for python [duplicate]
Possible Duplicates:
What is the best Python book for experienced programmers?
Good book for Python beginners
I am looking for a book about how one should use python for coding. I am ...
5
votes
3answers
258 views
The Length of envp in C
In the proccess of learning C, I'm trying to write a program that accepts one of your environment variable as input, and outputs its value.
The question is, is there any way to know the length of ...
1
vote
3answers
112 views
DNN CMS training
Whats the best way to start to train an end user in a CMS like DOTNETNUKE?
The end user will want to add edit and delete there own content. They will need to install modules and understand how ...
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
153 views
how to create a grammar containing the text to train
I've read the blog of Eric about How to train the SAPI recognizer, and followed the pseudocode. But I don't know how to create a grammar containing the text to train. Now I have the correct transcript ...
0
votes
1answer
97 views
Embedded Linux Training [closed]
I have been working with an old OS9(not mac) operating system and I have been trying to get my organization to transition to an embedded linux platform. We have money in the budget for training and I ...
0
votes
1answer
207 views
Directional PushPin
I have a Windows Phone 7 app using Bing Maps Silverlight control. Can anyone suggest how to place a pushpin on the map indicating direction of travel.
I currently use a red dot to show the current ...
1
vote
1answer
260 views
JBoss Seam training
I'm trying to find a training for JBoss Seam framework for my company, but the only one that I found is the one provided by JBoss themselves, which unfortunately have been already cancelled a few ...
1
vote
4answers
509 views
Figuring out distance and course between two coordinates
I have 2 coordinates and would like to do something seemingly straightforward. I want to figure out, given:
1) Coordinate A
2) Course provided by Core Location
3) Coordinate B
the following:
1) ...
2
votes
1answer
349 views
is it possible to train sapi in C#?
is it possible to train sapi with C#? lets say I have a wav file contains a specific word the engine is not able to detect it or it detects the word but it gives wrong value.. so I need to add this ...
3
votes
3answers
194 views
Ruby: Using Reek as a Training Tool
Would Reek be useful in training a ruby noob in good practices or does it require an experienced ruby eye to use and interpret?
I have mumble-muble years or programing experience but mostly in C ...
2
votes
7answers
2k views
C# Crash Course for absolute beginner [closed]
I am looking for a C# crash course, video or text, doesn't really matter. I have next to nothing of skills in the programming field and need to learn ASAP, just the basic, but in a matter of hours..
0
votes
1answer
839 views
matlab neural network gradient descent and mean square error
I want to know how grdient descent algorithm works on matlab network training and how MSE is calculated - I have my own app but it doesnt work as the matlab nn and I want to know why.
My algorithm ...
0
votes
1answer
803 views
Scaling input data in matlab neural network
Is there any way to disable / change scaling method of input data in matlab neural network?
When I create network with newff I have to give min and max values of inputs...
I need it for testing ...
0
votes
1answer
79 views
Silverlight programmer to designer
I am a WinForm / WebForms developer with 10 years of experience and have recently moved over to Silverlight 4.
I am enjoying the platform and implementing the MVVM pattern but the one area I am ...
0
votes
4answers
203 views
Is it possible to give an iPhone App Development Course without Mac computers?
recently a colleague at work asked me if I could prepare and teach an iPhone development course. I told him that he'd have to provide me and the students with a handful of Mac computers to install ...
5
votes
4answers
424 views
ASP.NET training curriculum
I am an ASP.NET developer that works in C#. I've been doing it for about 5 years now and I've learned a lot. In fact, I've learned everything on the job, right out of college (CS degree). I'm now ...
-1
votes
5answers
387 views
Are there any organizations that provide training in iOS Development?
I was kinda hoping there was already an answer to this question. It seems like the iPad/iPod/iPhone/iYaddaYaddaYadda has enough of a consumer base that you would expect some organization to offer a ...
0
votes
1answer
119 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 ...
1
vote
1answer
2k views
Matlab - Use trained net for testing other images
I have trained ancient coin images using feed forward neural network. Now, I want to use that trained network to use for testing images. I did as follows;
load net.mat;
load Features.mat; %this is ...
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, ...