Matthew Honnibal
|
5cd3ed42d4
|
* Reenable averaging
|
2015-06-29 16:44:42 +02:00 |
|
Matthew Honnibal
|
df8179ca4f
|
* Add separate Param and AdadeltaParam classes. AdadeltaParam seems broken.
|
2015-06-29 16:39:16 +02:00 |
|
Matthew Honnibal
|
1dff04acb5
|
* Apply regularization to the softmax, not the bias
|
2015-06-29 11:45:38 +02:00 |
|
Matthew Honnibal
|
ca30fe1582
|
* Use He initialization trick
|
2015-06-29 10:56:02 +02:00 |
|
Matthew Honnibal
|
894cbef8ba
|
* Wire eta and mu parameters up for neural net
|
2015-06-29 07:10:33 +02:00 |
|
Matthew Honnibal
|
fc34e1b6e4
|
* Move Theano functions into nn_train.py script
|
2015-06-29 07:09:16 +02:00 |
|
Matthew Honnibal
|
8e7ffd2cdd
|
* Use thinc 3.1
|
2015-06-29 02:13:23 +02:00 |
|
Matthew Honnibal
|
3bb5876c5a
|
* Inline methods in StateClass
|
2015-06-29 01:10:14 +02:00 |
|
Matthew Honnibal
|
313a7f87b3
|
* Inline methods in StateClass
|
2015-06-29 01:06:28 +02:00 |
|
Matthew Honnibal
|
a02fd3af5d
|
* Check valency in L and R feature methods, to make feaure calculation faster
|
2015-06-29 00:27:56 +02:00 |
|
Matthew Honnibal
|
5d870720bc
|
* Check valency in L and R feature methods, to make feaure calculation faster
|
2015-06-29 00:17:29 +02:00 |
|
Matthew Honnibal
|
f4986d5d3c
|
* Use new Example class
|
2015-06-28 22:36:03 +02:00 |
|
Matthew Honnibal
|
735f1af91f
|
* Fix neural net stuff
|
2015-06-28 11:44:58 +02:00 |
|
Matthew Honnibal
|
fe7b24ecef
|
* whitespace
|
2015-06-28 11:37:17 +02:00 |
|
Matthew Honnibal
|
e7003f1cf3
|
* Remove hard-coding of vector lengths
|
2015-06-28 11:37:17 +02:00 |
|
Matthew Honnibal
|
7b8275fcc4
|
* Wire hyperparameters to script interface
|
2015-06-28 11:37:17 +02:00 |
|
Matthew Honnibal
|
897dd0dd0b
|
* Merge changes, and adjust Example to use memoryview
|
2015-06-28 11:36:11 +02:00 |
|
Matthew Honnibal
|
9282a8e72c
|
* Prepare for new models to be plugged in by using Example class
|
2015-06-28 11:02:35 +02:00 |
|
Matthew Honnibal
|
75aeccc064
|
* Rejig parser interface to use new thinc.api.Example class, in prep of theano model. Comment out beam search
|
2015-06-28 11:02:34 +02:00 |
|
Matthew Honnibal
|
bf33598b34
|
* Work on a theano-driven model for the parser
|
2015-06-28 11:02:34 +02:00 |
|
Matthew Honnibal
|
bbef71f213
|
* Fix min function in fill_context
|
2015-06-28 10:46:39 +02:00 |
|
Matthew Honnibal
|
142b6f9510
|
* Revert last changes
|
2015-06-28 10:44:28 +02:00 |
|
Matthew Honnibal
|
b06962f18b
|
* Pad buffers in state
|
2015-06-28 10:36:14 +02:00 |
|
Matthew Honnibal
|
53be72387c
|
* Hack at fill_context to investigate performance loss
|
2015-06-28 10:34:28 +02:00 |
|
Matthew Honnibal
|
b05854bc13
|
Merge branch 'master' of ssh://github.com/honnibal/spaCy
|
2015-06-28 09:43:11 +02:00 |
|
Matthew Honnibal
|
71a4e876a9
|
* Fix parse features
|
2015-06-28 09:27:33 +02:00 |
|
Matthew Honnibal
|
aba0257894
|
* Add lemma rule for better and best in morphs.json
|
2015-06-28 09:26:25 +02:00 |
|
Matthew Honnibal
|
ef97b90833
|
* Fix token scoring
|
2015-06-28 06:22:18 +02:00 |
|
Matthew Honnibal
|
0c4b5a2bb0
|
* Start scoring tokens
|
2015-06-28 06:21:38 +02:00 |
|
Matthew Honnibal
|
4944d3ba20
|
* Update requirement to thinc 3.0
|
2015-06-28 06:21:20 +02:00 |
|
Matthew Honnibal
|
5af500909c
|
* Remove unused directve from parser.pyx
|
2015-06-28 06:20:21 +02:00 |
|
Matthew Honnibal
|
d5b4090705
|
* Add profile directive
|
2015-06-28 06:19:33 +02:00 |
|
Matthew Honnibal
|
b5b869366b
|
* Adjust hyphenation rule in tokenizer
|
2015-06-28 06:18:58 +02:00 |
|
Matthew Honnibal
|
2b5421e60c
|
* Add profile directive
|
2015-06-28 06:07:04 +02:00 |
|
Matthew Honnibal
|
8b5de4a411
|
* Add word / tag / label sets, for use in neural net
|
2015-06-28 05:46:53 +02:00 |
|
Matthew Honnibal
|
cfcbd8d256
|
* Fix punctuation eval in scorer.py
|
2015-06-28 01:31:39 +02:00 |
|
Matthew Honnibal
|
65ac389191
|
* whitespace
|
2015-06-28 01:29:37 +02:00 |
|
Matthew Honnibal
|
ed40a8380e
|
* Remove hard-coding of vector lengths
|
2015-06-27 04:18:47 +02:00 |
|
Matthew Honnibal
|
da793073d0
|
* Wire hyperparameters to script interface
|
2015-06-27 04:18:01 +02:00 |
|
Matthew Honnibal
|
ebe630cc8d
|
* Enable more features for NN
|
2015-06-27 04:17:29 +02:00 |
|
Matthew Honnibal
|
f8bb43475e
|
* Bridge to Theano working. Very disorganised. Using thinc adb60aba966ed2
|
2015-06-27 02:39:18 +02:00 |
|
Matthew Honnibal
|
52412867a9
|
Merge pull request #34 from viksit/patch-1
Fix import typo in docs
|
2015-06-27 00:14:10 +10:00 |
|
Matthew Honnibal
|
2fe98b8a9a
|
* Prepare for new models to be plugged in by using Example class
|
2015-06-26 13:51:39 +02:00 |
|
Matthew Honnibal
|
6896455884
|
* Rejig parser interface to use new thinc.api.Example class, in prep of theano model. Comment out beam search
|
2015-06-26 06:25:36 +02:00 |
|
Matthew Honnibal
|
335ad66421
|
* Adjust speed claim in index.rst
|
2015-06-26 04:43:52 +02:00 |
|
Matthew Honnibal
|
c21ffc84d2
|
* Upd index.rst
|
2015-06-26 04:39:48 +02:00 |
|
Matthew Honnibal
|
91c97009e2
|
* Declare new release in docs
|
2015-06-24 05:05:33 +02:00 |
|
Matthew Honnibal
|
b266a63f2c
|
* Inc version of downloadble data
|
2015-06-24 04:53:08 +02:00 |
|
Matthew Honnibal
|
dc10aa2518
|
* Increment version
|
2015-06-24 04:52:15 +02:00 |
|
Matthew Honnibal
|
886100e1a2
|
* Increment version
|
2015-06-24 04:51:38 +02:00 |
|