-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·23 lines (22 loc) · 1.17 KB
/
about.html
File metadata and controls
executable file
·23 lines (22 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: about
title: About
permalink: /about/
---
<div class="container mb">
<div class="row centered">
<div class="col-md-offset-4 col-md-4">
<h2>About The Club</h2>
</div>
</div>
<div class="row centered">
<div class="col-md-12">
<p>
The University of Florida's Artificial Intelligence Club is a group dedicated to the study, discussion, and application of artificial intelligence.
</p>
<p>
Founded in the spring of 2016 as a special interest group within UF's Association for Computing Machinery (ACM) chapter, the AI Club aims to foster a welcoming community of students interested in artificial intelligence. This semester we will be focusing on our bootcamp program intended to prepare our members to compete in data science competitions hosted by organizations such as Kaggle. We hope for our members to come away from our workshops having gained understanding of and familiarity with intelligent systems as well as practical experience implementing and applying them.
</p>
</div>
</div> <!--/row-->
</div> <!--/container-->