Datatiede - Sivu 3

Python Vectors, Matrices and Arrays with NumPy
In this lesson, we will look at some neat tips and tricks to play with vectors, matrices and arrays using NumPy library in Python. This lesson is a ve...
PyTorch Tutorial with Linear Regression
PyTorch is a Python based scientific package which provides a replacement of NumPy ndarrays as Tensors which takes utmost advantage of the GPUs. Anoth...
Python Plotly Tutorial
Plotly is an analytics company known for developing real-time analytics, statistics and graphing tools for web-based application and standalone Python...
Python Tensorflow Tutorial
In this lesson, we will look at TensorFlow, which is an open-source machine learning library used to design, build and train deep learning models. It ...
Machine Learning Tutorial with Scikit-learn
In this lesson on Machine Learning with scikit-learn, we will learn various aspects of this excellent Python package which allows us to apply simple a...
Python SciPy Tutorial
In this lesson, we will see what is the use of SciPy library in Python and how it helps us to work with mathematical equations and algorithms in an in...
Python NumPy Tutorial
In this lesson on Python NumPy library, we will look at how this library allows us to manage powerful N-dimensional array objects with sophisticated f...
Python Seaborn Tutorial
In this lesson on Python Seaborn library, we will look at various aspects of this data visualisation library which we can use with Python to generate ...
How to Calculate Matrices in Python Without NumPy
For many applications, you need mathematics. In Python there is the maths module which handles the basics such as rounding, factorial and rounding fun...