Results for: "array"

Contents (122)

All the javascript functions and methods to manipulate arrays
All the javascript functions and methods to manipulate arrays

This article will show that the prominent JavaScript array functions are .map(), .filter(), and .reduce(), and will then go through…

read more
Is JavaScript good for machine learning?
Is JavaScript good for machine learning?

One of the things you always hear when you are talking to someone related to the M.L. world is that,…

read more
First steps into JavaScript – a practical guide
First steps into JavaScript – a practical guide

For those who are new to web development, surely the amount of new terminology can sometimes be discouraging. But when…

read more
Easy Face and hand tracking browser detection with TensorFlow.js AI and MediaPipe
Easy Face and hand tracking browser detection with TensorFlow.js AI and MediaPipe

In March the TensorFlow team has released two new packages: facemesh and handpose for tracking key landmarks on faces and…

read more
Java Design Pattern: Strategy Pattern
Java Design Pattern: Strategy Pattern

One of the most popular patterns is the Strategy Pattern. It is also one of the easiest patterns. It is a…

read more