Platwoindiegamescreation.hashnode.dev·Jan 21, 2025Fitting Multiple Cameras into a FrameThis post is going to be a spiritual successor to my first ever blog post, which was on how I have been structuring the rendering of a frame. It is also the direct continuation of my previous one on game cameras. Debug Camera When discussing cameras ...C++
Mehreen Mallick Fionarosiechan.hashnode.dev·Jan 20, 2025Machine Learning Basics: Understanding Systems of EquationsIntroduction Linear algebra might seem like a complicated topic but it's really about understanding patterns, relationships and using math to solve real-world problems. In this blog, we'll explore the basics of linear algebra and discuss why it's imp...11 likes·43 readsLinear Algebra for Machine Learning and Data Sciencelinear algebra
William Gaudelierwgaudelier.hashnode.dev·Jan 19, 2025A simple solution to the painter's paradoxI have seen many unsatisfactory explanations for solving this paradox, and I just wanted to provide a (hopefully) clear one here. Though a great explanation is given in the book Paradoxes and Sophisms in Calculus (p. 64, here in .pdf) by Sergiy Klymc...Mathematics
Aakashi Jaiswalaakashi.hashnode.dev·Jan 17, 2025What Is the World Without Math: Is It Even Imaginable?Mathematics is often seen as a complex subject filled with numbers, equations, and theories. However, it is much more than that. It is a universal language that helps us understand the world around us. But have you ever stopped to think about what ou...10 likesMathematics
eugenio andrieuneuralnetworks.hashnode.dev·Jan 14, 2025Neural Networks: A Mathematical ViewThe Universal Problem of Function Approximation Neural networks are often viewed as mysterious “black boxes” — systems that produce results without clear insight into their inner workings. However, at their core, neural networks are powerful tools fo...neural networks
Platwoindiegamescreation.hashnode.dev·Jan 14, 2025Virtual CamerasCameras I have spent a lot of time this last week working to add multi-camera support into my custom game engine, so I figured that for this week’s blog I am going to talk about cameras. Virtual cameras that is, not real ones. So… cameras? Very Basic...32 readsC++
S.S.S DHYUTHIDHARsudheendra.hashnode.dev·Jan 12, 2025Decision Tree Algorithm: Your Step-by-Step GuideHi there! 👋 I’m Dhyuthidhar, and if you’re new here, welcome! I love diving deep into Computer Science topics, especially Machine Learning, and sharing my knowledge in a way that’s easy to grasp. Today, I’m here to explain one of the most intuitive ...Machine Learning
Kartavaykartavay.hashnode.dev·Jan 11, 2025Diving into the mathematical aspects of R2, RMSE and MSEIn this article, I will be able to bestow you with my mathematical intuition on the topics mentioned above. After reading this you will be able to get more intuition of what these things are and how to make sense of them. All of these things mentione...MATHS FOR MACHINE LEARNINGRMSE
Sophia SmithforNew Assignment Help USAnewassignmenthelpusa.hashnode.dev·Jan 8, 2025What Are the Strengths and Weaknesses of Math Students?Math students, bless their hearts, are a unique bunch. They’re the ones who geek out over equations, love cracking tough problems, and sometimes stare at a blackboard full of symbols like it's a treasure map. But let’s face it—math isn’t everyone's c...Mathematics
Platwoindiegamescreation.hashnode.dev·Jan 7, 2025Vulkan's Stencil BufferIntroduction Welcome back to my blog series showing my progress towards creating my own custom game engine using C++ and Vulkan. This process so far has taught me a massive amount, and I have been enjoying every moment of it so far. For anyone who ha...stencil buffer