Tagged: datascience

Data Normalization in R

Data Normalization in R, data normalization is a vital technique to understand in data pre-processing, and you’ll learn about it in this tutorial. Different numerical data columns may have vastly different ranges, making a...

R Packages for Data Science

R Packages for Data Science, you’ll learn about the tidyverse library in this lesson, which is a collection of R tools that you can use to manipulate your datasets. You’ll also discover how to...

Shiny Basics-Introduction

Shiny Basics, you will learn two standards for constructing a simple Shiny application in this tutorial. You’ll also learn how the program is structured, the components of the user interface, and where to put...

Line Plots in R-Time Series Data Visualization

Line Plot in R, this tutorial will show you how to create simple line plots, adjust the axis labels and colors of plots, and create multiple line graphs. Line plots aid in the visualization...

Data Visualization with R-Scatter plots

Data Visualization with R, In this tutorial, we will describe how to create a scatter plot in the R programming language. “ggplot2” is a fantastic package for making visually appealing data displays. If you...

Deep Belief Networks and Autoencoders

Deep Belief Networks (DBN) and Autoencoders, Let’s take a look at DBNs and how they are created on top of RBMs. If you haven’t read the previous posts yet, you can read them by...

Restricted Boltzmann Machine (RBM)

Restricted Boltzmann Machine is used to detect patterns in data, in an unsupervised way. If you haven’t read the previous posts yet, you can read them by clicking the below links. Introduction to Machine...

Introduction to Recurrent Neural Networks

Recurrent Neural Networks, This is a follow-up to one of our previous posts, which you can read here if you missed it. Let’s look into Recurrent Neural Networks and the different types of issues that they...

Convolutional Neural Networks

Convolutional neural networks, Let’s look at a picture classification problem. Assume you have a data set including numerous photographs of planes and cars. And you’d like to create a model that can recognize and...

Introduction to Deep Learning

Introduction to deep learning, This is a follow-up to one of our previous posts, which you can read here if you missed it. Introduction to Deep Learning Deep learning applications are employed in practically...