Member-only story
Software Engineering
Build a Hand Pose Detector Web App Powered by Machine Learning
Combine machine learning and web development
So you’ve heard the buzz about machine learning (ML) but don’t know which tasks and business requirements it can tackle? Or how to integrate it into your project?
I got you. Modern web applications have become more advanced by using machine learning algorithms as opposed to solely relying on human logic in order to process information. The key advantage of machine learning is the fact that the software can learn from data on its own.
This article will shed some light on this topic, show seven use cases of machine learning with examples from prominent web applications, and give some insights on how to use it as a web developer.
Table of Contents∘ What Is Machine Learning?
∘ Use Cases
1. Customers segmentation
2. Tailored search results
3. Increase customer satisfaction in online shopping
4. Interact with software in natural language
5. Increase audience engagement in social journalism
6. Code completion in software sevelopment
7. Improve a Q&A platform
∘ How To Use ML in a JavaScript Project
Case Study: Navigation with the hand gesture
∘ Final Thought