Aayush Dhakalayushdhakal.hashnode.dev·Nov 24, 2023Maths in JavascriptMaths in JavaScript are nothing but a namespace that contains several methods to use functions and properties. The properties and methods of math functions are static. While they serve the same purpose for all engines, they might perform slightly dif...Discussjs maths
Ctangentctangent.hashnode.dev·Oct 8, 2023Maths: Reverse a numberReverse a number Given a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to go outside the signed 32-bit integer range [-2<sup>31</sup>, 2<sup>31</sup> - 1], then return 0. class Solution { public int r...DiscussMaths
aashu pelperfectelearning.hashnode.dev·Sep 2, 2023The Math You Need to Know for Machine LearningDiscover the essential maths behind machine learning. From linear algebra to calculus and statistics, this guide covers it all. Start your AI journey today! 1. Introduction The Math You Need to Know for Machine Learning" is a comprehensive guide to ...Discuss·34 readsMaths
Akinola Raphaelblog.ethicalralph.me·Jul 31, 2023Is Mathematics Really Useless???In a world dominated by technological advancements and data-driven decision-making, it's becoming increasingly evident that mathematics holds a crucial role in shaping our daily lives. While it's not always apparent at first glance, the influence of ...Discuss·5 likes·40 readsMaths
Grut grut.hashnode.dev·May 22, 2023Proof By ContradictionProof By Contradiction is a proofing technique. In this approach, we assume the statement that we are proving to be false. Then, we generate a result that results in contradiction or inconsistency. Please allow me to use an example to elaborate on it...DiscussMaths
ROHAN SINGHrohansingh.hashnode.dev·Mar 11, 2023Intro To Basic Statistics (01)INTRODUCTION Statistics is the discipline that concerns the collection organization analysis interpretation and presentation of data, which means it is a set of rules and concepts for understanding the meaning coming from data. Let me give an illustr...DiscussStatistics - World Of Numbersstatistics
Karan Parekhkaranparekh.dev·Jan 14, 2023Gaussian ReductionTwo simultaneous equations Consider the following system of two simultaneous equations $$\begin{array}{r} & 3a + b = 8 \quad...(1) \\ & a - 2b = 5 \quad...(2) \\ \end{array} $$ We can solve it by multiplying equation (1) by 2 and adding it to equatio...Discuss·134 readsLinear Algebramatrices
AJfor自家学™ HOMESCHO 海外 · 规划 · 提升zijiaxue-1663833457448.hashnode.dev·Oct 6, 2022幼儿园到小学算术进度表分享3-10岁数学启蒙的难点在于把握进度,尊重大脑发展规律。有些我们大人觉得很简单,小孩没发育到位就是怎么搞都不行。搞过头了反而导致孩子压力太大,厌学。 这里整理了一个日本公文教育的3-10岁算术进度表,分享给大家。 不过这只是算术,加减乘除只是数学启蒙中的一小部分。 必须记住,真正的数学应该是一个包含空间、想象力、逻辑、几何等的系统。Discuss·194 readsKids
Saksham Awasthisakshamawasthi.hashnode.dev·Jun 29, 2022What is Deep Learning ?Here , I'll be discussing what is deep learning and what is the statistics or maths involved in it . So , we all know about Elon Musk and what is he doing to the world by his innovations ! It's the face recognition , self driving car and what's he d...Discuss·32 likes·89 readsDeep Learning