I wanted to create a Roblox game. It was coming along slowly. I insist on developing in Linux which means I had to Wine Roblox Studio. After working several days, I was dissappointed with my progress. The game was to captue a flag and bring it to the top of an obby. First person shooter. […]
Blog Posts
What are we going to do when the machines are better than us at everything?
Pace of AI has been insane. Humans have challenges. Health, alertness, impairment, dietary needs, bathroom breaks, repetitive strain injuries etc. Robots just go as long as the electrons flow. But what about the mind? Certainly, we will be more creative than the robots, right? Nope. Not only can a program generate art in seconds (what […]
Is Tesla building a fleet?
If you look at Tesla’s quarterly numbers, lately you can see that lately, the gap between production and deliveries is widening. Undelivered cars are increasing. There have been explanations for this. ie: The cars are en route to customers, there aren’t enough ships to transport them all. The end-of-quarter push no longer makes sense. Perhaps, […]
Notes for – Building makemore Part 4: Becoming a Backprop Ninja
makemore: becoming a backprop ninja¶ swole doge style In [52]: # there no change change in the first several cells from last lecture In [53]: import torch import torch.nn.functional as F import matplotlib.pyplot as plt # for making figures %matplotlib inline In [54]: # read in all the words words = open('names.txt', 'r').read().splitlines() print(len(words)) print(max(len(w) for w in […]
Jungle Beats
I could have the baddest jungle beats. Why do I not have them yet? Because I have not trained my neural net.