by Dr. Owns | Feb 3, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Using Fourier Transforms to detect seasonal components In my professional life as a data scientist, I have encountered time series multiple times. Most of my knowledge comes from my academic experience, specifically my courses in Econometrics (I have a degree in...
by Dr. Owns | Feb 3, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Gain intuition into Information Theory and master its applications in Machine Learning and Data Analysis. Python code included. 🐍Continue reading on Towards Data Science » Gain intuition into Information Theory and master its applications in Machine Learning and Data...
by Dr. Owns | Feb 3, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Quantifying Surprise – A Data Scientist’s Intro To Information Theory – Part 1/4: Foundations Surprise! Generated using Gemini. During the telecommunication boom, Claude Shannon, in his seminal 1948 paper¹, posed a question that would revolutionise technology: How can...
by Dr. Owns | Feb 3, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Gain intuition into Entropy and master its applications in Machine Learning and Data Analysis. Python code included. 🐍Continue reading on Towards Data Science » Gain intuition into Entropy and master its applications in Machine Learning and Data Analysis. Python code...
by Dr. Owns | Feb 3, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Life is like a box of chocolate. Generated using DALL-E My momma always said “Life was like a box of chocolates. You never know what you’re gonna get.” F. Gump (fictional philosopher and entrepreneur) This is the second article in a series on information...
by Dr. Owns | Feb 3, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Image by Kelly from Unsplash Real-time communication is everywhere – live chatbots, data streams, or instant messaging. WebSockets are a powerful enabler of this, but when should you use them? How do they work, and how do they differ from traditional HTTP requests?...