generated from tulane-cmps6730/sample-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f284977
commit 9e00d7e
Showing
1 changed file
with
9 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
--- | ||
layout: slide | ||
title: "Equations and Tables" | ||
title: "Project Overview" | ||
--- | ||
Goal: Classify post-game comments in MkeBucks subreddit | ||
Potential Difficulties: nature of data | ||
*Snark, sarcasm, niche language, inside jokes | ||
*Passionate Users | ||
Which model is best for task? | ||
*Traditional ML Methods | ||
*Neural Network | ||
*Transformer Model | ||
|
||
|
||
Here is an inline equation: $\sum_{i=1}^n i = ?$ | ||
|
||
And a block one: | ||
|
||
$$e = mc^2$$ | ||
|
||
|
||
Here is a table: | ||
|
||
| header 1 | header 2 | | ||
|----------|----------| | ||
| value 1 | value 2 | | ||
| value 3 | value 4 | |