Updated NOTES a bit

This commit is contained in:
Robyn Drake 2023-04-30 13:01:22 -05:00
parent 02cf45f3b1
commit 6463c77ccc
1 changed files with 8 additions and 8 deletions

16
NOTES
View File

@ -1,13 +1,13 @@
From: https://www.w3schools.com/ai/ai_tensorflow_model.asp
A Tensorflow Project
A Tensorflow project has this typical workflow:
Collecting Data
Creating a Model
Adding Layers to the Model
Compiling the Model
Training the Model
Using the Model
Collecting Data
Web Scraping
https://blog.logrocket.com/node-js-web-scraping-tutorial/
Creating a Model
Adding Layers to the Model
Compiling the Model
Training the Model
Using the Model