Matteo Montalbetti's BlogExploring code, AI, and digital projects — from full-stack development to machine learning and data science. Tutorials, experiments, and coding insights for developers and tech learners.https://mmont.dev/Genetic Algorithms: exploring 3D object reconstructionhttps://mmont.dev/blog/genetic-algorithms/https://mmont.dev/blog/genetic-algorithms/How Genetic Algorithms (GA) works? After a theoretical introduction to the topic, let's try to exploit them to reconstruct a 3D mesh.Fri, 08 Dec 2023 00:00:00 GMTAgent-Based Models: Simulating an Epidemichttps://mmont.dev/blog/agent-based-models/https://mmont.dev/blog/agent-based-models/In this post, we’ll dive into how ABMs are used for epidemic simulations, exploring their advantages, challenges, and real-world applications. Whether you're a researcher, developer, or simply curious about computational epidemiology, this guide will provide a solid foundation to understand how these models work and why they are so powerful.Tue, 11 Feb 2025 00:00:00 GMTESLint, under the hoodhttps://mmont.dev/blog/eslint/https://mmont.dev/blog/eslint/Ever wondered how ESLint actually works? This deep dive breaks down its core — the parser, the abstract syntax tree (AST), and how rules analyze your JavaScript code to keep it clean and consistent.Fri, 27 Oct 2023 00:00:00 GMTHello, World!https://mmont.dev/blog/hello-world/https://mmont.dev/blog/hello-world/Just to test stuffs out...Mon, 16 Oct 2023 00:00:00 GMTProblem-Solving AI Agentshttps://mmont.dev/blog/problem-solving-agents/https://mmont.dev/blog/problem-solving-agents/Reasoning and planning with certainty in fully observable environment.Fri, 03 Nov 2023 00:00:00 GMTTime Series Classification through Shapelets Transform primitivehttps://mmont.dev/blog/shapelets/https://mmont.dev/blog/shapelets/Let's explore how we can use Shapelets to perform Time Series classification. After an introductory, theorical, part, a practical example will be examined and addressed through the Python's library aeon.Mon, 20 Jan 2025 00:00:00 GMT