Articles on Trending Technologies

Technical articles with clear explanations and examples

Visual representations of Outputs/Activations of each CNN layer

Pranavnath
Pranavnath
Updated on 28-Jul-2023 345 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 of understanding within CNNs, we move closer toward unraveling the mysteries behind complex intelligence exhibited by these futuristic machines. In this article, we embark on a fascinating journey through the layers of CNNs to unravel how these remarkable machines work. Visual representation of Outputs The Input Layer − Where ...

Read More

Perceptron Algorithm for NOT Logic Gate

Pranavnath
Pranavnath
Updated on 28-Jul-2023 2K+ 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 modern learning techniques. In this article, we are going to investigate the Perceptron Algorithm with a center on its application to the NOT logic gate. We are going to dig into the hypothesis behind the algorithm, its components, and how it can be used to implement the logical NOT operation. ...

Read More

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

Pranavnath
Pranavnath
Updated on 28-Jul-2023 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, an essential building square that serves as a basic numerical model of a neuron. In this article, we'll investigate the Perceptron NAND Logic Gate with 2−bit Binary Input, and basic however fundamental concept within the world of ANNs. Understanding the Perceptron The perceptron, proposed by Frank Rosenblatt in 1957, could ...

Read More

Difference Between Equality of Objects and Equality of References in Java

Way2Class
Way2Class
Updated on 28-Jul-2023 505 Views

In Java, when managing objects, it's important to get the qualification between equality of objects and equality of references. Whereas both concepts include comparisons, they work on distinctive levels. Uniformity of objects decides whether two objects have the same substance, whereas balance of references decides whether two factors refer to the same protest in memory. This article will dig into the language structure, approaches, and code cases to demonstrate the distinction between these two shapes of correspondence in Java. Syntax To understand the difference between equality of objects and equality of references, let's start with the syntax used in Java ...

Read More

Maximum sum of lengths of a pair of strings with no common characters from a given array

Thanweera Nourin A V
Thanweera Nourin A V
Updated on 28-Jul-2023 371 Views

The aim of this article is to implement a program to maximize the sum of lengths of a pair of strings with no common characters from a given array. By definition, a string is a collection of characters. Problem Statement Implement a program to maximize the sum of lengths of a pair of strings with no common characters from a given array. Sample Example 1 Let us consider the Input array: a[] = [“efgh”, “hat”, “fto”, “car”, “wxyz”, “fan”] Output obtained: 8 Explanation There are no characters in the strings "abcd" and "wxyz" in common. As a ...

Read More

How to merge two columns into one with alternating values in Excel?

Shubhi Rastogi
Shubhi Rastogi
Updated on 28-Jul-2023 1K+ Views

In the article, the users are going to merge two columns into one column with alternating values in Microsoft Excel. There are numerous types of structures within the Excel sheet including home, Visual Basic Applications VBA, and Ku-tools tab to merge two columns into one with Ku-tools that will open the dialog box according to the need. The users can use the visual basic to merge the two columns into one. This method may be completed utilizing an easy way within Microsoft Excel by using the Ku-tools tab to merge the two columns in a different column. Example 1: Merge ...

Read More

How to merge cells in a range formatted as table in Excel?

Shubhi Rastogi
Shubhi Rastogi
Updated on 28-Jul-2023 3K+ Views

In the article, the users are going to merge the cells in a range formatted as a table in Microsoft Excel. There are numerous types of structures within the Excel sheet including home, Merge & Center, Merge same cells from Ku-tools, and Convert To Range tab that will merge the cells according to the need. The users can use the Convert to Range tab to merge the cells which you need in the center position. This method may be completed utilizing an easy way within Microsoft Excel by using the Merge & Center tab to merge the cells in a ...

Read More

How to merge columns but not merging rows in Excel?

Shubhi Rastogi
Shubhi Rastogi
Updated on 28-Jul-2023 2K+ Views

In the article, the users are going to merge columns but it does not merge rows in Microsoft Excel. There are numerous types of structures within the Excel sheet including home, formula, and Ku-tools tabs to merge only columns, not rows that will open the dialog box according to the need. The users can use the formula to merge the data which you need in the center position. This method may be completed utilizing an easy way within Microsoft Excel by using the Ku-tools tab to merge the columns in a center position. Example 1 Step 1 Deliberate the ...

Read More

How to merge and combine rows without losing data in Excel?

Shubhi Rastogi
Shubhi Rastogi
Updated on 28-Jul-2023 6K+ Views

In the article, the users are going to merge and combine the rows without losing any data in Microsoft Excel. There are numerous types of structures within the Excel sheet including formula, Combine rows & columns, and formulas that will merge and combine the rows according to the need. The users can use the Combine rows & columns from the Ku-tools tab to combine the values. This method may be completed utilizing an easy way within Microsoft Excel by using the formula and Combining rows & columns. Let’s explore the articles with few examples Example 1: By using user ...

Read More

How to minimize or hide the Ribbon in Excel?

Shubhi Rastogi
Shubhi Rastogi
Updated on 28-Jul-2023 621 Views

In the article, the users are going to hide or minimize the ribbon in Microsoft Excel. The users can right-click on the ribbon to minimize or hide all the tabs. This method may be completed utilizing an easy way within Microsoft Excel by using the Ku-tools tab to minimize the ribbon. The two examples are demonstrated in this article to hide the Ribbon in Excel. Multiple tabs are presented in ribbon to be used by the users to achieve the targeted goals. The step-by-step explanation is depicted in both examples to show a similar result. Let us start with ...

Read More
Showing 35131–35140 of 61,297 articles
Advertisements