Publications by finnstats

Introduction to Machine Learning with TensorFlow

29.09.2021

Introduction to machine learning with TensorFlow! What is 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...

2871 sym 2 img

error: JAVA_HOME cannot be determined from the Registry

30.09.2021

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 message “JAVA HOME cannot be identified from the Registry” will be replicated in this example. aggregate Function in R- A powerfu...

2234 sym R (430 sym/2 pcs)

Introduction to Deep Learning

30.09.2021

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 every industry, including health care, internet service, telecommunication service (mobile phone), automobiles, and so on… Deep learning i...

2084 sym

Convolutional Neural Networks

01.10.2021

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 distinguish them. Please click here to read our prior post if you haven’t already. Convolutional Neural Networks The objective is...

3011 sym

Introduction to Recurrent Neural Networks

04.10.2021

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 may handle. RNN is a deep learning technique that attempts to overcome the difficulty of modeling sequential data. What exactly does “seq...

3211 sym

Restricted Boltzmann Machine (RBM)

05.10.2021

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 Learning with TensorFlow »Introduction to Deep Learning » Convolutional Neural Networks »Introduction to Recurrent Neural Networks (RNN) »...

3243 sym

Deep Belief Networks and Autoencoders

06.10.2021

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 clicking the below links. Introduction to Machine Learning with TensorFlow »Introduction to Deep Learning »Convolutional Neural Networks »Introduction to Recurrent ...

3089 sym

Data Visualization with R-Scatter plots

08.10.2021

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 are not already installed, let us do so. How to Change Background Color in ggplot2 » install.packages(“ggplot2”) Now we can run the ...

3305 sym R (558 sym/9 pcs) 14 img

Line Plots in R-Time Series Data Visualization

09.10.2021

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 of time series data. Throughout this lesson, you will see examples of line plots created with the “EUStockMarkets” time series dataset included with the g...

4772 sym R (1210 sym/8 pcs) 8 img

Boxplot in R Language

11.10.2021

Boxplot in R, we will demonstrate how to make a box plot in the R programming language. A box plot summarises the distribution of numerical data that has been sorted. If you enjoyed our Data Science tutorials, please subscribe to our YouTube Channel.!Subscribe Now The first quartile is located 25% of the way through the sorted data. In other word...

5155 sym R (465 sym/8 pcs) 6 img