Kadenze

kadenze_goldsmith_machine_learning_temp_course_card_050715

Welcome to all students enrolled in the Machine Learning for Artists & Musicians online class!

Not enrolled? There’s still plenty of time to join us! Head over to Kadenze to get started.

Install the Wekinator

Please download the Kadenze version of Wekinator to do your assignments.

If you run into installation problems, please see the Troubleshooting page.

You will not be able to do your assignments using the normal version of Wekinator. But you can have both the normal version and Kadenze version installed on the same machine.

Download the Example Bundle

We’ve assembled examples of inputs and outputs, as well as some teaching tools, for you to download and use with Wekinator.

Option A: Get all the source!

Want to jump right in and start with the source code? If so, you can download the very latest source for all examples from github.

OR

Option B: Pick & Choose

1. Start with the Wekinator essentials bundle:

This contains a small number of very useful executable examples for inputs, outputs, and teaching.

Current bundle version (v1.2):

2. Then, head over to the examples page and grab whatever looks like fun!

Install the “WekiInputHelper”

In Session 5, we introduced a new “helper” piece of software that can do some simple processing of features. The WekiInputHelper works with any other feature extractor sending OSC messages, and it allows you to apply processing operations such as:

  • min, max, average, standard deviation of a feature over an analysis window
  • collecting input values into a fixed-length history buffer
  • first- and second-order differences
  • arbitrary mathematical expressions, including those with digital filter notation
  • altering sending behaviour, including rate throttling, or sending only when a trigger condition is satisfied

Download it here:

Instructions for WekiInputHelper are here.