Search
Close this search box.
Leveraging Porter's Five Forces and AI_ML

Leveraging Porter’s Five Forces and AI/Machine Learning in Modern Organisations

Porter’s Five Forces model, developed by Michael E. Porter in 1979, remains a cornerstone for analysing the competitive forces that shape industries and strategies within organisations. This framework provides a structured lens through which to examine not just the field of artificial intelligence (AI) and machine learning (ML) but the broader spectrum of modern organisational […]

Advanced Chunking Strategies for RAG

Advanced Chunking Strategies for RAG

What is Chunking? Nowadays, the development of large language models (LLMs) is progressing rapidly. However, with their advancements come certain drawbacks, such as hallucinations. To address this issue, Retrieval-Augmented Generation (RAG) was developed. Let’s briefly introduce RAG. RAG is a natural language processing technology that combines retrieval and generation. It operates through the following steps: […]

Unveiling the Power of YOLO: Transforming Object Detection with the YOLO Series Models

Unveiling the Power of YOLO: Transforming Object Detection with the YOLO Series Models

In this post, we will delve into the YOLO (You Only Look Once) models [1], which have revolutionised the field of object detection with their speed and accuracy. We will start by discussing the traditional methods used for object detection, highlighting their limitations and the challenges they pose. Following this, we will introduce the YOLO […]

Exploring the power of graph databases in the age of GenAI

Exploring the power of graph databases in the age of GenAI

In the rapidly evolving landscape of artificial intelligence (AI), the way we store and retrieve data is critical. With the advent of Generative AI (GenAI) technologies, the need for efficient and effective data management systems has never been greater. Among the various database options available, graph databases, such as Neo4j, are emerging as a powerful […]

The Use of Metrics in Generative AI: Evaluating Performance with LLMs

The Use of Metrics in Generative AI: Evaluating Performance with LLMs

Generative AI, encompassing models that can produce new content such as text, images, and music, has revolutionised various fields by enabling automated creativity and content generation. Models like OpenAI’s GPT-4, Google’s BERT, and others have demonstrated impressive capabilities in generating human-like text and other media forms.  However, to comprehensively understand the business value of a […]

Generative AI – A primer for the Australian C-Suite

In a 2023 report conducted by Deloitte, 32% of Australian employees surveyed admitted to already using generative AI in some form at work. However, only 1.4% of Australian businesses have officially adopted it. While this number looks relatively small right now, generative AI has become a key discussion among business leaders, given its potential to […]

Building a local Retrieval-Augmented Generation system with Gemma LLM and AlloyDB

This article explores the development of a local Retrieval-Augmented Generation (RAG) system using Google’s Gemma Large Language Model (LLM) and AlloyDB, a managed PostgreSQL-compatible database service. This system aims to address the growing demand for efficient and contextually-aware Question Answering (Q&A) applications. Retrieval-Augmented Generation (RAG) Traditional information retrieval techniques often rely on keyword matching, which […]