November 2024 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Now Reading
Planned books:
None
Current books:
-
Mathematics for the Digital Age and Programming in Python by Maria Litvin and Gary Litvin
-
Statistics In Plain English by Timothy C. Urdan
Recent books:
- Practical Machine Learning in R by Fred Nwanganga, Mike Chapple
- Statistical Inference via Data Science: A ModernDive into R and the Tidyverse by Chester Ismay and Albert Y. Kim
- The Nature of Code by Daniel Shiffman
- Story: Substance, Structure, Style and the Principles of Screenwriting by Robert McKee
- The Red Queen: Sex and the Evolution of Human Nature by Matt Ridley
-
Tag Archives: Python
Implementing Matrix Multiplication Algorithms Discovered By DeepMind’s AlphaTensor
Last week there was a lot of excitement when DeepMind’s AlphaTensor discovered some new algorithms for doing matrix multiplication. Implementing these algorithms in Python should have been a trivial task but I could not find any source code. After a … Continue reading
Posted in Artificial Intelligence, Programming, Python, Technology
Tagged AlphaTensor, DeepMind, Math, Matrix Multiplication, Python
Leave a comment
Computer Science Research
I have not written a blog post in a long time but that does not mean I have not been working on my computer science skills. Actually I have significantly advanced my programming skills. I just have not taken the … Continue reading
Studying Artificial Intelligence
Since at least April 2017 I have been studying artificial intelligence. So far this has been an idle line of research since I have not found any practical use of artificial intelligence software, but it remains a fascinating subject. I’ve … Continue reading
My First GitHub Repository
I have begun to do my research on San Francisco which will be the next major city I visit. San Francisco is a particularly interesting city because it is close to Silicon Valley. A large number of technology companies are … Continue reading