Click here to Skip to main content
15,887,888 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: about search msg. handler in wndproc and addr. in vtable Pin
harold aptroot12-Dec-09 23:52
harold aptroot12-Dec-09 23:52 
AnswerRe: about search msg. handler in wndproc and addr. in vtable Pin
cp987613-Dec-09 2:26
cp987613-Dec-09 2:26 
QuestionSolving a circularly recursive system of equations [modified] Pin
MikeMarq6-Dec-09 21:37
MikeMarq6-Dec-09 21:37 
AnswerRe: Solving a circularly recursive system of equations Pin
Tim Craig7-Dec-09 14:20
Tim Craig7-Dec-09 14:20 
GeneralRe: Solving a circularly recursive system of equations Pin
MikeMarq7-Dec-09 16:34
MikeMarq7-Dec-09 16:34 
GeneralRe: Solving a circularly recursive system of equations Pin
Tim Craig7-Dec-09 18:10
Tim Craig7-Dec-09 18:10 
GeneralRe: Solving a circularly recursive system of equations Pin
MikeMarq7-Dec-09 18:39
MikeMarq7-Dec-09 18:39 
GeneralRe: Solving a circularly recursive system of equations Pin
Tim Craig7-Dec-09 21:42
Tim Craig7-Dec-09 21:42 
MikeMarq wrote:
What I'm really trying to program is some vision recognition/AI stuff. I use the probability that some object is something to influence the interpretation of another object which is also influencing the first object ect.. (it could involve more than 2 objects interacting in this way).


Ah, I think what you may be looking for is Bayesian statistics named after Bayes, of course. It's used for robot decision making and is the basis for optimal filters like the Kalman Filter and doing sensor fusion. It's used for estimating state (the prior condition) and then updating the state estimate based on new information from measurements (the posterior). This is a good, although high level, book[^] by Sebastian Thrun who left Stanford's efforts in the DARPA Challenges for autonomous vehicles.

If you haven't had a formal linear algebra class or are looking for a refresher, I can recommend this one[^]. The instructor is excellent and the price is right. Smile | :) It does take time to get through all the lectures. I think I've got 8 to go. Cool | :cool: I was working through some other robot material that became linear algebra intensive and decided I needed a refresher. Once I got into it, I realized I had never had a formal linear algebra class, only what had been introduced in my calculus classes and I picked up from numerical analysis. Linear algebra has changed greatly since then. Hmmm | :|

You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.

GeneralRe: Solving a circularly recursive system of equations Pin
MikeMarq9-Dec-09 9:52
MikeMarq9-Dec-09 9:52 
GeneralRe: Solving a circularly recursive system of equations Pin
Tim Craig9-Dec-09 13:42
Tim Craig9-Dec-09 13:42 
AnswerRe: Solving a circularly recursive system of equations - I think I may have solved it Pin
MikeMarq7-Dec-09 16:49
MikeMarq7-Dec-09 16:49 
GeneralRe: Solving a circularly recursive system of equations - I think I may have solved it Pin
Gideon Engelberth7-Dec-09 17:18
Gideon Engelberth7-Dec-09 17:18 
GeneralRe: Solving a circularly recursive system of equations - I think I may have solved it Pin
MikeMarq7-Dec-09 18:19
MikeMarq7-Dec-09 18:19 
AnswerRe: Solving a circularly recursive system of equations Pin
mabo429-Dec-09 4:05
mabo429-Dec-09 4:05 
AnswerSuch Equations Don't Exist Pin
Som Shekhar15-Dec-09 7:42
Som Shekhar15-Dec-09 7:42 
QuestionAdvice about choice of algorithm Pin
thebiggestbangtheory25-Nov-09 11:06
thebiggestbangtheory25-Nov-09 11:06 
AnswerRe: Advice about choice of algorithm Pin
Fatbuddha 126-Nov-09 21:02
Fatbuddha 126-Nov-09 21:02 
AnswerRe: Advice about choice of algorithm Pin
Eddy Vluggen27-Nov-09 0:28
professionalEddy Vluggen27-Nov-09 0:28 
AnswerRe: Advice about choice of algorithm Pin
Alan Balkany1-Dec-09 4:17
Alan Balkany1-Dec-09 4:17 
QuestionHow to Generate Unique Serial Number.. Pin
shaina223120-Nov-09 0:12
shaina223120-Nov-09 0:12 
AnswerRe: How to Generate Unique Serial Number.. Pin
Paulo Zemek20-Nov-09 1:16
mvaPaulo Zemek20-Nov-09 1:16 
GeneralRe: How to Generate Unique Serial Number.. Pin
shaina223120-Nov-09 2:40
shaina223120-Nov-09 2:40 
GeneralRe: How to Generate Unique Serial Number.. Pin
Member 419459311-Dec-09 11:44
Member 419459311-Dec-09 11:44 
AnswerRe: How to Generate Unique Serial Number.. Pin
Robin_Roy2-Dec-09 19:04
Robin_Roy2-Dec-09 19:04 
GeneralRe: How to Generate Unique Serial Number.. Pin
supercat98-Dec-09 8:04
supercat98-Dec-09 8:04 

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.