-
Notifications
You must be signed in to change notification settings - Fork 92
Week 8 2019 Fall
Vibert Thio edited this page Nov 5, 2019
·
8 revisions
-
Watch these videos:
-
Use
ml5.neuralNetwork()
to create your own Neural Network with new datasets from.json
,.csv
file or use realtime data like webcam, poses. Think about -- What is the question you are trying to use your Neural Network to answer, is it a classification or a regression problem?
- What kind of data do you need?
- What's the input and output of your Neural Network?
- Does it work well? How can we improve this Neural Network?
-
Add your blog/project link below
- NeuralNetwork_Simple-Classification
- NeuralNetwork_Simple-Regression
- NeuralNetwork_XOR
- NeuralNetwork_basics
- NeuralNetwork_co2net
- NeuralNetwork_color_classifier
- NeuralNetwork_load_model
- NeuralNetwork_load_saved_data
- NeuralNetwork_lowres_pixels
- NeuralNetwork_multiple-layers
- NeuralNetwork_musical_face
- NeuralNetwork_musical_mouse
- NeuralNetwork_pose_classifier
- NeuralNetwork_titanic
- NeuralNetwork_xy_classifier
- The 7 Steps of Machine Learning
- Tensorflow Playground
- Machine Learning Glossary
- ml5 Neural Network Reference
- ml5 Neural Network examples code
- Data Wrangling
- A list of datasets
- Dataset list
- Your name, [Project name](Project Link), Project Description
- Vibert Thio, Create Drum Pattern, slides, play
- Andrew Lee, Observable Test, WIP
- Cara Neel, Cereal Predictor, not totally working :(