Blog

Posts by

Years Tags Categories
Artificial Neural Network from Scratch

Artificial Neural Network from Scratch

Understand and implement an artificial neural network using NumPy.

Learn more

Recent posts

Set up a PostgreSQL database with Docker

10 minute read

Do you need a PostgreSQL database for your next project? Then, you are right here. In this article, we describe how to set up a PostgreSQL database with Dock...

Set up an FTP server with Docker

5 minute read

FTP (File Transfer Protocol) is a data transfer protocol for transferring files (e.g. text files, pictures or videos) via an IP network. It is an old and sol...

Speed Up your Python Skills

11 minute read

Python is the most widely used programming language in the data science domain, and its popularity continues to grow. The entire data science field has grown...

Working with Time Series Data using Postgres

6 minute read

TimescaleDB is an open-source relational database for time-series data. It uses full SQL, but scales in a way that was previously reserved for NoSQL database...

Be the master of your code

7 minute read

GitLab is an open-source software development platform with built-in version control, issue tracking and DevOps capabilities. You have probably used the onli...

How to setup an MLflow Workspace with Docker?

6 minute read

MLflow is an open-source platform to manage the Machine Learning (ML) lifecycle. By using MLflow, the code, data, and results can be tracked for each ML exper...