File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# 1. Introduction to AI and Neural Networks
22
3- Welcome to the repo for ACM AI's first workshop on AI and Neural Networks, hosted in fall 2020
3+ Welcome to the repo for ACM AI's first workshop on AI and Neural Networks, hosted in fall 2020. Slides are here:
4+ https://docs.google.com/presentation/d/1a9TwuZkqAwEvo1eCFcL-Hub1OiJNxzidvtBaL3OwLWQ/edit?usp=sharing
45
56Here's a quick run down of what was in the workshop!
67
781 . What is AI?
892 . Stats and history of AI
9103 . What is AI all about? Is it just Neural Networks? (answer is no)
10114 . Applications
11- 5 . What is a Neural Network?
12+ 5 . What is a Neural Network?
12136 . What is a Neuron? Biologically and Computationally?
13147 . Weights and Biases of a Network
14158 . Activation Functions
@@ -17,6 +18,7 @@ Here's a quick run down of what was in the workshop!
171811 . Resources
1819
1920In this folder there is also code for various work we demoed in the workshop. We use the ` numpy ` package to do our demos. To download it, do
21+
2022```
2123pip install numpy
22- ```
24+ ```
Original file line number Diff line number Diff line change 22
33This is the repository with all workshop content code etc. for ACM AI, with content organized by quarter offered
44
5- Check out https://ai.acmucsd.com for more details about upcoming workshops and the exciting stuff going on at ACM AI!
5+ Check out https://ai.acmucsd.com for more details about upcoming workshops and the exciting stuff going on at ACM AI!
You can’t perform that action at this time.
0 commit comments