Jean-Christophe Chouinard

How to Learn Machine Learning?

Beginners with no programming or mathematical background can learn machine learning. The mathematical, statistical and programming skills can be learn with dedicated learning. To learn

Python Control Flows

Control flows in Python defines the order that the computer executes statements, instructions or function calls in a script. They are used to write more

Python Lists

In Python, a list is an ordered sequence of items. Python lists are one of the 4 data types used to store collections of data.