Data Scientist

Data Scientist

As a Data Scientist, I use statistical methods such as ML algorithms in order to identify patterns and to extract knowledge from data.

37 posts
Pandas - Read Excel File into DataFrame

Pandas - Read Excel File into DataFrame

Introduction In this tutorial, we want to read an Excel file into a Pandas DataFrame. In order to do this, we use the read_excel() function of Pandas. Import Libraries First, we import the following python modules: import pandas as pd Excel File We consider the sheet "Frameworks"...

Pandas - Write DataFrame to CSV File

Pandas - Write DataFrame to CSV File

Introduction In this tutorial, we want to write a Pandas DataFrame to a CSV file. In order to do this, we use the to_csv() method of Pandas. Import Libraries First, we import the following python modules: import pandas as pd Create Pandas DataFrame Next, we create a Pandas DataFrame...

Pandas - Read CSV File into DataFrame

Pandas - Read CSV File into DataFrame

Introduction In this tutorial, we want to read a CSV file into a Pandas DataFrame. In order to do this, we use the read_csv() function of Pandas. Import Libraries First, we import the following python modules: import pandas as pd CSV File We consider the CSV file "frameworks....

Deep Learning - How the McCulloch-Pitts Neuron works
Academy Membership Deep Learning

Deep Learning - How the McCulloch-Pitts Neuron works

Introduction In this tutorial we will cover the very first and the simplest mathematical neuron model in history - the McCulloch-Pitts Neuron. We look at the architecture and functionality. History The McCulloch-Pitts-Neuron is the simplest form of a neuron model and was published in 1943 by Warren McCulloch and Walter...

Keras - One-Hot Encoding
Academy Membership KerasPython

Keras - One-Hot Encoding

Introduction In this tutorial, we want to one-hot encode a NumPy array that contains categorical values. In order to do this, we use the to_categorical() function of Keras. Import Libraries First, we import the following python modules: import numpy as np from keras.utils import to_categorical Define Data...

NumPy - Create an Array

NumPy - Create an Array

Introduction In this tutorial, we want to show different ways how to create an array. In order to create an array, we use the functions array(), zeros(), arange() and linespace() of NumPy. Import Libraries First, we import the following python module: import numpy as np Array function NumPy offers different...

NumPy - Join Arrays

NumPy - Join Arrays

Introduction In this tutorial, we want to join NumPy arrays along different axes. In order to do this, we use the functions hstack(), vstack() and dstack() of NumPy. Import Libraries First, we import the following python module: import numpy as np Define Data Let's consider two arrays a...

You’ve successfully subscribed to Deep Learning Nerds | The ultimate Learning Platform for AI and Data Science
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.