Pranavnath has Published 445 Articles

Performing Runs test of Randomness in Python

Pranavnath

Pranavnath

Updated on 28-Jul-2023 17:35:52

995 Views

Introduction The concept of randomness plays a crucial part in different areas such as insights, cryptography, and simulation. Deciding whether a sequence of information is really irregular or shows a few basic designs is fundamental in numerous applications. One measurable test commonly utilized for this reason is the Runs ... Read More

Weighted Product Method in Multi Criteria Decision Making

Pranavnath

Pranavnath

Updated on 28-Jul-2023 17:33:38

767 Views

Introduction Within the domain of decision−making, there are often multiple criteria that have to be considered at the same time. Whether it's selecting an unused item to dispatch, choosing a venture procedure, or making an individual choice, assessing and positioning choices based on different components can be a complex assignment. ... Read More

Deep Neural Net with forward and Back Propagation

Pranavnath

Pranavnath

Updated on 28-Jul-2023 17:32:00

306 Views

Introduction Artificial intelligence and machine learning have experienced a transformation since to Deep Neural Networks (DNN), which have empowered exceptional progressions over a assortment of areas. In this article, we'll look at the thoughts of forward and backward propagation and how they relate to the advancement and advancement of ... Read More

The Optimal Number of Epochs to Train a Neural Network in Keras

Pranavnath

Pranavnath

Updated on 28-Jul-2023 17:29:13

429 Views

Introduction Training a neural network includes finding the proper adjustment between under fitting and overfitting. In this article, we'll learn the epochs’s concept and dive into deciding the epoch’s number, a well−known deep−learning library. By understanding the trade−off between underfitting and overfitting, utilizing methods like early ceasing and cross−validation, ... Read More

Using Interquartile Range to Detect Outliers in Data

Pranavnath

Pranavnath

Updated on 28-Jul-2023 17:23:49

289 Views

Introduction Data analysis plays a significant part in different areas, counting commerce, back, healthcare, and investigation. One common challenge in data analysis is the nearness of outliers, which are data focuses that essentially deviate from the overall design of the data. These outliers can distort statistical measures and influence the ... Read More

Visual representations of Outputs/Activations of each CNN layer

Pranavnath

Pranavnath

Updated on 28-Jul-2023 17:15:53

179 Views

Introduction Convolutional neural networks offer remarkable insight into mimicking human−like visual processing through their sophisticated multi−layer architectures. This article has taken you on a creative journey through each layer's function and provided visual representations of their outputs or activations along the way. As researchers continue to unlock even deeper levels ... Read More

Perceptron Algorithm for NOT Logic Gate

Pranavnath

Pranavnath

Updated on 28-Jul-2023 17:13:28

1K+ Views

Introduction Within the domain of artificial intelligence and machine learning, the Perceptron Algorithm holds a special put as one of the foundational building blocks. Although it could seem basic in comparison to present−day complex neural networks, understanding the Perceptron Algorithm is basic because it shapes the premise for many ... Read More

Perceptron Algorithm for NAND Logic Gate with 2-bit Binary Input

Pranavnath

Pranavnath

Updated on 28-Jul-2023 17:11:04

2K+ Views

Introduction Within the domain of Artificial Intelligence and Machine Learning, one of the foremost basic components is the Artificial Neural Network (ANN). ANNs are motivated by the human brain's neural systems and are designed to imitate the way neurons prepare data. At the center of an ANN lies the perceptron, ... Read More

What is DBScan Clustering in R Programming?

Pranavnath

Pranavnath

Updated on 28-Jul-2023 16:52:40

438 Views

Introduction Clustering analysis, a fundamental technique in machine learning and data mining, allows for identifying patterns and grouping similar data points together. Among various clustering algorithms, Density−Based Spatial Clustering of Applications with Noise (DBSCAN) stands out as a powerful tool that can automatically discover clusters of arbitrary shapes. In this ... Read More

Hyperparameters Optimization methods in machine learning

Pranavnath

Pranavnath

Updated on 27-Jul-2023 12:26:47

229 Views

Introduction Machine learning models are heavily reliant on numerous adjustable parameters known as hyperparameters. Finding the optimal combination of these hyperparameters can greatly enhance a model's performance and predictive accuracy. In this article, we dive into various techniques for hyperparameter optimization in machine learning. They will be empowered to tackle ... Read More

Advertisements