-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ab88b7
commit 04c750c
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |