This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added example * added co2 net - WORK IN PROGRESS * updated model and loaded data from model * fix unNormalize * refactored code * added axes * added axes * added message about log transform * added legend in html * adds placeholder for titanic example * adds data, constructor, and laodData * adds normalize data function * adds training function * updates example * adds neural network training * Speculative Ideas about Titanic Example (#187) * speculative ideas with example * since it's classification is there a way to mirror other ml5 classification examples? * refactor of titanic example * Adds titanic example to match diy-nn-with-data (#188) * adds experimental csv and specified string as output * working with titanic * update examples - TODO: feed in normalized vals for titanic inputs * adds simple regression example placeholder * adds simple regression example * comments train with options * moves batchSize and epoch options * change to .classify() * updates co2 training sketch with predict vals from 0 - 1 * update to classify * updates basic -- broken * changes inputs and fixes undef. * changes data in basic * whitespace adjustments * some cleanup and ideas for titanic example * speculative port of color classifier example * rm shuffle() * updates color classifier example * change vals to arrays in .addData() * work on neural network color classifier (#190) * small adjustments for testing code with ml5js/ml5-library#574 * example cleanup todos * updates color classifier example to reflect current generic nn * Updating Titanic Example (#191) * redoing titanic example with final cleaned data from @lydiajessup * training is working but issue with predict and passing in strings * working with manually encoding of inputs to predict() * updates titanic sketch * porting tf.js XOR example from coding train challenge (#192) * porting tf.js XOR example from coding train challenge * adding learning rate * noting hiddenUnits variable * updating color classifier see: ml5js/ml5-library#581 * refactor titanic example * using label directly * logs not loss * trying values * moving sketch.js * update simple regression * updates regression sketch * update co2 example * update to use results.outputs * Refactors examples to match diy-nn-refactor branch (#195) * neural noteplayer example * example inspired by Eyeo 2019 Rebecca Fiebrink talk * rename musical mouse example * example tweaks and oscillator * adds refactoring examples * updates examples based in refactor * updates xor" * rm unused co2net * updates examples for regression * updates musical note example * adds experimental normalizationOptions * adds example of multi layered network * changes activations * adds simple classification example * changes .normalize() to .normalizeData() * updates all examples to handle array of .predict() or .classify() output * Pass over DIY interactive data examples (#198) * neural noteplayer example * example inspired by Eyeo 2019 Rebecca Fiebrink talk * rename musical mouse example * example tweaks and oscillator * musical face example * different interface for face example * mouse and pixels cleanup * musical face adjust to new API * code comments * low res pixel comments and naming * Clean-up of interactive neural network examples (#201) * neural noteplayer example * example inspired by Eyeo 2019 Rebecca Fiebrink talk * rename musical mouse example * example tweaks and oscillator * musical face example * different interface for face example * mouse and pixels cleanup * musical face adjust to new API * code comments * low res pixel comments and naming * comments and cleanup for face example * normalize automatically face * DIY Neural Network mouseXY classification example (#199) * neural noteplayer example * example inspired by Eyeo 2019 Rebecca Fiebrink talk * rename musical mouse example * example tweaks and oscillator * musical face example * different interface for face example * mouse and pixels cleanup * musical face adjust to new API * code comments * attempting DIY classification example * ? * fixes outputs and changes function to .classify() * posenet classification example * rm console.log * rm withExpressions in musical face * [diy nn] Updates examples to use labels for inputs/outputs (#205) * updates musical mouse and xy classifier with specific input/output labels * update titles * update text in co2net * adds load data function (#206) * adds xOR example with multiPredict (#207) * [WIP] DIY NN - examples for loading model (#210) * adds loadModel example * updates example showcasing issues * updated example to reflect current ml5-lib temp fix * Updates model_load example (#212) * adds loadModel example * updates example showcasing issues * updated example to reflect current ml5-lib temp fix * updates loading model example
- Loading branch information