-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
268 lines (255 loc) · 15.8 KB
/
faq.html
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<html class="full" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="AI Club UW Madison" />
<meta name="keywords" content="ai, uw, ai-uw, aiwu, ai@uw, madison, artificialintelligence" />
<meta name="author" content="Luke Houge" />
<link rel="shortcut icon" href="images/logo.png">
<meta property="og:title" content="AI @ UW" />
<meta property="og:image" content="images/logo_full_og.png" />
<title>AI @ UW- FAQ</title>
<!-- Custom CSS -->
<link href="css/ai-club.css" rel="stylesheet">
<link href="css/leaders.css" rel="stylesheet">
<link href="css/menu.css" rel="stylesheet">
</head>
<!-- dots canvas-->
<canvas class='connecting-dots'>
</canvas>
<body>
<!-- menu banner-->
<header id="head" class="main-header">
<!-- main menu-->
<ul class="menuLarge">
<li class="menu__item"><a href="about.html">About</a></li>
<li class="menu__item"><a href="faq.html">FAQ</a></li>
<li class="menu__item"><a href="leadership.html">Leadership</a></li>
<li class="menu__item"><a href="roles.html">Join AI@UW</a></li>
<li class="menu__item"><a href="seminars.html">Seminars</a></li>
<li class="menu_item" id="menuLogo"><a href="index.html"><img src="images/logo.png" alt="AI@UW Logo"></a>
<p style="display:none">AI@UW Logo</p>
</li>
<li class="menu__item"><a href="studyGroups.html">Study Groups</a></li>
<li class="menu__item" data-sub="projects"><a href="projects.html">Projects</a></li>
<li class="menu__item"><a href="blog.html">Blog</a></li>
<li class="menu__item"><a href="calendar.html">Calendar</a></li>
<li class="menu__item"><a href="contact.html">Contact</a></li>
</ul>
<!-- mobile friendly menu-->
<ul class="menuSmall">
<li class="menu_item" id="menuLogoMobile"><a href="index.html"><img src="images/logo.png"></a></li>
<li class="menu_item" id="openMenu"><span onclick="openNav()">☰</span></li>
</ul>
<!-- menu dropdown-->
<div class="dropdown-holder">
<div class="dropdown__arrow"></div>
<div class="dropdown__bg">
<div class="dropdown__bg-bottom"></div>
</div>
<div class="dropdown__wrap">
<div class="dropdown-menu" id="studyGroups">
<div class="dropdown-menu__content">
<div class="top-section">
<div class="col-2">
<ul>
<h3 class="dropdownTitle">Active Study Groups</h3>
<ul>
<!-- <li><a href="studyGroups.html#niagi">Neuro-Inspired Artificial General
Intelligence</a></li> -->
<li><a href="studyGroups.html#casg">Causal Architecture Study Group</a></li>
<li><a href="studyGroups.html#dlsg">Deep Learning Study Group</a></li>
<li><a href="studyGroups.html#iaisg">Introduction to AI Study Group</a></li>
<li><a href="studyGroups.html#eaisg">Ethical AI Study Group</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="bottom-section">
</div>
</div>
</div>
<div class="dropdown-menu" id="projects" data-sub="projects">
<div class="dropdown-menu__content">
<div class="top-section">
<div class="col-2">
<ul>
<h3 class="dropdownTitle"><a href="studentProjects.html">Student Run</a></h3>
<ul>
<li><a href="studentProjects.html#att">Algorithmic Trading Team</a></li>
<li><a href="studentProjects.html#eag">Engr-auto Group</a></li>
<li><a href="studentProjects.html#mt">MelodiCoding Team</a></li>
</ul>
</ul>
<ul>
<h3 class="dropdownTitle"><a href="projects.html">Credit/Pay</a></h3>
<ul>
<li><a href="projects.html#1">Application of Machine Learning to Analyze
Molecular Dynamics Simulations</a></li>
<li><a href="projects.html#2">Exploring the Neural Basis of Consciousness</a>
</li>
<li><a href="projects.html#3">Building an Automated Machine Learning Algorithm for Characterization of Anxiety-related Vocalizations in Non-human Primates</a></li>
<li><a href="projects.html#4">Identifying Active Extravasation on Arteriograms
using Machine Learning</a></li>
<li><a href="projects.html#5">Application of Machine Learning to CT
Characterization of Renal Cell Carcinoma</a></li>
<li><a href="projects.html#6">Categorizing Dendritic Spine Morphology</a></li>
<li><a href="projects.html#7">Exploring Error and Model Domains in Materials
Machine Learning</a></li>
</ul>
</ul>
</div>
</div>
<div class="bottom-section">
</div>
</div>
</div>
</div>
</div>
</header>
<!-- mobile friendly side menu-->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<ul>
<li class="menu__item"><a href="about.html">About</a></li>
<li class="menu__item"><a href="faq.html">FAQ</a></li>
<li class="menu__item"><a href="blog.html">Blog</a></li>
<li class="menu__item"><a href="leadership.html">Leaders</a></li>
<li class="menu__item"><a href="roles.html">Get Involved</a></li>
<li class="menu__item"><a href="seminars.html">Seminars</a></li>
<li class="menu__item"><a href="studyGroups.html">Study Groups</a></li>
<ul id="navSubMenu">
<!-- <li><a href="studyGroups.html#niagi">Neuro-Inspired Artificial General Intelligence</a></li> -->
<li><a href="studyGroups.html#casg">Causal Architecture Study Group:</a></li>
<li><a href="studyGroups.html#dlsg">Deep Learning Study Group</a></li>
<li><a href="studyGroups.html#iaisg">Introduction to AI Study Group</a></li>
<li><a href="studyGroups.html#eaisg">Ethical AI Study Group</a></li>
</ul>
<li class="menu__item"><a href="studentProjects.html">Projects: Student Run</a>
<ul id="navSubMenu">
<li><a href="studentProjects.html#att">Algorithmic Trading Team</a></li>
<li><a href="studentProjects.html#eag">Engr-auto Group</a></li>
<li><a href="studentProjects.html#mt">MelodiCoding Team</a></li>
</ul>
</li>
<li class="menu__item"><a href="projects.html">Projects: Credit/Pay</a>
<ul id="navSubMenu">
<li><a href="projects.html#1">Application of Machine Learning to Analyze Molecular Dynamics
Simulations</a></li>
<li><a href="projects.html#2">Exploring the Neural Basis of Consciousness</a></li>
<li><a href="projects.html#3">Building an Automated Machine Learning Algorithm for Characterization of Anxiety-related Vocalizations in Non-human Primates</a></li>
<li><a href="projects.html#4">Identifying Active Extravasation on Arteriograms using Machine
Learning</a></li>
<li><a href="projects.html#5">Application of Machine Learning to CT Characterization of Renal Cell
Carcinoma</a></li>
<li><a href="projects.html#6">Categorizing Dendritic Spine Morphology</a></li>
<li><a href="projects.html#7">Exploring Error and Model Domains in Materials Machine Learning</a>
</li>
</ul>
<li class="menu__item"><a href="calendar.html">Calendar</a></li>
<li class="menu__item"><a href="contact.html">Contact</a>
<ul id="navSubMenu">
<li class="menu__item"><a href="https://wisconsinai.slack.com/">Slack Link</a></li>
<li class="menu__item"><a href="mailto:[email protected]">Email</a></li>
<li class="menu__item"><a href="http://eepurl.com/dMyKlQ">Newsletter Sign-up</a></li>
</ul>
</li>
</ul>
</div>
</header>
<!-- mobile freindly side menu-->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<ul>
<li class="menu__item"><a href="about.html">About</a></li>
<li class="menu__item"><a href="faq.html">FAQ</a></li>
<li class="menu__item"><a href="leadership.html">Leaders</a></li>
<li class="menu__item"><a href="roles.html">Get Involved</a></li>
<li class="menu__item"><a href="seminars.html">Seminars</a></li>
<li class="menu__item"><a href="studyGroups.html">Study Groups</a></li>
<ul id="navSubMenu">
<!-- <li><a href="studyGroups.html#niagi">Neuro-Inspired Artificial General Intelligence</a></li> -->
<li><a href="studyGroups.html#casg">Causal Architecture Study Group:</a></li>
<li><a href="studyGroups.html#dlsg">Deep Learning Study Group</a></li>
<li><a href="studyGroups.html#iaisg">Introduction to AI Study Group</a></li>
<li><a href="studyGroups.html#eaisg">Ethical AI Study Group</a></li>
</ul>
<li class="menu__item"><a href="studentProjects.html">Projects: Student Run</a>
<ul id="navSubMenu">
<li><a href="studentProjects.html#att">Algorithmic Trading Team</a></li>
<li><a href="studentProjects.html#eag">Engr-auto Group</a></li>
<li><a href="studentProjects.html#mt">MelodiCoding Team</a></li>
</ul>
</li>
<li class="menu__item"><a href="projects.html">Projects: Credit/Pay</a>
<ul id="navSubMenu">
<li><a href="projects.html#1">Application of Machine Learning to Analyze Molecular Dynamics
Simulations</a></li>
<li><a href="projects.html#2">Exploring the Neural Basis of Consciousness</a></li>
<li><a href="projects.html#3">Building an Automated Machine Learning Algorithm for Characterization of Anxiety-related Vocalizations in Non-human Primates</a></li>
<li><a href="projects.html#4">Identifying Active Extravasation on Arteriograms using Machine
Learning</a></li>
<li><a href="projects.html#5">Application of Machine Learning to CT Characterization of Renal Cell
Carcinoma</a></li>
<li><a href="projects.html#6">Categorizing Dendritic Spine Morphology</a></li>
<li><a href="projects.html#7">Exploring Error and Model Domains in Materials Machine Learning</a>
</li>
</ul>
<li class="menu__item"><a href="calendar.html">Calendar</a></li>
<li class="menu__item"><a href="contact.html">Conact</a>
<ul id="navSubMenu">
<li class="menu__item"><a href="https://wisconsinai.slack.com/">Slack Link</a></li>
<li class="menu__item"><a href="mailto:[email protected]">Email</a></li>
<li class="menu__item"><a href="http://eepurl.com/dMyKlQ">Newsletter Sign-up</a></li>
</ul>
</li>
</ul>
</div>
<!-- header -->
<div class="head"><h1>FAQ's</h1>
<h2>Frequently Asked Questions</h2>
</div>
<!-- main content -->
<div class="main" id="faq">
<h3>I am a Freshman in CS. Is this club for me?</h3>
<p>Absolutely! We jump-start freshmen into their AI careers by providing study-groups, workshops, tutorials, and hands-on learning opportunities.</p>
<hr>
<h3>What study groups are recommended for a freshman to join?</h3>
<p>Getting the basics down for both machine learning and deep learning will go a long way to prepare you for more challenging engineering project work in the future. We recommend beginners in AI/ML start with #study-ml, #study-dl, and/or #study-tensorflow as one of the core beginner groups. In study-ml, students will work through coursera’s ML course together. In study-dl, students will learn the basics of deep learning theory (also using coursera as the primary learning material). In study-tensorflow, students will learn how to build deep neural nets using specialized software (tensorflow) with the help of our club president, Declan. <br><br>If you have to choose only one group to join as a beginner in the field, choose one of the above study groups. <br><br>After that, you’re welcome to check out some of the engineering groups we have available. Prerequisites to join these groups can be found in the channel descriptions for each group as well as the projects page on our website. In general, you should contact group leaders for clarification regarding a specific group/project.</p>
<hr>
<h3>When are the meetings?</h3>
<p>Our intent is for individual groups (i.e. study groups & project groups) to set up their own regular meeting times. Contact <a href="leadership.html">group leaders</a> for their regular meeting schedule. In addition to these meetings, we have org-wide meetings scheduled every month, socials, and occassional guest speakers that give tech talks (if you want a platform to present your ideas/research, let us know and we might be able to arrange something). Be sure to check out our website’s ‘calendar’ tab for event details. There’s an option to add the calendar to your current Google Calendar on that page (click the plus button).</p>
<hr>
<h3>How do I join AI@UW’s official mailing list?</h3>
<p>Our email list is moderated through Slack–If you’d like to receive emails regarding club events and projects, please join the Slack group (see ‘Slack’ tab on homepage of our website)!</p>
<hr>
<h3>How much are dues? How do I pay them?</h3>
<p>You can pass the dues onto a member of the executive team or venmo our head of finance, @RakshithPadmanabha.<br><br> Dues: 1 Semester: $15, 2 Semesters: $20, 2 Semesters + Shirt: $40</p>
<hr>
<h3>I am an AI at UW Alumni. How do I stay in touch?</h3>
<p>Join our Alumni network at <a href="https://www.linkedin.com/groups/13562652/">linkedin</a></p>
<h3>If I have a project idea, how can I find people to help me?</h3>
<p>The best way to get your project off the ground is to email us a week or two before the semester starts. This way, we can help you create a couple of slides to pitch your project at our kickoff meeting. If you want to start a project mid-semester, you can try to find support for your idea via describing it in our #group-ideas channel on Slack.</p>
<hr>
<h3>How much time per week should I expect to spend on the project or the study groups? (Is every meeting mandatory? )</h3>
<p>It depends on which groups you are in. Generally speaking, if you are in study groups, the expected time commitment would be 2-3 hours weekly (if there is a programming assignment, you might expect to spend more time working on that). However, project groups might be slightly more time-consuming. We don’t recommend getting involved in more than two groups in a given semester</p>
<hr>
<h3>How do I know if I am qualified to join in the project groups? </h3>
<p>Project groups will be advertised in our newsletters at the start of each semester as well as during our kickoff meetings. In addition, we try to keep our website up-to-date with all ongoing projects. Prerequisites will be listed next to each project description (on newsletter/website/kickoff slides).</p>
<hr>
<h3>If I missed the first several meetings, can I still join in the groups? (Can I join in the groups halfway through the semester?)</h3>
<p>You should message the group leader to find out. Some groups progress in content, while some have meetings which act as standalone events (and don’t depend on past meetings).</p>
<hr>
<h3>Can I join multiple groups?</h3>
<p>We strongly recommend students do not attempt to be involved with more than two project groups.</p>
<hr>
</div>
<!-- Scripts -->
<script src="js/background.js"></script>
<script src="js/menu.js"></script>
<script src="js/sideNav.js"></script>
</body>
</html>