-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (149 loc) · 9.3 KB
/
index.html
File metadata and controls
170 lines (149 loc) · 9.3 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>TJ Machine Learning Club</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<link rel="stylesheet" href="css/grid12.css">
<link rel="stylesheet" type="text/css" href="css/style1.css" />
<script src="js/modernizr.custom.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-105333430-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="mobile-menu">
<button id="trigger-overlay" type="button" style="background:none; border:none; position: fixed;">
<img src="img/menu.png" alt="Menu" style="max-width:2em">
</button>
</div>
<section class="page-header">
<h1 class="project-name" style="color:#fff">TJ Machine Learning Club</h1>
<h2 class="project-tagline" style="color:#fff">Making AI more accessible</h2>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe10g6jeb8k39RG4RZCrRRyWnltXBFEN6--q4t2xgAo6ddJQA/viewform?usp=sf_link" class="btn" style="color:#fff">Join Us Today</a>
<!-- <a href="https://github.com/nikhilsardana/tjmachinelearning/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/nikhilsardana/tjmachinelearning/tarball/master" class="btn">Download .tar.gz</a> -->
</section>
<div class="container">
<section class="section section--menu" id="Alonso">
<span class="link-copy"></span>
<nav class="menu menu--alonso">
<ul class="menu__list">
<li class="menu__item menu__item--current"><a href="#" class="menu__link">Home</a></li>
<li class="menu__item"><a href="schedule.html" class="menu__link">Lectures</a></li>
<li class="menu__item"><a href="rankings.html" class="menu__link">Rankings</a></li>
<li class="menu__item"><a href="resources.html" class="menu__link">Resources</a></li>
<li class="menu__item"><a href="projects.html" class="menu__link">Projects</a></li>
<li class="menu__item"><a href="submit.html" class="menu__link">Updates</a></li>
<li class="menu__line"></li>
</ul>
</nav>
</section>
</div>
<div class="overlay overlay-hugeinc">
<button type="button" class="overlay-close">Close</button>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="schedule.html">Lectures</a></li>
<li><a href="rankings.html">Rankings</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="submit.html">Updates</a></li>
</ul>
</nav>
</div>
<section class="main-content">
<h3>
<a id="welcome-to-tjhsst-machine-learning" class="anchor" href="#welcome-to-tjhsst-machine-learning" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to TJHSST Machine Learning!</h3>
<p> We are a group of students from Thomas Jefferson High School for Science and Technology who are interested in machine learning. Despite Thomas Jefferson's numerous computer science courses (Mobile & Web App Development, Artificial Intelligence, and Parallel Computing), only the AI course briefly touches on the subject of machine learning.
Our goal is to address the lack of ML curriculum with fun and engaging lectures and competitions.
</p>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>What We Do</h3>
<p>TJHSST Machine Learning Club aims to bring the complex and vast topic of machine learning to high school students. We teach a variety of topics, including SVMs, Neural Networks, Convolutional Neural Networks, Recurrent Neural Networks, and more.</p>
<h3>
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Competitions and Challenges</h3>
<p>We hold challenges every week to supplement the topics we cover in the lectures. Every so often, we have larger competitions, where everyone competes to produce the best solution
to solve real world challenges using actual data. TJHSST Machine Learning also strongly encourages students to take part in external competitions to improve their knowledge.</p>
<h3>
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Sponsorship Information</h3>
<p>TJ Machine Learning Club is proud to be sponsored by <a href="https://software.intel.com/en-us/ai-academy">Intel® Nervana™ AI Academy</a> and <a href="http://www.yext.com/">Yext</a>. We held a deep learning workshop using the <a href='https://software.intel.com/en-us/ai-academy/students/kits/deep-learning-101'>Nervana™ AI Academy Deep Learning Kit</a> on November 17th, 2017, after school at TJHSST. Over 70 students attended!</p>
<p style="text-align:center"><a href="http://yext.com"><img src="img/yext.svg" style="max-width:20em" alt="image" /></a></p>
<p>Interested in sponsoring TJ Machine Learning Club? View our sponsorship information <a href="https://tjmachinelearning.com/resources/SponsorshipInformation.pdf">here</a>, or contact us at <a style="text-decoration: None;" href="mailto:tjmachinelearning@gmail.com">tjmachinelearning@gmail.com</a>.</p>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Leadership</h3>
<div>
<div class="row">
<div class="col-xs-6 col-md-4">
<figure><img src="images/default.png" alt="Mihir Patel" style="width: 5em"></figure>
</div>
<div class="col-xs-6 col-md-8">
<strong>Mihir Patel</strong><br>
Captain<br>
<a href="https://www.github.com/mvpatel2000">Github</a>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-md-4">
<figure><img src="images/default.png" alt="Mihir Patel" style="width: 5em"></figure>
</div>
<div class="col-xs-6 col-md-8">
<strong>Nikhil Sardana</strong><br>
Captain<br>
<a href="https://www.github.com/nikhilsardana">Github</a>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-md-4">
<figure><img src="images/default.png" alt="Mihir Patel" style="width: 5em"></figure>
</div>
<div class="col-xs-6 col-md-8">
<strong>Justin Zhang</strong><br>
Teaching Coordinator<br>
<a href="https://www.github.com/justinz2018">Github</a>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-md-4">
<figure><img src="images/default.png" alt="Mihir Patel" style="width: 5em"></figure>
</div>
<div class="col-xs-6 col-md-8">
<strong>Sylesh Suresh</strong><br>
Teaching Coordinator<br>
<a href="https://www.github.com/sysuresh">Github</a>
</div>
</div>
<h4>Previous Leadership</h4>
<strong>2016-2017</strong><br>
Rohan Suri<br>Nathaniel Choe<br>Nikhil Sardana<br>Mihir Patel
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contact Us</h3>
<p>Any questions? Email us at <a style="text-decoration: None;">tjmachinelearning@gmail.com</a>. Thanks!</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/nikhilsardana/tjmachinelearning"><img src="img/logo.svg" width="100em" style="vertical-align:middle; margin-right:1em"></img></a> is maintained by <a href="https://github.com/nikhilsardana">nikhilsardana</a>.</span>
<br>
<!--<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>-->
</footer>
</section>
<script src="js/classie.js"></script>
<script src="js/demo1.js"></script>
</body>
</html>