Writing on software development, important aspects of UI development, Data Science.

The knowledge I get is the knowledge to be in public arranged in chronogical order.

Perceptrons in Artificial Intelligence & Machine Learning

In machine learning, a binary classifier is a type of algorithm or model that is designed to classify data into two distinct classes or categories. It is specifically used for binary classification tasks, where the goal is to assign each input instance to one of the two classes.

Getting Started with Machine Learning

In the rapidly evolving world of technology, machine learning has emerged as a game-changing force, transforming industries across the board. From healthcare and finance to transportation and marketing, organizations are leveraging the potential of machine learning algorithms to drive innovation, enhance decision-making processes, and achieve unprecedented levels of efficiency.

Decision Trees — A Simple Way

A Decision Tree is made up of nodes and edges. Each node represents a decision or a test on a feature, and each edge represents the outcome of the test. The topmost node in the tree is the root node, and the bottom nodes are the leaf nodes.

Responsive Layouts With MUI5

A responsive layout is a design approach that aims to create websites or applications that adapt to the screen size and orientation of the device being used to view them.