Skip to content

ALUDeveloperStudentClub/ML_Study_Jams_Teachable_Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

ML_Study_Jams_Teachable_Machine Activity

Teachable Machine

  1. Checking confidence level
  • Since this is a classification problem, you can incorporate different labels or fields to your training data
  • After the training process , processed to check the confindence level.
  • The entire process is easily iterable on the platform, allowing for repeated iterations to improve the confindence level.

image

image

  1. Exporting your Model

    • Note you can export your model in different formarts
      • In this activity we will use p5.js
  2. p5.js web interface Here is the code on p5.js web editor to get you started on the activitiy(remember to try using your model and see how it performs) :https://editor.p5js.org/WahomeKezia/sketches/NlMlRObdz

image

  1. Next Steps
  • You can import your model into an Android App , google Colab etc. Explore more , don't limit yourself !

  • Share the cool classification problems you have tried , leave a question or a comment as PR or issues to this repo

  • Looking forward to the discusion!