Machine Learning
Beginner’s Guide To Neural Networks In JavaScript With Brain.js
Part 1: Building Your First Neural Network Neural Networks are the essential building blocks for machine learning and artificial intelligence applications. By using Neural Networks we’re able to solve problems that can’t easily by solved by traditional algorithms, like face detection, voice recognition, or medical diagnosis. In this [...]
The Machine Learning Crash Course – Part 2: Linear Regression
Welcome back to the second part of the CodingTheSmartWay.com Machine Learning Crash Course. In the first part we’ve covered the basic terminologies of Machine Learning and have taken a first look at Colab – a Python-based development environment which is great for solving Machine Learning exercises with Python and TensorFlow. [...]
The Machine Learning Crash Course – Part 1: Introduction
Welcome to the first episode of the CodingTheSmartWay.com Machine Learning Crash Course For Beginners! In this series you’ll learn everything you need to get started with Machine Learning from scratch. No prior knowledge is required. You’ll learn basic concepts and practical applications from start to finish. In this first [...]
TensorFlow.js Crash Course – Machine Learning For The Web – Handwriting Recognition
Welcome to the second episode of the CodingTheSmartWay.com TensorFlow.js Crash Course for absolute beginners. In the first part TensorFlow.js Crash Course – Machine Learning For The Web – Getting Started we’ve covered the following topics: What TensorFlow.js is How TensorFlow.js is added to your web application How TensorFlow.js [...]
TensorFlow.js Crash Course – Machine Learning For The Web – Getting Started
Welcome to the first episode of the CodingTheSmartWay.com TensorFlow.js Crash Course for absolute beginners. In this first part of the series you’ll learn: What TensorFlow.js is How TensorFlow.js is added to your web application How TensorFlow.js can be used to add machine learning capabilities to your web application If you like [...]