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

Tinz Twins Hub - Recap of 2024

2 minute read

A year filled with AI innovations has come to an end, and it’s time to reflect. First, we want to thank all our readers. We really appreciate your support!

Introduction to ARIMA Models for Newbies

ARIMA (short for AutoRegressive Integrated Moving Average) is a technique for time series analysis and forecasting. It is one of the most widely used approac...

A beginner-friendly introduction to Docker

4 minute read

Docker is a tool for simplifying application development and deployment. It makes it easy to package, distribute, and run applications using Docker images an...