From e9cabf518ed39e7913c17f56cb411b7f862055c2 Mon Sep 17 00:00:00 2001 From: SirRoboto <36058388+SirRoboto@users.noreply.github.com> Date: Tue, 29 Jan 2019 23:55:58 -0500 Subject: [PATCH 1/8] Update index.md --- course/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/course/index.md b/course/index.md index 9f56f1f..a67093b 100644 --- a/course/index.md +++ b/course/index.md @@ -7,11 +7,11 @@ group: course This is a custom-built course which we offer every semester. The goal of this course is to dip your toes into a variety of topics and prepare you to move into the other, more advanced, groups soon after. **We expect you to attend as many -lectures as possible and chunk out a few hours (5-10) every week in addition to +lectures as possible and chunk out a few hours – roughly 5-10 every week in addition to these meetings – to become successful.** The material here has been a part of the core of AI@UCF since Felix Sosa, John Muchovej, and Richard DiBacco reworked the structure of the club at UCF. As the -university fails to provide such coursework until your final semesters in degree +university doesn't provide such coursework until your final semesters in degree programs, this was created to function as a stand-in, to cultivate your skillset -for research and industry before you graduate. \ No newline at end of file +for research and industry before you graduate. From 4342dc140601fdcbcf511d9937cbe251538b1b10 Mon Sep 17 00:00:00 2001 From: SirRoboto <36058388+SirRoboto@users.noreply.github.com> Date: Wed, 30 Jan 2019 00:24:15 -0500 Subject: [PATCH 2/8] Update 2019-01-30-welcome-back.md --- .../_posts/2019-01-30-welcome-back/2019-01-30-welcome-back.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/_posts/2019-01-30-welcome-back/2019-01-30-welcome-back.md b/course/_posts/2019-01-30-welcome-back/2019-01-30-welcome-back.md index 99e2d7d..792af40 100644 --- a/course/_posts/2019-01-30-welcome-back/2019-01-30-welcome-back.md +++ b/course/_posts/2019-01-30-welcome-back/2019-01-30-welcome-back.md @@ -3,7 +3,7 @@ title: "Welcome back! Featuring Supercomputers" categories: ["sp19"] authors: ['ionlights'] description: >- - "Welcome back to SIGAI! We'll be re-introducing AI@UCF for newcomers and refreshing it for veterans; following that, we'll cover some club logistics, revealing our plans for the semester, and finish off with setting everyone up on the UCF Supercomputer, from which we'll be streaming all future meetings!" + "Welcome back to SIGAI! We'll be re-introducing AI@UCF for newcomers and refreshing it for veterans; following that, we'll cover some club logistics, reveal our plans for the semester, and finish off with setting everyone up on the UCF Supercomputer, from which we'll be streaming all future meetings!" --- From b4d188a21eb2eab3a5b1303a66d4ca42e45a0bd0 Mon Sep 17 00:00:00 2001 From: SirRoboto <36058388+SirRoboto@users.noreply.github.com> Date: Wed, 30 Jan 2019 00:29:22 -0500 Subject: [PATCH 3/8] Update 2019-02-07-programming-camp.md Are we set on incorporating calculus applications into this lecture as well? If so, let's make some adjustments to the title/description to reflect this. Like you mentioned during today's meeting, not only is it easy enough to cover both in a 2-hour span, I think it would be valuable to knock both out in a timely manner like this. --- .../2019-02-07-programming-camp/2019-02-07-programming-camp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/_posts/2019-02-07-programming-camp/2019-02-07-programming-camp.md b/course/_posts/2019-02-07-programming-camp/2019-02-07-programming-camp.md index 7003668..ee34e4c 100644 --- a/course/_posts/2019-02-07-programming-camp/2019-02-07-programming-camp.md +++ b/course/_posts/2019-02-07-programming-camp/2019-02-07-programming-camp.md @@ -3,7 +3,7 @@ title: "An Intro to Scientific Python Programming" categories: ["sp19"] authors: ['ionlights'] description: >- - "In this meeting, we'll cover the fundamentals of programming in Python, with a particular focus on thinking of how to use said tools for Data Science, Machine Learning, and generally Artificial Intelligence research and engineering." + "In this meeting, we'll cover the fundamentals of programming in Python, with a particular focus on applying said tools for Data Science, Machine Learning, and generally Artificial Intelligence research and engineering." --- From c28fd02edb51f95452781a9ebacc951dc9918544 Mon Sep 17 00:00:00 2001 From: SirRoboto <36058388+SirRoboto@users.noreply.github.com> Date: Wed, 30 Jan 2019 00:36:17 -0500 Subject: [PATCH 4/8] Update 2019-02-27-recurrent-nets.md Took a little creative liberty with the title to drive home the point, but if it doesn't flow then feel free to drop or change it. --- .../2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md b/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md index 21ebe88..66fb12c 100644 --- a/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md +++ b/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md @@ -1,9 +1,9 @@ --- -title: "Who Needs Show Writers Nowadays?" +title: "Who Needs Show Writers Nowadays? Generating Your Own Simpsons Script With RNNs." categories: ["sp19"] authors: ['brandons209', 'ionlights'] description: >- - "This lecture is all about Recurrent Neural Networks. These are networks with memory, they can learn on data that is sequential in nature, such as speech, text, videos, gestures, traffic, stock prices, and many types of medical data. Different types of RNNs and strategies for building them will also be covered. The project will be building a LSTM-RNN to generate new original scripts for the TV series “The Simpsons”. Come and find out if our networks can become better writers for the show!" + "This lecture is all about Recurrent Neural Networks. These are networks with memory, which learn on data that is sequential in nature, such as speech, text, videos, and more. Different types of RNNs and strategies for building them will also be covered. The project will be building a LSTM-RNN to generate new original scripts for the TV series “The Simpsons”. Come and find out if our networks can become better writers for the show!" --- From 04dc1aad52563129fcac0e79126ebc85a6783c5a Mon Sep 17 00:00:00 2001 From: SirRoboto <36058388+SirRoboto@users.noreply.github.com> Date: Wed, 30 Jan 2019 00:37:35 -0500 Subject: [PATCH 5/8] Update 2019-02-27-recurrent-nets.md --- .../2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md b/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md index 66fb12c..96bbef0 100644 --- a/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md +++ b/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md @@ -1,5 +1,5 @@ --- -title: "Who Needs Show Writers Nowadays? Generating Your Own Simpsons Script With RNNs." +title: "Who Needs Show Writers Nowadays? Generating Your Own Simpsons Script With RNNs" categories: ["sp19"] authors: ['brandons209', 'ionlights'] description: >- From afd6de5805a7e7a675fe3eca0e691128e58330ef Mon Sep 17 00:00:00 2001 From: SirRoboto <36058388+SirRoboto@users.noreply.github.com> Date: Wed, 30 Jan 2019 00:39:10 -0500 Subject: [PATCH 6/8] Update 2019-02-27-recurrent-nets.md --- .../2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md b/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md index 96bbef0..bd3b3bd 100644 --- a/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md +++ b/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md @@ -1,5 +1,5 @@ --- -title: "Who Needs Show Writers Nowadays? Generating Your Own Simpsons Script With RNNs" +title: "Who Needs Show Writers Nowadays? Generating Your Own Simpsons Script with RNNs" categories: ["sp19"] authors: ['brandons209', 'ionlights'] description: >- From c05fa36244443b9648956775df7de29fa861f5d8 Mon Sep 17 00:00:00 2001 From: SirRoboto <36058388+SirRoboto@users.noreply.github.com> Date: Wed, 30 Jan 2019 00:39:55 -0500 Subject: [PATCH 7/8] Update 2019-02-06-linear-regression.md Adjusted for title consistency. --- .../2019-02-06-linear-regression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/_posts/2019-02-06-linear-regression/2019-02-06-linear-regression.md b/course/_posts/2019-02-06-linear-regression/2019-02-06-linear-regression.md index 09fe927..21fba39 100644 --- a/course/_posts/2019-02-06-linear-regression/2019-02-06-linear-regression.md +++ b/course/_posts/2019-02-06-linear-regression/2019-02-06-linear-regression.md @@ -1,5 +1,5 @@ --- -title: "Starting with the basics, regression and plotting" +title: "Starting with the Basics, Regression and Plotting" categories: ["sp19"] authors: ['JarvisEQ', 'ionlights'] description: >- From b0673fd5c9a51b52da16a6af3be047f138aa687d Mon Sep 17 00:00:00 2001 From: SirRoboto <36058388+SirRoboto@users.noreply.github.com> Date: Wed, 30 Jan 2019 00:49:59 -0500 Subject: [PATCH 8/8] Update 2019-02-27-recurrent-nets.md Removal of addition to title. After reviewing other titles, perhaps the obscurity and shortness makes it attractive. --- .../2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md b/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md index bd3b3bd..21c4871 100644 --- a/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md +++ b/course/_posts/2019-02-27-recurrent-nets/2019-02-27-recurrent-nets.md @@ -1,5 +1,5 @@ --- -title: "Who Needs Show Writers Nowadays? Generating Your Own Simpsons Script with RNNs" +title: "Who Needs Show Writers Nowadays?" categories: ["sp19"] authors: ['brandons209', 'ionlights'] description: >-