Sort By
Most Recent
16 Articles
Jul 11, 2021
A step-by-step guide to rotating a 3D cube with three.js and a challenge for the reader.
Sep 09, 2020
A comparison of the two popular Python frameworks.
May 10, 2020
A hands-on guide to getting started with TensorFlow 2.0.
Apr 28, 2020
An in-depth look at logistic regression analysis with TensorFlow 2.0.
Apr 24, 2020
An in-depth look at linear regression analysis with TensorFlow 2.0.
Apr 09, 2020
Choosing the right algorithm for modeling data is a crucial part of the work of a data scientist. Here are the basic techniques.
Mar 13, 2020
In order to build a working data model, you'll need to understand all the basics of data access, blending, cleansing and validation.
Sep 04, 2019
How recommender systems use collaborative filtering.
Sep 04, 2019
The ultimate goal of the regression algorithm is to plot a best-fit line or a curve between the data.
Sep 04, 2019
Take a dive into the first type of artificial neural network ever invented — feedforward neural networks.
Jun 07, 2019
The ultimate goal of the supervised learning algorithm is to predict Y with the max accuracy for a given new input X. Here's how that works.