How to write SQL queries for azure functions
As we all know, azure functions only support C# and javascript languages for writing codes. So if we want to write SQL queries in our… Read More »How to write SQL queries for azure functions
The Programming Languages rubric covers articles that focus primarily on coding techniques in various languages.
As we all know, azure functions only support C# and javascript languages for writing codes. So if we want to write SQL queries in our… Read More »How to write SQL queries for azure functions
In my last post, I have compared R to Julia, showing how Julia brings a refreshening programming mindset to the Data Science community. The main… Read More »R vs. Python vs. Julia: How easy it is to write efficient code?
Click on the link below SAS Custom Macros That Make Feature Engineering Easy for Data Scien…
Introduction Java Concurrency API is a set of Java packages and classes developed to create multi-threaded applications. It was introduced in Java 5 and is… Read More »Developing Multi-Threaded Applications with Java Concurrency API
Overview Inheritance is one of the most important pillars of Object Oriented Programming (OOP). It is the process through which one class inherits the attributes… Read More »How to Achieve Multiple Inheritance in Java
If you, your team or your company design and deploy AI architecture, data pipelines or algorithms, having great diagrams to illustrate the workflow is a… Read More »Building Professional Diagrams: LLM/RAG Example with Source Code
Iterating through HTML tables can be tricky, so we’ve created this simple guide to help you understand how to use Python to extract tabular data from public HTML tables.
In a world where technology is evolving at a tremendous pace, it comes as no surprise that there’s an increase in demand for apps that… Read More »Real-Time Apps: Why Node.js is the Ideal Choice
If you, your team or your company design and deploy AI architecture, data pipelines or algorithms, having great diagrams to illustrate the workflow is a… Read More »Building Professional Diagrams: LLM/RAG Example with Source Code
Join Dan Wilson and guest Wes Kussmaul on the AI Think Tank Podcast as they explore computing in the 1980s, the evolution of online privacy, the birth of social media, and the future of digital trust. Discover how PKI and authentic identities can revolutionize internet security in this insightful episode.
Window functions are an advanced feature of SQL that provides powerful tools for detailed data analysis and manipulation without grouping data into single output rows,… Read More »Using window functions for advanced data analysis
Feature Selection is a crucial process in feature engineering as part of the Machine Learning life cycle. It focuses on identifying the most impactful features in… Read More »Techniques for automated feature selection: Filter methods and implementation using Python libraries
It is becoming a bit difficult to follow all the new AI, RAG and LLM terminology, with new concepts popping up almost every week. Which… Read More »LLM Chunking, Indexing, Scoring and Agents, in a Nutshell
This book features new advances in game-changing AI and LLM technologies built by GenAItechLab.com. Written in simple English, it is best suited for engineers, developers,… Read More »New Book: Building Disruptive AI & LLM Technology from Scratch
In this article, I describe some of the most common types of databases that apps such as RAG or LLM rely upon. I also provide… Read More »Large AI Apps: Optimizing the Databases Behind the Scenes
Each day, your business applications and digital footprint actively compile Analytical Capabilities data – endless streams of information detailing customer interactions, advertising effectiveness, cyber threats,… Read More »Boosting analytical capabilities using BigQuery
Introduction Dear Data Engineers, this article is a very interesting topic. Let me give some flashback; a few years ago, someone in the discussion coined… Read More »Understand the ACID and BASE in modern data engineering
Introduction: Business organizations exist to make a profit out of their business. If there is no profit, then there is no meaning in running a… Read More »SCM and Role of AI
In this article, I explain how to easily turn data into videos. Data animations add value to your presentations. They also constitute a useful tool… Read More »Data Animation: Much Easier than you Think!
I spent much of my career in business intelligence and marketing. Programming in R was never one of my top skills. While I started programming… Read More »Neat R Plots with the Cairo Graphics Library
Image by David from Pixabay Mobile phones make it possible to secure and manage personal data on-device, which opens up a novel opportunity for both… Read More »Samsung and Apple’s knowledge-centric approaches to secure, personalized AI on phones
For our 4th episode of the AI Think Tank Podcast, we explored cybersecurity and artificial intelligence with the insights of Tim Rohrbaugh, an expert whose career has traversed the Navy to the forefront of commercial cybersecurity. The discussion focused on the strategic deployment of AI in cybersecurity, highlighting the use of open-source models and the benefits of local deployment to secure data effectively.
Window functions are an advanced feature of SQL that provides powerful tools for detailed data analysis and manipulation without grouping data into single output rows,… Read More »Using window functions for advanced data analysis