February 7th 2022
Zoom Link
https://us02web.zoom.us/j/89231649307?pwd=enhML3VRZTJxZjgvUmNUdTcrWHo3Zz09
Topics Covered:
Installing vvvv nugets
Machine learning 101
- What machine learning allows us to do : show the computer the solution to our problems and let it figure out how to solve it!
- Classic scenarios : regression and classification
- Supervised vs unsupervised machine learning
- Meaning of all machine learning buzzword terms
Using the Wekinator with vvvv
- Wekinator software
http://www.wekinator.org/downloads/ - Installing the VL.Wekinator nuget
https://github.com/sebescudie/VL.Wekinator - Setting up Wekinator for regression and classification scenarios
- Communicating with Wekinator from our vvvv patch
Using RunwayML with vvvv
- Browse all available models
https://app.runwayml.com/models - Installing the VL.RunwayML nuget
https://github.com/vvvv/VL.RunwayML - Hosting a model on RunwayML’s website
- Consuming models in vvvv by creating a configuration file to list our hosted ones
