• 16 Aug, 2023

Top 5 use cases for llama 2

Today, in I will experiment with the most recent model from Meta - LLAMA 2. And why it is a big deal.

Visualizer EP1

This will be a mini season of a (hopefully) bigger series where I will build small applications to then deploy.

  • 24 Apr, 2023

10 Programming Languages: Pros and Cons

10 Programming Languages: Pros and Cons Long gone are the times where there were few programming languages. Nowadays, we have a long list to choose a programming language from.

Computing at the Edge

How does Edge Computing works Edge Computing works by serving content in a decentralized manner, meaning that the content is distributed around multiple locations on the “edge” to provide a quicker response time.

Cloud vs Edge Computing

Cloud vs Edge Computing

Nowadays we hear a lot about the cloud and how much it is great. But the reality is, depending on the use case, the cloud may not be the most efficient way to serve your application.

A Look into Google's remarkable Ranking System
  • 08 Feb, 2023

A Look into Google's remarkable Ranking System

Nowadays, Google is a giant on the internet, being youtube and dozens of other services. And all of those services rely heavily on providing suggestions to users, be it a video or a website.

The AI Ethics Dilemma: The Morality of AI
  • 09 Jan, 2023

The AI Ethics Dilemma: The Morality of AI

Today let’s talk about ethics and dive into the AI world and try to answer questions about our future jobs and whenever AI is responsible for its actions.

The Ultimate Guide to Spacy in Python
  • 05 Jan, 2023

The Ultimate Guide to Spacy in Python

Python is well-known for being easily extensible and for having awesome libraries. Spacy is no exception. Spacy is one if not the most popular natural language processing library for python and it comes full of important and useful features.

NLP - A new look into words
  • 02 Jan, 2023

NLP - A new look into words

NLP or Natural Language Processing is a field of study within computer science and linguistics that tries to understand and interpret how humans understand each other or even give responses.

Support Vector Machine And Python
  • 25 Dec, 2022

Support Vector Machine And Python

Support vector machine is a Supervised Machine Algorithm, since it depends of data provided before hand to infer in new data.

How an AI Stores Knowledge
  • 01 Nov, 2022

How an AI Stores Knowledge

This will be a multipart series that I am doing that will explore ways to store a knowledge that a computer can get from outside sources such as audio files or written text.

A look into Leidenmayer Systems
  • 18 Oct, 2022

A look into Leidenmayer Systems

A Leidenmayer System or a L-System consists on a set of production rules, an alphabet a string and an initial axiom.

A deep dive into the A* Search Algorithm
  • 15 Oct, 2022

A deep dive into the A* Search Algorithm

Recently I needed to use a algorithm to search a 2-dimensional board of a game to find the best solution. The algorithm I used is A*, let’s see why I chose that and some properties of this that helped me make this important decision.

A look into the Minimax Algorithm
  • 09 Oct, 2022

A look into the Minimax Algorithm

Contextualization Minimax is an algorithm used in AI, decision theory, game theory and so many other fields to minimize the possible loss in a maximum loss scenario.