Click here to Skip to main content
15,896,493 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Euqtion of spline thru n points Pin
Tim Craig1-Sep-08 19:56
Tim Craig1-Sep-08 19:56 
GeneralRe: Euqtion of spline thru n points Pin
raesa1-Sep-08 23:37
raesa1-Sep-08 23:37 
AnswerRe: Euqtion of spline thru n points Pin
Alan Balkany8-Sep-08 5:55
Alan Balkany8-Sep-08 5:55 
GeneralRe: Euqtion of spline thru n points Pin
raesa11-Sep-08 17:37
raesa11-Sep-08 17:37 
QuestionPredict next colour Pin
3fraction31-Aug-08 8:24
3fraction31-Aug-08 8:24 
AnswerRe: Predict next colour Pin
Alan Balkany8-Sep-08 5:44
Alan Balkany8-Sep-08 5:44 
GeneralRe: Predict next colour Pin
3fraction8-Sep-08 7:27
3fraction8-Sep-08 7:27 
GeneralRe: Predict next colour Pin
Alan Balkany8-Sep-08 7:40
Alan Balkany8-Sep-08 7:40 
It's difficult to use a neural net with non-numeric data, e.g. colors. But you could use a neural net with the colors' red, green, and blue components, which ARE numeric.

So you'd have three input neurons for each previous color, e.g. for two previous colors you'd have r0, g0, b0, r1, g1, b1. There would be either three output neurons for the RGB components of the predicted color, or you could have three separate neural nets for the three outputs, each with a single output neuron. (The inputs would be the same for all three nets.)

You should have at least one, and possibly several middle layers.

The training set would have RGB components for the previous colors, and the actual selected color's RGB values, which you'd subtract from the predicted color's RGB values to generate error terms for back-propagation.

(This is all assuming there's a pattern to the user's selections, which hasn't been established.)
GeneralRe: Predict next colour Pin
3fraction11-Sep-08 5:37
3fraction11-Sep-08 5:37 
GeneralRe: Predict next colour Pin
Alan Balkany15-Sep-08 3:44
Alan Balkany15-Sep-08 3:44 
GeneralRe: Predict next colour Pin
3fraction15-Sep-08 5:18
3fraction15-Sep-08 5:18 
GeneralRe: Predict next colour Pin
Alan Balkany15-Sep-08 7:06
Alan Balkany15-Sep-08 7:06 
GeneralRe: Predict next colour Pin
3fraction15-Sep-08 8:53
3fraction15-Sep-08 8:53 
GeneralRe: Predict next colour Pin
Alan Balkany16-Sep-08 4:00
Alan Balkany16-Sep-08 4:00 
QuestionWhat's the shortest path for connecting point with specific conditions Pin
fifothekid29-Aug-08 0:33
fifothekid29-Aug-08 0:33 
AnswerRe: What's the shortest path for connecting point with specific conditions Pin
fifothekid29-Aug-08 0:56
fifothekid29-Aug-08 0:56 
AnswerSince you are new here let me explain something Pin
MikeMarq29-Aug-08 12:34
MikeMarq29-Aug-08 12:34 
GeneralRe: Since you are new here let me explain something Pin
fifothekid29-Aug-08 20:20
fifothekid29-Aug-08 20:20 
Questioncreate a plane thru 3 points Pin
raesa28-Aug-08 20:50
raesa28-Aug-08 20:50 
AnswerRe: create a plane thru 3 points [modified] Pin
cp987628-Aug-08 21:34
cp987628-Aug-08 21:34 
GeneralRe: create a plane thru 3 points Pin
raesa28-Aug-08 22:06
raesa28-Aug-08 22:06 
QuestionCount Car on Traffic Algorithm Pin
Erdem İsenkul26-Aug-08 23:06
Erdem İsenkul26-Aug-08 23:06 
AnswerRe: Count Car on Traffic Algorithm Pin
Tim Craig27-Aug-08 22:20
Tim Craig27-Aug-08 22:20 
AnswerRe: Count Car on Traffic Algorithm Pin
Tim Craig28-Aug-08 19:21
Tim Craig28-Aug-08 19:21 
QuestionFactor vs Coefficient Pin
Jim Warburton26-Aug-08 8:36
Jim Warburton26-Aug-08 8:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.