This repository was archived by the owner on Jan 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathneurallogical.html
More file actions
41 lines (40 loc) · 2 KB
/
neurallogical.html
File metadata and controls
41 lines (40 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: default
title: "Neural Logical: Bit by Bit"
banner-title: "Neural Logical"
scripts:
- "signup.js"
style: programdetails.css
---
<div id=uncommonsense>
<h1>Neural Logical</h1>
<div class="details-container">
<div class="details-item">
<p><strong>What: </strong>Neural Logical is a two-week summer camp that teaches highschoolers the
intricacies of neural networks in the Keras framework. From playing with a neural network to learning
the concepts and math behind it, students will learn everything they need to know to code their own
neural networks to analyze feature sets, numerical data, and images! By the end of the program, students
will have built a feedforward neural net to predict housing prices and a convolutional neural network to
identify tumors in MRI imaging data.</p>
<p><strong>Who: </strong>Any high school student who knows the foundations of Python. No experience in
neural networks necessary!</p>
<p><strong>Where: </strong>Online. Join us from anywhere!</p>
<p><strong>Cost: </strong>
Completely free for anyone who wishes to sign up!
<!--<a href="{{ 'donate.html' | relative_url | remove: '.html' }}">
Click here</a> to contribute.-->
</p>
</div>
<div class="details-item" id="orange-box">
<div id="white-box">
<p><strong>Important Note: </strong>Neural Logical has been postponed. Please come back next year for
information about the program!</p>
<!-- <a href="https://forms.gle/ngtXGwpqJJWC5MAPA"><button class="action-button largebutton">
Sign Up</button></a> -->
<div class="neural-background">
<img src="imgs/NeuralPageBackground.svg" alt="nodes-background-img">
</div>
</div>
</div>
</div>
</div>