Commit Graph

7 Commits

Author SHA1 Message Date
Francois Chollet
10bfb1c565 Integration tests passing. 2017-02-14 16:08:30 -08:00
Francois Chollet
309f586424 PEP8 fixes in examples. 2017-01-11 11:39:58 -08:00
ηzw
79c1331432 Remove unused import statement (#4053) 2016-10-14 09:16:56 -07:00
Fariz Rahman
9d7a2338b4 imdb fasttext speedup (#4026)
* imdb fasttext speedup

* Lambda -> GlobalAveragePooling1D
2016-10-11 11:01:11 -07:00
Ardalan
a375cb322f fastText: adding n-gram embeddings for higher test_set accuracy (#3733)
* adding bi-gram embeddings for better test accuracy

* - add arbitrary n-gram range
- fix typos

* - fixing white spaces

* - add comment
2016-09-10 10:35:15 -07:00
ηzw
b008bb35cc Style fixes (#3462) 2016-08-13 11:22:01 -07:00
Junwei Pan
46d5b197e0 Implement a fasttext example (#3446)
* Upload examples/imdb_fasttext.py which implement the fasttext model

* Remove Dropout and unnecessary imports

* Remove Dropout and unnecessary imports

* Remove Dropout and unnecessary imports
2016-08-12 14:36:35 -07:00