mes6@njit.edu   

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

Month: July 2022

Tree diagrams

Tree diagrams may represent a series of independent events, such as a set of coin flips or conditional probabilities such as drawing cards from a deck, without replacing the cards. Each node on the diagram represents an event and is associated with the probability of that event. The root node represents the certain event and […]

TensorFlow

TensorFlow is an open source framework for machine learning. It has a myriad of tools, libraries, and community resources that lets developers easily build and deploy ML-powered applications, and researchers innovate in ML. It can be used across a range of tasks, but is particularly focused on training and inference of deep neural networks.

SVM

SVM (Support Vector Machine) is a supervised learning algorithm used mostly for classification, but also regression problems. In a classification problem, SVM provides an optimal hyperplane that separates the observations of both classes, in the case of a multiclass classification, the algorithm breaks down the problem into a set of binary problems. In a regression […]