Continue with math for machine learning, this article will give a quick note on definition of linear dependence and demonstration with python. math for machine learning Linear Dependence In the theory of vector spaces, a set of vectors is said to be linearly dependent if at least one of the vectors in the set can be defined as a linear combination of...
String interpolation in different programming languages
This article quickly lists out several example to create and manipulate a string from data in different programming languages.
Random seed
if you want to have control to the random sequence or let other people to generate the same sequence of random numbers, take a seed.
Random number in different programming languages
Create a random number from different programming languages, including C, C#, Java, JS, Dart, SWIFT, Python ...
Machine learning quick note
Machine learning is a terminology to describe the uses statistical techniques to give computer systems the ability to “learn” (e.g., progressively improve performance on a specific task) from data, without being explicitly programmed. You can think of machine learning as the brains behind AI technologies, and AI technologies do the actions. More technically, machine learning...
