🎧 Play along: https://simplejamstudio.com/sketch/65... 🎹 Build your own: https://simplejamstudio.com Hey! I'm trying a simple jam with a slash chord. A slash chord is just a regular chord with a specific bass note forced to the very bottom. Here we're using the I with its major third in the bass — so Db becomes Db/F. Heads … Continue reading Jam in D flat and experimenting with slash chords →
Practicing 2-5-1s with SimpleJamStudio. Here's the shared link with the practice track: https://simplejamstudio.com/sketch/4daf5a51-e3d0-4f9e-84fd-7c0e515474cf
I finally got this project out. Thanks to Claude Code #lol Here's a shared link with the practice track: https://simplejamstudio.com/sketch/b1707021-8598-42c0-a9af-c1b93795aefc
technicalelvis · The Horse I finally got my Fodera after 13 months! It was tricky to EQ. Now I know why most session musicians use a Fender Precision bass. 🙂 I'm experimenting with a new writing process where I write a 4-measure bass line then use Logic Pro instruments to complete the song. It takes … Continue reading The horse →
Kaggle Competition Goal Detect which loans are at risk of default using credit application data and 3rd party credit data. My Approach Fetch the Kaggle competition data from the Home Credit Default Risk Competition, generate numeric and categorical features then build models using Tensorflow, Scikit-Learn and XGBoost. Github See my kaggle_credit_risk github repo to view the source … Continue…
Inspired by watching a slow-motion video of my kids jumping into a pile of leaves. The track uses fretted bass in the "lead" track with "Phantom Tremelo" guitar effect. Fretless bass in the "bass" track with a little chorus after the bridge. MIDI Moonlight Ark synths in the background. MIDI Hypnotic Synth arpeggiator and Delicate … Continue reading Jumping in the leaves →
Introduction This tutorial demonstrates how to use MySQL and MySQL Workbench to create and explore a MYSQL database containing diabetes treatment records. Original Dataset I generated the SQL for this tutorial using the Diabetes Data Set from the UCI Machine Learning Repository. I added a "patients" table using random celebrity names. MySQL Setup The raw … Continue reading Data 101: MySQL Tutorial…
Kaggle Competition Goal Detect seizure (preictal) or non-seizure (interical) segments of intracranial electroencephalography (iEEG) data. See Kaggle EEG Competition page for more details. My Approach: Extract basic stats and FFT features for non-overlapping 30-second iEEG windows Detect signal drop out and impute missing data with mean for each feature per window Predict seizure and non-seizure ……