mes6@njit.edu   

Disclaimer : This website is going to be used for Academic Research Purposes.

Machine Learning

Data Analyst

A Data Analyst is a specialized role within the Business Analyst profession that focuses on analysing data to draw meaningful insights from it.  Skills of Data Analyst A Data Analyst uses their analytical skills to assess, manipulate, and interpret large amounts of information in order to provide organizations with strategic solutions and advice. They use […]

Data Analysis

Data Analysis is the process of examining data sets to draw conclusions about the underlying information. It involves cleaning and filtering data, transforming data into insights that can be analyzed, visualized, and used to inform decisions.  Data analysis can help identify patterns and trends in the datasets, provide an understanding of how the data is […]

Cross-Validation

Cross-Validation is a resampling method used in machine learning to assess the accuracy of a model. It is an iterative process, where the data is split into subsets, which are then used as independent training and testing sets.  This allows us to measure the performance of our model with unseen data. The goal of Cross-Validation […]

Covariance

Covariance is a measure of the joint variability between two random variables. It essentially measures how similarly these variables move together over time, or how much one variable changes as the other does.  Covariance is a measure of the joint variability of two random variables. If the greater values of one variable mainly correspond with […]

Cost Function

In machine learning, a Cost Function is a function that measures the discrepancy between the actual output and the desired output. It helps to identify whether our model is performing well or not. The cost Function is usually represented by an equation, in which each parameter (or variable) of the model can be studied.  Uses […]

Correlation

Correlation is a statistical measure of the strength and direction of a relationship between two variables. It helps to describe the linear relationship between two variables, indicating how one variable changes as the other changes.  Correlation can range from -1 to +1, where -1 indicates a perfect negative correlation (as one variable increases, the other […]

Continuous Variable

A continuous variable is an infinite set of numerical values that represent a range of real-world phenomena. It is different from a discrete variable in that it can be described by any point in the range and not just by specific numbers.  Uses of Continuous Variable Continuous variables are often used to measure physical and […]

Confusion Matrix

A Confusion Matrix is an important tool for measuring the performance of a predictive model. It is a tabular representation of the actual and predicted labels or outcomes in a classification problem, which can help evaluate how well a predictive model is performing.  Matrix The matrix consists of four cells representing true positives, false positives, […]