Artificial Intelligence Articles

Page 27 of 35

GrowNet: Gradient Boosting Neural Networks

Mithilesh Pradhan
Mithilesh Pradhan
Updated on 30-Dec-2022 561 Views

Introduction GrowNet is a novel gradient-boosting framework that uses gradient-boosting techniques to build complex neural networks from shallow deep neural networks. The shallow deep neural networks are used as weak learners. GrowNets today are finding applications in diverse domains and fields. A Brief Refresher of Gradient Boosting Algorithms. Gradient Boosting is the technique to build models sequentially and these models try to reduce the error produced by the previous models. This is done by building a model on the residuals or errors produced by the previous model. It can estimate a function using optimization using numerical methods. The most common ...

Read More

Simultaneous Localization and Mapping

Mithilesh Pradhan
Mithilesh Pradhan
Updated on 30-Dec-2022 523 Views

Introduction Simultaneous Localization and Mapping or SLAM is a method that let us build a map and locate our vehicles on that map at the same time. SLAM algorithms are used for unknown environment mapping and simultaneous localization. How is SLAM useful? Engineers can use SLAM for avoiding obstacles and also use them for path planning. SLAM software allows robot systems, drones, or autonomous vehicles to find paths in unknown environments and difficult terrains. This process involves a high amount of computing and processing power. SLAM can be useful for mapping areas that are too small or dangerous for ...

Read More

Role of Log Odds in Logistic Regression

Mithilesh Pradhan
Mithilesh Pradhan
Updated on 30-Dec-2022 3K+ Views

Introduction Logistic Regression is a statistical method to predict a dependent data variable based on the relationship between one or more independent variables. It makes use of log odds and with the help of a logistic function, it predicts the probability of an event occurring. It is a classification method. What are Log Odds and Why are they Useful for Logistic Regression? Logistic regression is used to predict binary outcomes. For example, in an election, whether a candidate will win or not, whether SMS is spam or ham, etc. Odds are the ratio of the probability of success to failure. ...

Read More

Implementation of Whale Optimization Algorithm

Mithilesh Pradhan
Mithilesh Pradhan
Updated on 30-Dec-2022 2K+ Views

Introduction Whale Optimization Algorithm is a technique for solving optimization problems in Mathematics and Machine Learning. It is based on the behavior of humpback whales which uses operators like prey searching, encircling the prey, and forging bubble net behavior of humpback whales in the ocean. It was given by Mirjalili and Lewis in 2016. In this article, we are going to look into the different phases of the WOA algorithm A History of Humpback Whales Humpback whales are one of the largest mammals on Earth. They have a special type of hunting mechanism known as the bubble−net hunting mechanism. They ...

Read More

Image Recognition using MobileNet

Mithilesh Pradhan
Mithilesh Pradhan
Updated on 30-Dec-2022 754 Views

Introduction The process of identifying an object or feature with an image is known as Image Recognition. Image recognition finds its place in diverse domains be it Medical imaging, automobiles, security, or detecting defects. What is MobileNet and Why is it so Popular? MobileNet is deep learning CNN model developed using depth−wise separable convolutions. This model highly decreases the number of parameters when compared to other models of the same depth. This model is lightweight and is optimized to run on mobile and edge devices. There are three versions of Mobilenet released so far.ie MobileNet v1, v2 and v3. Mobilenet ...

Read More

How to Improve UX With Machine Learning?

Mithilesh Pradhan
Mithilesh Pradhan
Updated on 30-Dec-2022 276 Views

Introduction User experience (UX) is how a person or user interacts with a product, service, or system encompassing everything from ease of usage, and its usefulness to efficiency. Today, Machine Learning can provide an intuitive user experience through modeling, customization, clustering, and segregation. In this article, let's have a look at how Machine Learning is revolutionizing User Experience. Why does User Experience Matters? In the case of a business that needs to attract customers or to make sales via a website or mobile app UX is almost needed. The duration of time the user spends on these platforms, their search ...

Read More

Top 7 Machine Learning Projects For Beginners?

Jay Singh
Jay Singh
Updated on 28-Dec-2022 440 Views

Machine learning projects employ machine learning algorithms and techniques to create models that can make predictions or judgments based on input data. These projects frequently include building a machine learning model on a big dataset, followed by utilizing the taught model to make predictions or choices on fresh, previously unknown data. Machine learning projects can be classified into three types: supervised learning, unsupervised learning, and reinforcement learning. The model is trained on labeled data in supervised learning, and the proper output is delivered for each example in the training set. In unsupervised learning, the model is not given with labeled ...

Read More

Getting Started with AIOps

Aadyaa Srivastava
Aadyaa Srivastava
Updated on 27-Dec-2022 702 Views

The term "AIOps" was first used by Gartner a few years ago when they expected a big change to ITOps processes. It is a developing solution that will fundamentally alter how IT ecosystems are managed and is built on AI technology. Since then, developments in the IT industry have shown that Gartner's prognosis was accurate. AIOps is gaining popularity and usage. The new technology is being used by businesses to increase uptime, save labor costs, and handle the escalating amount and velocity of digital data. What is AIOps? The use of data science and machine learning (ML) in IT operations ...

Read More

Simple Linear Regression in Machine Learning

Sohail Tabrez
Sohail Tabrez
Updated on 27-Dec-2022 2K+ Views

Introduction: Simple Linear Regression The "Supervised Machine Learning" algorithm of regression is used to forecast continuous features. The simplest regression procedure, linear regression fits a linear equation or "best fit line" to the observed data in an effort to explain the connection between the dependent variable one and or more independent variables. There are two versions of linear regression depending on the number of characteristics used as input Multiple Linear Regression Simple Linear Regression In this article, we will be exploring the concept of Simple Linear Regression. Simple Linear Regression Model A form of regression method called simple ...

Read More

Artificial Intelligence Career Guide

Sohail Tabrez
Sohail Tabrez
Updated on 27-Dec-2022 463 Views

Introduction Since its inception in 1956, the term "artificial intelligence" (AI) has advanced significantly and grown in popularity. Salutations to the vast amounts of data, sophisticated algorithms, and advancements in processing power and storage. The development of Machine learning and artificial intelligence has increased the need for smart individuals to assist in solving urgent business difficulties more effectively and quickly. By 2024, the global AI employment market is predicted to reach $191 billion and add over 2 million new positions across all industries. With competitive pay, investing in professional development and knowing the best AI learning journey is undoubtedly the ...

Read More
Showing 261–270 of 350 articles
« Prev 1 25 26 27 28 29 35 Next »
Advertisements