Author Archives: Yugesh Verma - Page 23

15 Jul

Genetic Algorithms Made Easy With EasyGA

image-24265
image-24265

Genetic algorithms(GA) are a rapidly growing area of artificial intelligence and machine learning. They are based on natural selection and genetics. Genetic algorithms are adaptive heuristic algorithms; as such, they represent an intelligent utilization of random search to solve optimization problems. The idea of GA is given by John Holland which follows the principle “Survival…

The post Genetic Algorithms Made Easy With EasyGA appeared first on Analytics India Magazine.

10 Jul

Introduction Guide To FP-Tree Algorithm

image-24171
image-24171

In today’s era, a huge part of our life involves going on different applications and searching for our requirements. One of the unique things about it is autocompleting, i.e., before putting a whole word in a search bar, we get some recommendations. Sometimes the search bar recommends exactly what we wanted to search, or sometimes…

The post Introduction Guide To FP-Tree Algorithm appeared first on Analytics India Magazine.

08 Jul

Comprehensive Guide To Deseasonalizing Time Series

image-24134
image-24134

Time series data is a collection of data points obtained in a sequence with time values. These time values can be regular periods or irregular. We use time-series data to predict the future data responses, which are based on past data. Generally, in a time series, some unusual effect of seasonality or trends and noise…

The post Comprehensive Guide To Deseasonalizing Time Series appeared first on Analytics India Magazine.

03 Jul

Guide To Facebook’s FastText: For Text Representations And Classifiers

image-23980
image-23980

In the present scenario of Artificial Intelligence, Facebook AI Research (FAIR) is one of the leading contributors of open-source tools, libraries and architectures. There are many examples of contributions by Facebook like Flashlight, Opacus, Detectron2, Fasttext etc., to learn more about the contribution by FAIR, refer to this link. Fasttext is one of the open-source…

The post Guide To Facebook’s FastText: For Text Representations And Classifiers appeared first on Analytics India Magazine.

30 Jun

Guide To Microsoft’s FLAML

image-23925
image-23925

The current data science scenario raises a big question: how and what to select as a machine learning model to predict all best. When selecting, we use conventional ways like hyperparameter tuning, GridSearchCV and Random search to choose the best-fit parameters. These conventional techniques help us a lot, but they are time-consuming, take high computation…

The post Guide To Microsoft’s FLAML appeared first on Analytics India Magazine.