Python

A collection of 13 posts

I've created my first ChatGPT plugin

As someone who has always been fascinated by artificial intelligence and natural language processing, I was excited to hear that OpenAI had given developers the ability to build plugins on top of ChatGPT. It's a simple ChatGPT plugin for managing

Convolutional Neural Networks

Convolutional Neural Networks (CNNs) are a type of deep learning algorithm that is specifically designed to work with image data. They are based on the idea of a convolution, which is a mathematical operation that is used to extract features

Options pricing with Python

Options pricing is the process of determining the value of an option contract. Options are financial derivatives that give the holder the right, but not the obligation, to buy or sell an underlying asset at a predetermined price and date.

Data visualisation with python

Data visualization is an important aspect of data analysis and understanding. It allows us to easily identify patterns, trends, and outliers in our data, which can help guide our analysis and decision-making. In this blog post, we will explore how

Project Euler problems solved with Python - Part two

Background: Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming

Project Euler problems solved with Python

Background: Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming

How convolutional neural networks work

I've read a lot of articles and books on CNNs but none of them came close to explaining the subject as well as Brandon does in this video. I highly recommend watching his other Data Science videos.