[go: nahoru, domu]

Skip to content

Commit

Permalink
linear models
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Shestakov committed Oct 27, 2018
1 parent 20d6866 commit 22742ab
Show file tree
Hide file tree
Showing 15 changed files with 5,595 additions and 0 deletions.
Binary file added 2018-09/lecture_05_linear/images/dir-der.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2018-09/lecture_05_linear/images/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2018-09/lecture_05_linear/images/margin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2018-09/lecture_05_linear/images/opt1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2018-09/lecture_05_linear/images/opt2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2018-09/lecture_05_linear/images/overfitting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2018-09/lecture_05_linear/images/prob.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2018-09/lecture_05_linear/images/regul.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,462 changes: 1,462 additions & 0 deletions 2018-09/lecture_05_linear/lecture-linear-models.ipynb

Large diffs are not rendered by default.

1,102 changes: 1,102 additions & 0 deletions 2018-09/lecture_05_linear/lecture-linear-pract.ipynb

Large diffs are not rendered by default.

1,000 changes: 1,000 additions & 0 deletions 2018-09/lecture_05_linear/sentiment/amazon_cells_labelled.txt

Large diffs are not rendered by default.

1,000 changes: 1,000 additions & 0 deletions 2018-09/lecture_05_linear/sentiment/imdb_labelled.txt

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions 2018-09/lecture_05_linear/sentiment/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
This dataset was created for the Paper 'From Group to Individual Labels using Deep Features', Kotzias et. al,. KDD 2015
Please cite the paper if you want to use it :)

It contains sentences labelled with positive or negative sentiment, extracted from reviews of products, movies, and restaurants

=======
Format:
=======
sentence \t score \n


=======
Details:
=======
Score is either 1 (for positive) or 0 (for negative)
The sentences come from three different websites/fields:

imdb.com
amazon.com
yelp.com

For each website, there exist 500 positive and 500 negative sentences. Those were selected randomly for larger datasets of reviews.
We attempted to select sentences that have a clearly positive or negative connotaton, the goal was for no neutral sentences to be selected.



For the full datasets look:

imdb: Maas et. al., 2011 'Learning word vectors for sentiment analysis'
amazon: McAuley et. al., 2013 'Hidden factors and hidden topics: Understanding rating dimensions with review text'
yelp: Yelp dataset challenge http://www.yelp.com/dataset_challenge
1,000 changes: 1,000 additions & 0 deletions 2018-09/lecture_05_linear/sentiment/yelp_labelled.txt

Large diffs are not rendered by default.

0 comments on commit 22742ab

Please sign in to comment.