In this Python tutorial, we will create scatterplots from the iris dataset. Scikit-learn data visualization is very popular as with data anaysis and data mining. A few standard datasets that scikit-learn comes with are digits and iris datasets for classification and the Boston, MA house prices dataset for regression. Scikit-learn…
Data Analysis
Are you trying to learn data analysis? Learn about big data analysis with R-ALGO Engineering Big Data.
- R Data Visualization
2019 First Democratic Debate Transcripts Nights One and Two Wordcloud in R
by John Wingateby John WingateIn this R tutorial, we will analyze the most common words in the 2019 Democratic Debate Nights One and Two. The 2019 Democratic Debate transcripts will be classified by text analysis and visualize the most frequently said words using Wordcloud. 2019 Democratic Debate Night One Candidates: Cory Booker – Senator from…
- Artificial Intelligence
Artificial Intelligence Research and Application Advancement
by John Wingateby John WingateRecent advances in the field of artificial intelligence research are gaining widespread attention from the world because of the impact that they can have on our lives. From speech recognition, virtual home assistants to learning platforms, things have gotten very interesting in the tech industry. Tech-giants have been racing against…
- R Data Analysis
Data Analysis of Concrete Features Using Artificial Neural Network in R
by John Wingateby John WingateThis R tutorial we will analyze data from concrete with eight features describing the components used in the mixture using artificial neural networks. These eight features include cement, slag, ash. water, superplastic, coarseagg, fineagg, age and strength. Since we will be using the concrete data set, you will need to…
- R Data Analysis
Northern California Earthquake Data Analysis and Data Visualization with get_map and ggplot in R
by John Wingateby John WingateIn this R Tutorial, we will complete data analysis and data visualization with get_map and ggplot of Northern California earthquakes between 2002 and 2018. The earthquake data will be analyzed based on total occurrences in each location and will graphically be displayed. However, for this tutorial, we will only analyze earthquakes…