Tagged: rstats

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...

error: JAVA_HOME cannot be determined from the Registry

error: JAVA_HOME cannot be determined from the Registry, This error notice happens most frequently when we try to load the xlsx package. Approach 1: error: JAVA_HOME cannot be determined from the Registry The error...

Intro to Tensorflow-Machine Learning with TensorFlow

The Google Brain team created TensorFlow, an open-source library. It was designed for activities that need a lot of numerical computations.
TensorFlow was designed specifically for machine learning and deep learning networks. TensorFlow ran faster than python code thanks to the use of C/C++ as a backend.

Error in character string is not in a standard unambiguous format

Error in character string is not in a standard unambiguous format is described in this article. Let us take an example. date <- “3458745875”                         date                                                “3458745875” The structure of our example data is...

finnstats