Projects icon indicating copy to clipboard operation
Projects copied to clipboard

machine learning algorithms

Open bhaskar4n opened this issue 11 years ago • 6 comments

please add machine learning algorithms project.

bhaskar4n avatar Aug 14 '14 14:08 bhaskar4n

I am relatively new to the programming world, but that seems like it is beyond the level of many of these problems.

Hopefully someone will correct me if I am wrong.

vdrey avatar Aug 20 '14 00:08 vdrey

It kind of depends on how deep you want to go. A genetic algorithm to solve the traveling salesman problem is pretty easy to write, for example. Coming up with a good genetic encoding for a path is harder then the actual algorithm. Thats actually the case for most AI/machine learning stuff.

Cyrik avatar Aug 20 '14 14:08 Cyrik

Ok

On Wednesday, August 20, 2014, Lukas Domagala [email protected] wrote:

It kind of depends on how deep you want to go. A genetic algorithm to solve the traveling salesman problem is pretty easy to write, for example. Coming up with a good genetic encoding for a path is harder then the actual algorithm. Thats actually the case for most AI/machine learning stuff.

— Reply to this email directly or view it on GitHub https://github.com/karan/Projects/issues/49#issuecomment-52783528.

vdrey avatar Aug 20 '14 15:08 vdrey

Can you suggest some algorithms that you think will be suitable for the collection?

karan avatar Dec 13 '14 21:12 karan

Maybe a genetic algorithm for constructing a phrase of words in the shortest amount of time. Idea was inspired by https://youtu.be/nrKjSeoc7fc

yashaslokesh avatar Jul 24 '18 15:07 yashaslokesh

Or also, as kind of an introduction to computer vision and machine learning, creating a classification algorithm for the MNIST database.

yashaslokesh avatar Jul 24 '18 15:07 yashaslokesh