mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
151 stars 51 forks source link

Tutorial - Various Issues with tutorial sections. #317

Closed smilo7 closed 2 years ago

smilo7 commented 3 years ago

Some minor usability tweaks and small bugs such as broken links. Organised by each section of the tutorial with comments under each section if there were any.

Basics

https://sema.codes/tutorial/01-basics/01-introduction/

https://sema.codes/tutorial/01-basics/02-interface/

^^ leaving these bits unchanged till new design is implemented otherwise we will have to just edit this again.

https://sema.codes/tutorial/01-basics/03-editors/

https://sema.codes/tutorial/01-basics/04-widgets/

Bold bits above moved to a new issue #356

Introduction to the Default Language

https://sema.codes/tutorial/02-live-coding/01-introduction/

https://sema.codes/tutorial/02-live-coding/03-variables/

https://sema.codes/tutorial/02-live-coding/04-sampling/

Machine Learning

https://sema.codes/tutorial/03-machine-learning/01-introduction/

https://sema.codes/tutorial/03-machine-learning/03-streaming-ml-lc/

https://sema.codes/tutorial/03-machine-learning/05-creating-buffers/

https://sema.codes/tutorial/03-machine-learning/06-ml-libraries/ - Perhaps style the links to TensorFlow JS GitHub for example, rather than the raw links. - Link to import tensorflow JS in the code is missing. Add this: importScripts("https://cdn.jsdelivr.net/npm/@tensorflow/tfjs/dist/tf.min.js"); to code.

https://sema.codes/tutorial/03-machine-learning/07-rl-gosling/ - in part 2: live machine learning section, third code example box should contain example with learn instead of predict.

https://dev.sema.codes/tutorial/03-machine-learning/10-regression2/ - change .TRAIN to .COLLECT (feedback from workshop)

(more to come here)

Language Design

https://sema.codes/tutorial/04-language-design/01-introduction/

frantic0 commented 3 years ago

thanks Milo! pushing fixes to develop

frantic0 commented 3 years ago

https://sema.codes/tutorial/03-machine-learning/07-rl-gosling/ - in part 2: live machine learning section, third code example box should contain example with learn instead of predict.

smilo7 commented 2 years ago

Finished changes if they were still applicable (in upcoming PR) Some issues i have moved to a new issue as its a larger problem that needs to be addressed on its own. See #356

Closing this now.