Octave : Sum function and accessing elements from Matrix
Octave is one of the popular and open-source language used in Machine Learning. In this post, I'll discuss sum function, which is commonly used especi...
July 31, 2019 3 min read
Octave is one of the popular and open-source language used in Machine Learning. In this post, I'll discuss sum function, which is commonly used especi...
July 31, 2019 3 min read
This post is available as a Jupyter Notebook. Access this Jupyter Notebook directly at my Github Repohttps://github.com/sarbjit87/machine_learning/blo...
June 20, 2019 18 min read
Descriptive statistics describe the basic features of the data. It simplifies and summarizes large data in a meaningful and sensible manner. Descripti...
June 13, 2019 6 min read
Matplotlib is a Python library used for visualizing data. It is an extensive library and sub-modules like pyplot provides functionality equivalent to...
May 19, 2019 2 min read
Numpy is one of the most popular Python library used in Data Science and Scientific computing. Numpy's main object is the homogeneous multidimensional...
May 10, 2019 3 min read