================== Prompt 1 ================== Create a webpage to train a single neuron. Include a chapter of introduction about linear regession and train one neuron for linear regression. Also include a chapter of discussion about TensorFlow for javascript, and then a button to load the libraries for further processsing. ================== Prompt 2 ================== In chapter 1, draw a picture of one neuron with inputs and one output. Add easy-to-understand example to explain the model. ================== Prompt 3 ================== In chpater 2, include libraries for defining and training models, and the library for web browser visualization. Use the early versions. ================== Prompt 4 ================== In chapter 2, add a button at the end with title "Run". When click on it, add javscript code to include those two libraries. They will be used later. ================== Prompt 5 ================== Add a chapter of discussion about the data from https://storage.googleapis.com/tfjs-tutorials/carsData.json and a button to load the dataset. ================== Prompt 6 ================== Also include a chapter of visualization of the dataset, and select Miles_per_gallon:value and Horsepower:value for training. ================== Prompt 7 ================== Include a chapter to use TensorFlow to define the artificial neural netowor model, and diplay a summary the model. ================== Prompt 8 ================== Include a chapter of preparation of training set, and visualize the inputs and the label. ================== Prompt 9 ================== Include a chapter of the progress of the training of the model. Include a chapter of preparation of testing dataset and its visulization of the first 10 values. ================== Prompt 10 ================== Include a chapter of the confusion matrix.