Closed Thread
Results 1 to 3 of 3

Thread: algorithms based on probability theory and statistics

  1. #1
    tubybugydum is offline Newbie
    Join Date
    Feb 2010
    Posts
    1
    Rep Power
    0

    algorithms based on probability theory and statistics

    Hello! Sorry for my english.
    I have to write graduate work, I want to learn something dealing with neural network or genetic algorithm, or with image processing. The only one limitation is the algorithm must based on probability theory or math statistic and it should be rather new.
    Does anybody know some interesting thing?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    May 2008
    Posts
    2,126
    Blog Entries
    1
    Rep Power
    33

    Re: algorithms based on probability theory and statistics

    You should not be trying to get input on your graduate thesis from a programming forum.

  4. #3
    Predictor is offline Newbie
    Join Date
    Jul 2007
    Posts
    20
    Rep Power
    0

    Re: algorithms based on probability theory and statistics

    Quote Originally Posted by tubybugydum View Post
    Hello! Sorry for my english.
    I have to write graduate work, I want to learn something dealing with neural network or genetic algorithm, or with image processing. The only one limitation is the algorithm must based on probability theory or math statistic and it should be rather new.
    Does anybody know some interesting thing?
    Some neural networks (with softmax outputs, for instance) will estimate probabilities directly. Others estimate likelihoods which approximate probabilities and could be easily curve-fit afterward to produce probability estimates. I wrote an article about pixel classification which you can find here:

    Pixel Classification Project

    It was in MATLAB, and I used a logistic regression, but that is very similar to a single artificial neuron like a perceptron. Anyway, there is no reason that the same basic process could not be done using neural networks.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Probability for an event
    By mnirahd in forum C and C++
    Replies: 1
    Last Post: 11-08-2010, 12:19 PM
  2. Algorithms and Graph theory help
    By Stor in forum General Programming
    Replies: 0
    Last Post: 05-08-2010, 02:46 PM
  3. Probability
    By Stilmatz in forum Java Help
    Replies: 4
    Last Post: 02-10-2010, 03:46 PM
  4. Implementing probability theory
    By mess1ahh in forum General Programming
    Replies: 4
    Last Post: 10-17-2009, 02:58 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts