Day: January 2, 2020

IRIS Flower Classification using SKLEARN DecisionTree Classifier with Monte Carlo Cross Validation

IRIS Flower Classification using SKLEARN DecisionTree Classifier with Monte Carlo Cross Validation   The IRIS flower is a popular example in the field of machine learning. It is a type of flower that has different variations, such as the setosa, virginica, and versicolor. In this blog, we will be discussing how to classify the IRIS …

IRIS Flower Classification using SKLEARN DecisionTree Classifier with Grid Search Cross Validation

IRIS Flower Classification using SKLEARN DecisionTree Classifier with Grid Search Cross Validation     The IRIS flower is a popular example in the field of machine learning. It is a type of flower that has different variations, such as the setosa, virginica, and versicolor. In this blog, we will be discussing how to classify the …

Stock Market Forecasting in R – Neural Networks model using EuStockMarket dataset

The stock market can be a tricky thing to predict. There are many different factors that can influence the performance of a stock, such as economic conditions, company news, and even market sentiment. In recent years, many people have turned to using neural networks in order to try and predict the stock market. One way …