Witnessing the learning process of a Machine learning algorithm (Octave 5.2 / Matlab)


Reading time ~5 min Have you ever witnessed the learning process of a Machine Learning (ML) algorithm? Today, you are going to see how an ML algorithm learns and creates its own model from the given data. As an example, let’s consider a linear data set where the ‘y’ values are a linear function of ‘x’ values. You might have done such linear curve fitting … Continue reading Witnessing the learning process of a Machine learning algorithm (Octave 5.2 / Matlab)

Sticky post

A simple code to import and visualize COVID19 real-time data using COVID19Py python package


Reading time: 4 min 2 sec COVID19 has almost put a pause on our everyday life; quiet roads, vacant parks, closed theatres, silent supermarkets, and the list goes on. To resume our life back to normal, it is inevitable to develop meaningful and scalable medical and technological solutions asap. In general, medical solutions such as vaccinations and other popular treatments can help our immunity system … Continue reading A simple code to import and visualize COVID19 real-time data using COVID19Py python package