Quantcast
Channel: Machine Learning
Viewing all articles
Browse latest Browse all 63087

Improving the K-nearest neighbor algorithm with a Genetic algorithm

$
0
0

I am using the Aproximate Nearest Neighbor library on a trajectory following problem. My input values are speed, distance to next point, angle to next point etc., and my output should be gas and break pedal value as well as the steering angle. I've been getting pretty bad results, so I decided to write a simple Genetic algorithm and try to find the best parameters for the KNN algorithm. How can I make the most of this combination? Would the weighting of the input values be a good idea?

I'm fairly new to machine learning, so any advice would be greatly appreciated

submitted by Ruckus_CRO
[link][1 comment]

Viewing all articles
Browse latest Browse all 63087

Trending Articles