diff --git a/_config.yml b/_config.yml index 66ae5fa..76deb11 100755 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ # Site settings title: 'The Agency' -description: 'The undergraduate AI/ML club at GT.' +description: 'The AI/ML club at GT.' baseurl: '' # the subpath of your site, e.g. /blog url: 'https://gtagency.github.io' # the base hostname & protocol for your site diff --git a/_layouts/cover.html b/_layouts/cover.html index c339dc2..da2f17c 100644 --- a/_layouts/cover.html +++ b/_layouts/cover.html @@ -36,15 +36,11 @@

- Welcome to The Agency.
We're the AI/ML club
at Georgia Tech. + Welcome to The Agency.


-

- We host talks every Wednesday at - 6:30PM (Now Klaus 1456) and work on - projects on Tuesdays at 6:30PM (Now - Klaus 1443). -

+

The community for ambitious students, researchers, and builders of intelligent machines. + Want to help us build something great?


{{ page.aboutus }} @@ -80,14 +76,28 @@

Stay Connected

diff --git a/about.html b/about.html index f292b54..51b2837 100644 --- a/about.html +++ b/about.html @@ -6,252 +6,293 @@ title: About includecss: aesthic.css --- +
-
-
-

History

-

The Agency at Georgia Tech was founded in early 2013 when a - likeminded group of students decided that they wanted to build a - self driving car. Jesse Rosalia, Rachel Clark, Alex Linton, and a - few friends petitioned the College of Computing for funding, bought - a power wheels, and through sheer grit and determination managed to - get computing hardware and actuators mounted on it.

-
-

By Fall 2014, the club had partnered with the Robojackets to - build a new, larger vehicle: Buzzmobile. It became the club’s - main development platform, and successfully1 drove itself - in the 2014 Ramblin’ Reck’ Homecoming Parade.

-
-

Since 2014, the club has grown. The founders all graduated, and - the new leadership focused on teaching students about general AI and - machine learning instead of just autonomous vehicles. That generation - also graduated, and has gone off to work on exciting research problems - in industry.

-
-

Currently, our club is at its largest. The new - ML@GT unit has given our club - members access to advanced talks from outside researchers, and - provided a great resource for our members interested in - undergraduate research. As a club, we've partnered with other - campus organizations to enhance the student experience through events - like ML workshops and a Grad School Interest dinner. More exciting - collaborations are in the works!

-
- 1 mostly -
-
-
-
-

Resources

-
-
- Check Slack and FB for location updates! -
    -
  • -

    Project Meeting:

    -

    Tuesdays 6:30 Klaus 1456

    -
  • -
  • -

    Lecture Meeting:

    -

    Wednesdays 6:30 Klaus 1456

    -
  • -
  • -

    Deep Learning Reading Group:

    -

    Alternating Wednesdays 7:30 Klaus 1456

    -
  • -
-
-
- -
-
-

ML@GT

- -
+
+
+

History

+

+ The Agency at Georgia Tech was founded in early 2013 when a likeminded + group of students decided that they wanted to build a self driving car. + Jesse Rosalia, Rachel Clark, Alex Linton, and a few friends petitioned + the College of Computing for funding, bought a power wheels, and through + sheer grit and determination managed to get computing hardware and + actuators mounted on it. +

+
+

+ By Fall 2014, the club had partnered with the Robojackets to build a + new, larger vehicle: Buzzmobile. It became the club’s main development + platform, and successfully1 drove itself in the 2014 Ramblin’ + Reck’ Homecoming Parade. +

+
+

+ Since 2014, the club has grown. The founders all graduated, and the new + leadership focused on teaching students about general AI and machine + learning instead of just autonomous vehicles. That generation also + graduated, and has gone off to work on exciting research problems in + industry. +

+
+

+ Currently, our club is at its largest. The new + ML@GT unit has given our club + members access to advanced talks from outside researchers, and provided + a great resource for our members interested in undergraduate research. + As a club, we've partnered with other campus organizations to enhance + the student experience through events like ML workshops and a Grad + School Interest dinner. More exciting collaborations are in the works! +

+
+ 1 mostly +
+
+
+
+

Resources

+
+
+
-
-
-

Current Officers

- -
-
-

Notable Alumni

- -
+
+
-
-
-
-

Photos

-
- {% assign sorted_files = site.static_files | sort: 'name' | reverse %} - {% for photo in sorted_files %} - {% if photo.path contains 'photos/' %} -
-
- -
+
+ +
-
+
+
+
+

Current Officers

+ +
+
+

Notable Alumni

+ +
+
+
+
+
+

Photos

+
+ {% assign sorted_files = site.static_files | sort: 'name' | reverse %} {% + for photo in sorted_files %} {% if photo.path contains 'photos/' %} +
+
+ +
+
+ {% endif %} {% endfor %} {% for vid in site.data.videos %} +
{{ vid.embed }}
+ {% endfor %} +
+
diff --git a/poster.html b/poster.html index 0fea105..d12a38b 100644 --- a/poster.html +++ b/poster.html @@ -1,6 +1,6 @@ --- layout: redirect -redirect: https://forms.gle/rJNaDUc6uzA7qGzL6 +redirect: https://forms.gle/4RE3ijpPALtA2q526 title: Poster permalink: /poster title: Poster diff --git a/projects.html b/projects.html index c0f8ea6..400d4fe 100644 --- a/projects.html +++ b/projects.html @@ -5,108 +5,175 @@ permalink: /projects title: Projects --- +

Ongoing

-
-
-

Natural Language Generation

-

Training GPT-2 on r/gatech and create a bot to post on the subreddit.

-
-
-

MineRL

-

Using RL techniques to train an agernt to play Minecraft and other video games

-
-
-

Style Transfer

-

Comparing different approaches to image style transfer

-
-
-

DeepWeeb

-

Generating manga from stick-figure drawings

-
-
-

Intro Tutorials

-

A new tutorial or workshop on introductory topics each week.

-
+
+

+ Help Us Plan The Next Project +

+

+ We're looking for people to help us plan the next projects for Fall 2024. +

+

Past Projects

-
-
-

Even Robots Can Find Love

-

Apply clustering algorithms on people's preferences to find them their ideal match <3

-
-
-

RL to Walk

-

Reproducing those videos of DeepMind humanoids learning how to walk and experimenting with different dynamics models + RL algorithms.

-
-
-

Style Transfer

-

Comparing different approaches to image style transfer

-
-
-

Twitter NLP

-

We analyzed Twitter data using natural language processing techniques, - building from linear bag-of-words approaches to fully neural models. - We experimented with both sentiment classification and text generation.

-
-
-

Project Nucleus

-

As part of the 2018 Data Science Bowl, we worked on detecting cell nuclei.

-
-
-

Buzzmobile

-

Buzzmobile is our autonomous car project. This was the Agency's - founding project. It has gone through a number of iterations and its - scale has increased since the club's founding.

-
-
-

Halite

-

Halite is a competition hosted by the Agency where bots fight for - control of a 2D grid. The bot with the most territory at the end - wins.

-
-
-

2016 — Natural Language Processing

-

Natural language processing experiments with the goal of having an - RNN successfully answer analogy questions.

-
-
-

2016 — Neural Network Hyperparameter Optimization

-

Optimizing hyperparameters in order to understand how neural - networks work and how we can make them better.

-
-
-

2015 — Tetris Bot

-

We competed amongst ourselves to see which group, the - Java enthusiasts - or the Pythonistas - could build the better Tetris-playing agent in the - AI Block Battle.

-
-
-

2015 — IARRC

-

IARRC stands for the International Autonomous Robot Racing - Competition. We were brought on to improve the software for one of the - Robojacket's projects (the robotics team at GT). The robot performed - admirably, and we are taking our lessons learned from this project into - Buzzmobile.

-
-
-

2014 — Graph Reduction

-

A tool to make graphs look pretty. Uses simulated annealing and other randomized optimization techniques to find the most visually pleasing layout for a graph.

-
-
-

2014 — Music Generator

-
-
-

2014 — Who Are You

-
-
-

2013 — CSPScheduler

-
-
-

2013 — GTNow

-
+
+
+

Natural Language Generation

+

Training GPT-2 on r/gatech and create a bot to post on the subreddit.

+
+
+

MineRL

+

+ Using RL techniques to train an agernt to play Minecraft and other video + games +

+
+
+

Style Transfer

+

Comparing different approaches to image style transfer

+
+
+

DeepWeeb

+

Generating manga from stick-figure drawings

+
+
+

Intro Tutorials

+

A new tutorial or workshop on introductory topics each week.

+
+
+

Even Robots Can Find Love

+

+ Apply clustering algorithms on people's preferences to find them their + ideal match <3 +

+
+
+

RL to Walk

+

+ Reproducing those videos of DeepMind humanoids learning how to walk and + experimenting with different dynamics models + RL algorithms. +

+
+
+

Style Transfer

+

Comparing different approaches to image style transfer

+
+
+

+ Twitter NLP +

+

+ We analyzed Twitter data using natural language processing techniques, + building from linear bag-of-words approaches to fully neural models. We + experimented with both sentiment classification and text generation. +

+
+
+

+ Project Nucleus +

+

+ As part of the + 2018 Data Science Bowl, + we worked on detecting cell nuclei. +

+
+
+

+ Buzzmobile +

+

+ Buzzmobile is our autonomous car project. This was the Agency's founding + project. It has gone through a number of iterations and its scale has + increased since the club's founding. +

+
+
+

+ Halite +

+

+ Halite is a competition hosted by the Agency where bots fight for control + of a 2D grid. The bot with the most territory at the end wins. +

+
+
+

+ 2016 — + Natural Language Processing +

+

+ Natural language processing experiments with the goal of having an RNN + successfully answer analogy questions. +

+
+
+

+ 2016 — + Neural Network Hyperparameter Optimization +

+

+ Optimizing hyperparameters in order to understand how neural networks work + and how we can make them better. +

+
+
+

+ 2015 — + Tetris Bot +

+

+ We competed amongst ourselves to see which group, the + Java enthusiasts + or the Pythonistas + could build the better Tetris-playing agent in the + AI Block Battle. +

+
+
+

2015 — IARRC

+

+ IARRC stands for the International Autonomous Robot Racing Competition. We + were brought on to improve the software for one of the Robojacket's + projects (the robotics team at GT). The robot performed admirably, and we + are taking our lessons learned from this project into Buzzmobile. +

+
+
+

+ 2014 — + Graph Reduction +

+

+ A tool to make graphs look pretty. Uses simulated annealing and other + randomized optimization techniques to find the most visually pleasing + layout for a graph. +

+
+
+

2014 — Music Generator

+
+
+

2014 — Who Are You

+
+
+

2013 — CSPScheduler

+
+
+

2013 — GTNow

+
-