Machine Learning Tutorial
Selected Reading
- Machine Learning - Discussion
- Machine Learning - Useful Resources
- Machine Learning - Quick Guide
- Machine Learning - Conclusion
- Machine Learning - Implementing
- Machine Learning - Skills
- Machine Learning - Deep Learning
- Artificial Neural Networks
- Machine Learning - Unsupervised
- Machine Learning - Scikit-learn Algorithm
- Machine Learning - Supervised
- Machine Learning - Categories
- What is Machine Learning?
- Machine Learning - Traditional AI
- What Today’s AI Can Do?
- Machine Learning - Introduction
- Machine Learning - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Machine Learning - Scikit-learn Algorithm
Machine Learning - Scikit-learn Algorithm
Fortunately, most of the time you do not have to code the algorithms mentioned in the previous lesson. There are many standard pbraries which provide the ready-to-use implementation of these algorithms. One such toolkit that is popularly used is scikit-learn. The figure below illustrates the kind of algorithms which are available for your use in this pbrary.
Source:
The use of these algorithms is trivial and since these are well and field tested, you can safely use them in your AI apppcations. Most of these pbraries are free to use even for commercial purposes.
Advertisements