Keras

deep learning model for titanic data

Deep learning model belongs to the area of machine learning models which can be used either for supervised or unsupervised learning...

Time series with ARIMA and RNN models

The classical methods for predicting univariate time series are ARIMA models (under linearity assumption and provided that the non stationarity is of type DS) that use the autocorrelation function to predict the target variable...

Predicting images using Convolutional neural network

In this article we will make use of the convolutional neural network, the most widely deep learning method used for image classification...