
College Level Algebra Full Course with Python Code
Learn college Algebra from an experienced university mathematics professor in this video from freeCodeCamp.org. Syllabus & Code.
Read More
Why the number 0 was banned for 1500 years
- Frank
- December 8, 2022
- Math
Jade explains why zero may just be the most dangerous number.
Read More
Can the Same Net Fold into Two Shapes?
Stand up maths has some origami kind of fun.
Read More
AI Just Solved a 53-Year-Old Problem! | AlphaTensor, Explained
In a year where we’ve seen Artificial intelligence move forward in a significant way, AlphaTensor is the most exciting breakthrough we have accomplished. This video briefly introduces AlphaTensor and what it means for humanity.
Read More
Millennium Problems: Math’s Million Dollar Bounties
- Frank
- November 14, 2022
- 1 million dollar question
- Construction
- david hilbert
- david hilbert mathematician
- engineering
- history of mathematics
- infiniteexpertise
- math’s Million Dollar Bounties
- mathematician
- Mathematics
- Megaprojects
- Millennium Problems
- million dollar question hindi
- np complete
- p versus np
- p versus np problem
- p vs np example
- p vs np explained
- p vs np problem
- P vs np proof
- projects
- sideprojects
- top 7 unsolved million dollar problems
- top unsolved mysterious problems
For those not willing to roll the dice that their mathematical discoveries will be important enough to earn one of these large cash rewards, there is good news. There are a number of specific math problems for which there is a cash bounty given to the first person to solve them. The most famous of […]
Read More
How to Learn Math With Zero Knowledge
This video shows you how to learn math with no previous background. The book covers the very basics of algebra as well as some statistics and probability theory. It is called Everything You Need to Ace Pre-Algebra and Algebra I in One Big Fat Notebook.
Read More
This is a game changer! (AlphaTensor by DeepMind explained)
- Frank
- October 19, 2022
- AI
- ai matrix multiplication
- alpha tensor
- alpha tensor explained
- alpha zero
- alphatensor explained
- AlphaZero
- alphazero math
- artificial intelligence
- Arxiv
- Deep Learning
- deep learning tutorial
- Deep Mind
- DeepMind
- deepmind alphatensor
- deepmind math
- explained
- google deep mind
- google deepmind
- introduction to deep learning
- Machine Learning
- matrix multiplication
- matrix multiplication reinforcement learning
- Neural Networks
- Paper
- what is deep learning
Matrix multiplication is the most used mathematical operation in all of science and engineering. Speeding this up has massive consequences. Thus, over the years, this operation has become more and more optimized. A fascinating discovery was made when it was shown that one actually needs less than N^3 multiplication operations to multiply to NxN matrices. […]
Read More
Researchers Use Group Theory to Speed Up Algorithms — Introduction to Groups
This is the most information-dense introduction to group theory you’ll see on this website. If you’re a computer scientist like me and have always wondered what group theory is useful for and why it even exists and furthermore don’t want to bother spending hours learning the basics, this is the video for you. We cover […]
Read More
How to implement Naive Bayes from scratch with Python
- Frank
- September 17, 2022
- Bayes
- Python
In the 6th lesson of the Machine Learning from Scratch course, learn how to implement the Naive Bayes algorithm. You can find the code here: https://github.com/AssemblyAI-Examples/Machine-Learning-From-Scratch
Read More
CUDA Multi-GPU Segmented Sieve of Eratosthenes to find the Nth prime
- Frank
- September 12, 2022
- CUDA
- Math
In this tutorial, see a clean implementation of the segmented sieve of Eratosthenes in CUDA C++. The segmented sieve method enables you to benefit both from parallelism (multiple chunks being processed at once) and locality of reference (chunks fitting into CPU cache, therefore being computed faster). Being run on the GPU, many tens of thousands […]
Read More