Getting Started With Machine Learning, Part 3: Writing Your First Machine Learning Program
This program is a super simple one that classifies/predicts the type of fruit from two given features. This example uses apples and oranges. After being given some features, the program learns, and whenever we give it totally separate features, it will predict the type of the fruit. Since this is a basic program, it only needs one library, and that is sci-kit learn. You need to install sci-kit learn on your current computer using Pip install scikitlearn in the command prompt or in your Anaconda virtual env.
Oct-27-2019, 02:03:37 GMT