Showing posts with label AI. Show all posts
Showing posts with label AI. Show all posts

2/26/25

Discovering Machine Language a Primer Guide

Overview Machine Learning can seem like a complex and mysterious field. This presentation aims to discover the core concepts of Machine Learning, providing a primer guide to key ideas like supervised and unsupervised learning, along with practical examples to illustrate their real-world applications....

1/22/25

Smart Charts: Powered by AI to enhance Data Understanding

Overview This presentation explores how Generative AI, particularly Large Language Models (LLMs), can empower engineers with deeper data understanding. We'll delve into creating complex charts using Python and demonstrate how LLMs can analyze these visualizations, identify trends, and suggest actionable...

4/24/24

Generative AI: Create Code from GitHub User Stories - Large Language Models

Overview This presentation explores the potential of Generative AI, specifically Large Language Models (LLMs), for streamlining software development by generating code directly from user stories written in GitHub. We delve into benefits like increased developer productivity and discuss techniques like...

12/2/23

AI - A Learning Based Approach For Predicting Heart Disease

Abstract Heart disease is a leading cause of mortality worldwide, and its early identification and risk assessment are critical for effective prevention and intervention. With the help of electronic health records (EHR) and a wealth of health-related data, there is a significant opportunity to leverage...

10/15/23

AI with Python and Tensorflow - Convolutional Neural Networks Analysis

Convolutional neural network (CNN) Convolutional Neural Networks (CNNs) have revolutionized the field of computer vision and image processing. These specialized deep learning models are inspired by the human visual system and excel at tasks like image classification, object detection, and facial recognition....