Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Apr 11, 2024
1 parent 9ab88b7 commit 04c750c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# AI "Hello, World" in TensorFlow.js

[Slides](https://acmcsuf.com/ai-hello-world) | [Demo](https://acmcsufoss.github.io/ai-hello-world)

**Project description**: MNIST digit classification in TensorFlow.js, the "Hello, World" of AI projects.

## Reference

- [Handwritten digit recognition with CNNs](https://codelabs.developers.google.com/codelabs/tfjs-training-classfication/index.html) TensorFlow.js codelab.
- [But what is a neural network?](https://www.youtube.com/watch?v=aircAruvnKk) by [**@3b1b**](https://github.com/3b1b).

### Daniel Shiffman

Resources from [**@shiffman**](https://github.com/shiffman):

- ["Intro to Neural Networks" playlist](https://www.youtube.com/watch?v=XJ7HLz9VYz0&list=PLRqwX-V7Uu6aCibgK1PTWWu9by6XFdCfh).
- [MNIST Hello World Tutorial](https://www.youtube.com/watch?v=KhogNPC24eI&t=4530s).
- [Nature of Code: Chapter 10, Neural Networks](https://natureofcode.com/book/chapter-10-neural-networks/) by [**@shiffman**](https://github.com/shiffman).

---

Programmed with 💖 [**@acmcsufoss**](https://github.com/acmcsufoss)

0 comments on commit 04c750c

Please sign in to comment.