AutoKeras Project – A Guide to build a deep learning model in Python using IRIS data.
Python Data Science – How to check model’s recall score using cross validation in Python.
Machine Learning Project – Decision Trees in Machine Learning using Python.
Machine Learning Project – Logistic Regression in Machine Learning with Python.
Data Analysis Project – Exploratory Statistics Tutorials for Citizen Data Scientist in Python.
Data Science Project – Human Activity Recognition using Smartphone Data with Python.
DNA Sequencing with Machine Learning in Python – Chimp DNA Dataset
DNA Sequencing with Machine Learning in Python – Dog DNA Dataset
Data Visualization project on FIFA dataset in Python
Data Science project on Heart Disease Prediction with Machine Learning in Python
Hits: 188 GGANIMATE: HOW TO CREATE PLOTS WITH BEAUTIFUL ANIMATION IN R This article describes how to create animation in R using the gganimate R package. gganimate is an extension of the ggplot2 package for creating animated ggplots. It provides a range of new functionality that can be added to the plot object in order to …
Hits: 58 EASY CORRELATION MATRIX ANALYSIS IN R USING CORRR PACKAGE This article describes how to easily compute and explore correlation matrix in R using the corrr package. The corrr package makes it easy to ignore the diagonal, focusing on the correlations of certain variables against others, or reordering and visualizing the correlation matrix. It can also compute …
Hits: 681 TOP R COLOR PALETTES TO KNOW FOR GREAT DATA VISUALIZATION This article presents the top R color palettes for changing the default color of a graph generated using either the ggplot2 package or the R base plot functions. You’ll learn how to use the top 6 predefined color palettes in R, available in different R packages: Viridis color …
Hits: 78 Data Analytics – GGPLOT THEMES GALLERY In this R graphics tutorial, we present a gallery of ggplot themes. You’ll learn how to: Change the default ggplot theme by using the list of the standard themes available in ggplot2 R package. Our selection of best ggplot themes for professional publications or presentations, include: theme_classic(), theme_minimal() and theme_bw(). Another famous theme …