To get this coupon, please scroll down
Data Science is all about finding information/knowledge from datasets. One very powerful approach is using linear/nonlinear models, called regression; we are not going to see logistic regression on this course, see my other course “Machine learning in Angular”. Linear models, the example we are going to work on, even though they are limited, they still can delivery something if the datasets have a linear tendency. In TensorFlow.js, shifting to nonlinear models is as easy as changing a single parameter; that is all.
TensorFlow.js makes it possible to build simple models to complex ones (e.g., deep learning) using the same notation, it is magic! It is possible thanks to how TensorFlow.js was build, and the power of tensor, where TensorFlow.js is build on.
On this course, we use Angular as framework, coding environment, and TensorFlow.js as the library for creating a machine learning based regression model.
What is Angular??
Angular is a framework, designed by the Google Team, and it has been widely used to design sites. Essentially, it is a framework to create frontends, based on TypeScript. In layman's terms: the page you see and interact on your web browser. It is perfect to be used alongside TensorFlow.js for offering also the advantage of not sending information to the server: you can build everything with Angular, they even have their own server call Angular Universal. As they like to say, Angular comes with batteries.
What is TensoFlow.js??
TensorFlow.js is a JavaScript-based library for deep learning, based on the classical TensorFlow, written in Python; you can also do simple learning machine, some simple mathematical operations with tensors and so on. There are several reasons for using TensorFlow.js instead of Python, and I hope to come back to that in the future.
A nice point, it is possible to transform models in both directions: TensorFlow.js <-> TensorFlow. Even their notations are alike.
We are going to build a linear regression model using TensorFlow.js in Angular. We are also going to learn about machine learning, and Angular!
External resource
- GitBook
- GitHub
- Articles
Update 18/08/23. in response to student feedback, I am upgrading the course, adding more resources.
DeepSeek R1 AI: 25 Real World Projects in AI for Beginners
The Lazy Student's Guide to AI: Using ChatGPT and 20+ Tools
Python Programming Mastery: From Beginner to Pro
Python Programming: Build and Deploy Your Own Applications.
Mastering AI Agents Bootcamp: Build Smart Chatbots & Tools
Python Web Dev Pro: Flask, Django, HTML, CSS & Bootstrap
© Top Offers For You. All Rights Reserved.