Blog
27. January 2024
/ Machine Learning
House Price Prediction using Machine Learning
Introduction In this article, we will go and practice what we’ve learned from the previous article on Linear Regression. We…
1. January 2024
/ Deep Learning
AI vs Human – Detect LLM generated text
First article of 2024! Let’s detect LLM generated text! In this article, I will walk you through a step-by-step guide…
17. December 2023
/ Blockchain, Deep Learning
Ethereum Smart Contract Vulnerability Detection with RNNs
Introduction In this article, I continue my research and I will present you Ethereum Smart Contract Vulnerability Detection with RNNs….
16. December 2023
/ Deep Learning
Ask your Bitbucket: RAG with LlamaIndex and Bitbucket
Introduction In this article, I will present to you Ask Your Bitbucket, a POC (Proof-of-Concept) application that can help us…
9. December 2023
/ Blockchain
EVM bytecode to Graph using EtherSolve
Introduction Smart contracts are self-executing programs that run on a blockchain, such as Ethereum. The most notable feature of a…
2. December 2023
/ SpringBoot
How to properly handle errors in Spring StateMachine
In this article, we are going to look at the proper way of handling errors in Spring StateMachine. Table of…