by Dr. Owns | Apr 7, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
In recent years, there has been a proliferation of articles, LinkedIn posts, and marketing materials presenting graph data models from different perspectives. This article will refrain from discussing specific products and instead focus solely on the comparison of RDF...
by Dr. Owns | Apr 4, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
According to various sources, the average salary for Coding jobs is ~£47.5k in the UK, which is ~35% higher than the median salary of about £35k. So, coding is a very valuable skill that will earn you more money, not to mention it’s really fun. I have been coding...
by Dr. Owns | Apr 4, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Introduction I love writing. You may notice that if you follow me or my blog. For that reason, I am constantly producing new content and talking about Data Science and Artificial Intelligence. I discovered this passion a couple of years ago when I was just starting my...
by Dr. Owns | Apr 3, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
I’m definitely not the only person who feels that YouTube sponsor segments have become longer and more frequent recently. Sometimes, I watch videos that seem to be trying to sell me something every couple of seconds. On one hand, it’s great that both small and...
by Dr. Owns | Apr 3, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
This is the sixth (and likely last) part of a Linear Programming series I’ve been writing. With the core concepts covered by the prior articles, this article focuses on goal programming which is a less frequent linear programming (LP) use case. Goal programming is a...
by Dr. Owns | Apr 3, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
The attention mechanism is at the core of modern day transformers. But scaling the context window of these transformers was a major challenge, and it still is even though we are in the era of a million tokens + context window (Qwen 2.5 [1]). There are both...