Analysis of Malta’s Weather (1997-2020)
In this notebook we are going to visually explore the weather in Malta over the last 24 years, from 1997 to 2020. To achieve this we first need to download w...
In this notebook we are going to visually explore the weather in Malta over the last 24 years, from 1997 to 2020. To achieve this we first need to download w...
The Malta–Sicily Interconnector connects Malta to the Synchronous grid of Continental Europe through the Ragusa substation in Sicily, operated by the Transmi...
This is a summary of the most useful pandas features and is based on some of the techniques discussed in Ted Petrou’s Minimally Sufficient Pandas article.
Recently I read the excellent tutorial Deep Learning and Medical Image Analysis with Keras by Dr. Adrian Rosebrock’s. Adrian’s tutorial shows how to use a pr...
In this notebook we will use PyTorch to construct a convolutional neural network. We will then train the CNN on the CIFAR-10 data set to be able to classify ...
In this notebook we will learn what tensors are, why they are used and how to create and manipulate them in PyTorch.
In a previous notebook, MNIST Using Keras, we built a fully-connected (dense) shallow neural network (one hidden layer with 512 nodes) to classify images of ...
In this notebook, we will build a simple two-layer feed-forward neural network model using Keras, running on top of TensorFlow. We then train the sequential ...