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 me too long to write verse, chorus, bridge and other parts on bass. Hopefully, reducing the work will enable me to complete songs more consistently.
I'm also trying to get better at mixing tracks. I tried out a recommendation to bring all the tracks to -18db before mixing then adjusting beneath that ceiling. Then gain, eq, compression, limit on the stereo out channel. I like how it sounds.
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 for generating features, training models and running model experiments.
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 Bells in the bridge.
Open MySQL Workbench. Click Database -> Connect to Database
The local MySQL server should be running on Hostname: 127.0.0.1 and Port 3306. Your hostname or IP address may be different if you are connecting to another host running MySQL. Click on “Password” to enter the password generated during installation.
Save the password here:
Now that you connected to the server, list the installed databases using.
SHOW SCHEMAS
You should see the following output similar to this:
Creating the Diabetes Database
In MySQL workbench, execute “create_diabetes_db.sql” using “File -> Open SQL Script”.
Once the file is open, use Command-A to “Select ALL” - or (Edit -> Select ALL). This is a big file so you’ll only see the beginning part in the window.
Now Click the Execute button (leftmost lightning bolt). The “Action Output” window should show something similar to the output below. There are lot of commands in this file but you should see some “CREATE TABLE” and “INSERTS” statements.
Now create a new “Query Tab”. (File -> New Query Tab) or COMMAND-T then try the query:
SELECT * FROM patients;
The result grid pane should show something similar to the following.
I also waited far too long to develop a method to test my model using a subset of the training data, so I could test whether changes to my model improved and reduced performance. It turns out that my model trained on a 25% sample performed just as well as a model trained on 100%. I should have spent more time trying different models with the 25% sampled data.
I'm thankful for the Discussion Forum and final peer review process. Both helped me learn how I can improve my model and demo application. I really appreciate the instructors for creating this specialization. I've learned a lot.
Qualitative Activity Recognition of Weight Lifting Exercises Data : In this project, we use R to build a classifier using the sensor data. The data consists of training set containing over 19000 samples, each with 152 variables and classe outcome variable with the value ‘A’, ‘B’, ‘C’, ‘D’ or ‘E’. The testing set consists of 20 samples without the classe outcome variable. The goal is to build a classifier using the training data to predict the classe of the testing data.
Data
The project uses sensor data collected by Groupware@LES