Ideally, they would have the following characteristics:
They can be completed in just an evening of coding. It will not require a week or more to get interesting results. That way, I can feel like I've learned and accomplished something in just one (possibly several hour long) sitting.
The problems are from the real world, or they are at least toy versions of a real world problems.
If the problem requires data to test the solution, there are real-world datasets readily available, or it is trivial to generate interesting test data myself.
It is easy to evaluate how good of a job I've done. When I test my solution, it will be clear from the results that I've accomplished something nontrivial, either by simple inspection, or by a quantifiable measure of the quality of the results.
Best 7 Machine Learning Courses in 2022:Machine Learning Crash Course — Google AI. Machine Learning with Python — Coursera. Advanced Machine Learning Specialization — Coursera* Machine Learning — EdX.
Image recognition is a well-known and widespread example of machine learning in the real world. It can identify an object as a digital image, based on the intensity of the pixels in black and white images or colour images. Real-world examples of image recognition: Label an x-ray as cancerous or not.
To reiterate, Machine Learning is simply recognizing patterns in your data to be able to make improvements and intelligent decisions on its own. Python is the most suitable programming language for this because it is easy to understand and you can read it for yourself.
Implement the following algorithms:
There are a bunch of projects, some of them take a couple hours, some a couple of days, but you will definitely learn a lot.
Check the UCI machine learning repository out for real datasets.
The Breast Cancer Wisconsin (Diagnostic) Data Set for example. Check the data set description for more information about it.
Even the Naive Bayes classifier will give great results on this dataset (over 95% cross-validated accuracy). With some variable selection you can even get to 100%, if I remember correctly.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With