- This event has passed.
7 PM – AI / ML – Shawn
November 28, 2023 @ 6:00 pm - 7:00 pm
Today We Did
- Finish digit recognition: https://colab.research.google.com/drive/1cd0XPCVHW7UayBotJqvyAlNDQ-yLHYpJ?usp=sharing
Homework
- Try the following code:
from google.colab import files file = files.upload()
Try passing in the file you upload into model.predict, and see how it does!