Jainil Prajapatidoreturn.hashnode.dev·11 hours agoDeepSeek R1-Lite-Preview: Revolutionizing AI Reasoning with Transparency and ScalabilityDeepSeek, a Chinese AI venture by High-Flyer Capital Management, has released its newest reasoning-focused large language model (LLM), R1-Lite-Preview, available via its proprietary chatbot platform, DeepSeek Chat. This latest iteration is already ga...Discussai-benchmarks
DbVisualizerforThe Tablethetable.hashnode.dev·Nov 18, 2024Practical MySQL Math Functions for Database WorkFor developers handling calculations directly within databases, MySQL’s math functions are invaluable. From simple rounding to complex trigonometric calculations, these functions support both straightforward and advanced analytic tasks. Here’s a look...DiscussMath
Rajesh Sahurajesh-4.hashnode.dev·Nov 17, 2024The Start: 5 Days, 10+ Math ProblemsOver the last 5 days, I’ve focused on solving math-based coding problems. These problems not only improved my logical thinking but also helped me strengthen the basics of problem-solving. Here are a few things I’ve learned: Breaking complex problems...DiscussPython
Anix LynchProanixblog.hashnode.dev·Nov 4, 2024Learn Math Symbols Through Inspring Philosophy and Data Science (For math hater to love math)∇ (Nabla) – Direction Root Meaning: Guidance or movement. Philosophy: The quest for optimal growth and progress. Data Science: Represents the gradient, guiding the model in finding the path of steepest descent in optimization. θ (Theta) –...DiscussMath
Anix LynchProanixblog.hashnode.dev·Nov 4, 202482 Math Notation Symbols for Data Scientists∇ (Nabla) – Directional Detective: Gradient or vector operator for finding the slope of a function. θ (Theta) – Parameter Setter: Represents model parameters or angles. α (Alpha) – Tuning Fork: Learning rate or significance level. β (Beta) – Multi...DiscussMathForDataScience
Anix LynchProanixblog.hashnode.dev·Nov 4, 2024Math Notation #1 ∇ (Nabla)∇ (Nabla) Nickname: "The Directional Detective" Funny Take: It’s like your friend who always knows which way to turn on a hiking trail to find the best view (or avoid it if you want downhill). What It Does: It points in the direction where the functi...DiscussMath
shohanur rahmanshohan777.hashnode.dev·Nov 2, 2024Leetcode 233 (Number of Digit One) was fun.This one is a math problem. And I enjoyed every bit of cracking the equation. The problem was, “Given an integer n, count the total number of digit 1 appearing in all non-negative integers less than or equal to n.” At first I thought of doing recursi...Discussleetcode
Kazhian Muthusami (Kaz)kazhian.hashnode.dev·Oct 19, 2024Unlocking the Mystery of 6174: The Fascinating Journey of Kaprekar's ConstantIntroduction Dattatreya Ramchandra Kaprekar (Marathi: दत्तात्रेय रामचंद्र कापरेकर; 17 January 1905 – 1986) was an Indian recreational mathematician who discovered the intriguing number known as Kaprekar's constant, named in his honour. Despite lackin...DiscussMathematics
Ivanbyteup.hashnode.dev·Sep 11, 2024Part II: Foundations of Logical Thinking in Programming, Logical ConnectorsLogical Connectors Introduction If you haven't read the previous article If you haven't read the previous article, please read it first to understand the basic concepts quite well. With this second part, I can provide real-life examples of handling u...DiscussMath
Ivanbyteup.hashnode.dev·Aug 27, 2024Foundations of Logical Thinking in ProgrammingThis was an article post on "Dev.to" One of the main concepts in programming is learning conditional logic or control flow logic. Many programming tutorials often cover only the basics of this concept, focusing on the surface level. In the following ...Discussfoundations programming