Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Machine learning KNN clustering algorithm
no vote
KNN algorithm is to find the K records closest to the new data from the training set, and then determine the category of the new data according to their main classification. The algorithm involves three main factors: training set, distance or similarity measure, K size. This matlab program mainly gives an example to explain the working principle of KNN algorithm.
利军宣汉
2016-11-15
0
1
Soccer robot control code
no vote
This code mainly introduces how to control the movement of soccer robot on the upper computer, including visual detection soccer, infrared detection soccer distance, ultrasonic barrier, multi robot networking, wireless communication and other modules.
利军宣汉
2016-11-10
0
1
No more~