Category: Methods

R Packages for Data Science 0

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 0

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

Intro to Tensorflow 0

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 0

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