Machine Learning Blog Posts

February 12th, 2025
  • Code Fun
  • Grok
  • LMMS
  • Machine Learning
  • Midi
  • Music

LMMS Channel Separator

Problem: I want to play 2 different instruments from my midi keyboard BUT! … My Midi doesn’t support output to different channels in any sort of split style! So I had Grok write a javascript page separating my keyboard below Middle C (Channel 3) and Middle C and up (Channel 4). https://web.develevation.com/midi-channler Now, I can […]

February 1st, 2024
  • Creation
  • Midjourney
  • Story

Clang Clang Stan

October 16th, 2023
  • Midi
  • Midjourney
  • Music

Songs

Your browser does not support the audio element. Phantom Klowns Duck Song Tetris Pink Panther

April 24th, 2023
  • Machine Learning
  • Pytorch

Notes For – Building makemore Part 5: Building a WaveNet

makemore: part 5¶ In [1]: import torch import torch.nn.functional as F import matplotlib.pyplot as plt # for making figures %matplotlib inline In [2]: # read in all the words words = open('names.txt', 'r').read().splitlines() print(len(words)) print(max(len(w) for w in words)) print(words[:8]) 32033 15 ['emma', 'olivia', 'ava', 'isabella', 'sophia', 'charlotte', 'mia', 'amelia'] In [3]: # build the vocabulary of characters […]

April 21st, 2023
  • Machine Learning
  • Speculation

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 […]

April 4th, 2023
  • Machine Learning

Notes for – Building makemore Part 5: Building a WaveNet

Homework:

March 27th, 2023
  • Machine Learning

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 […]

March 24th, 2023
  • Machine Learning

Jungle Beats

I could have the baddest jungle beats. Why do I not have them yet? Because I have not trained my neural net.

March 21st, 2023
  • Investing
  • Machine Learning
  • Speculation
  • Tesla

Tesla Stock Prediction 2023-03-21

In [483]: # This Python 3 environment comes with many helpful analytics libraries installed # It is defined by the kaggle/python Docker image: https://github.com/kaggle/docker-python # For example, here’s several helpful packages to load import numpy as np # linear algebra import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv) # Input data files […]


1

Partners & Resources


© 2017 DevElevation.com
Planet Earth
Privacy Policy