Davis King
|
421e5bcd6f
|
Added a dot() and slicing support to dlib.vector()
|
2013-06-26 21:45:57 -04:00 |
|
Davis King
|
20ed7ebeb8
|
Added missing license statements to the tops of these files.
|
2013-06-26 18:37:42 -04:00 |
|
Davis King
|
afe67a2bb0
|
Fixed typo in learn_platt_scaling(). The method wasn't using the exact prior
suggested by Platt's paper.
|
2013-06-23 14:58:51 -04:00 |
|
Davis King
|
f74ccbdabc
|
Improved instructions for avoiding the black console window when using visual studio.
|
2013-06-22 22:49:36 -04:00 |
|
Davis King
|
094c357ae2
|
Changed code to avoid an unnecessary computation.
|
2013-06-22 21:43:13 -04:00 |
|
Davis King
|
24cb128534
|
updated release date
|
2013-06-21 17:34:48 -04:00 |
|
Davis King
|
d71b2a089b
|
merged
|
2013-06-18 23:11:49 -04:00 |
|
Davis King
|
623c657c28
|
Upgraded the structural_svm_problem so that it collapses down excessively large
sparse vectors to avoid unnecessary RAM usage in this case.
|
2013-06-18 23:11:21 -04:00 |
|
Davis King
|
c3909170e8
|
updated example
|
2013-06-16 12:07:32 -04:00 |
|
Davis King
|
bc00d55eea
|
Slightly simplified the dir_nav interface
|
2013-06-16 12:07:23 -04:00 |
|
Davis King
|
fcd7abffac
|
clarified spec
|
2013-06-15 15:23:36 -04:00 |
|
Davis King
|
18d76ceb03
|
removed print statement
|
2013-06-15 15:20:32 -04:00 |
|
Davis King
|
1d86feaab1
|
Made the running covariance objects work with sparse vectors.
|
2013-06-15 15:20:03 -04:00 |
|
Davis King
|
ca6788677c
|
clarified spec
|
2013-06-15 13:44:40 -04:00 |
|
Davis King
|
8ce9469a55
|
updated docs
|
2013-06-15 13:40:06 -04:00 |
|
Davis King
|
ec6be63e8d
|
Added tests and slight refinements
|
2013-06-15 13:37:26 -04:00 |
|
Davis King
|
a0797fd132
|
Added running_cross_covariance.
|
2013-06-15 13:18:09 -04:00 |
|
Davis King
|
a44138d18d
|
removed cruft
|
2013-06-13 22:35:53 -04:00 |
|
Davis King
|
45444ed65b
|
updated release notes
|
2013-06-11 22:21:33 -04:00 |
|
Davis King
|
54d7150a0d
|
Added clarifying comments.
|
2013-06-11 22:18:59 -04:00 |
|
Davis King
|
a2b6ed1600
|
Gave the image_window the ability to tie the mouse and keyboard events together
such that it is possible for a user to listen for both simultaneously.
|
2013-06-11 22:10:00 -04:00 |
|
Davis King
|
20c4918a28
|
updated makerel to convert line endings for python files
|
2013-06-11 20:59:12 -04:00 |
|
Davis King
|
d21bb3043c
|
Changed code to avoid compiler errors in some environments.
|
2013-06-11 20:05:54 -04:00 |
|
Davis King
|
7fdd285057
|
Created release v18.3
|
2013-06-09 13:52:06 -04:00 |
|
Davis King
|
8fdaa93348
|
Added tag v18.3 for changeset 7f21bd92812d
|
2013-06-09 13:52:06 -04:00 |
|
Davis King
|
fdb6e91c55
|
updated release notes
|
2013-06-09 13:25:37 -04:00 |
|
Davis King
|
d8bea4d3c2
|
Improved the help messages cmake outputs to tell the user how to install
optional dependencies such as X11, BLAS, and LAPACK.
|
2013-06-09 11:59:20 -04:00 |
|
Davis King
|
5471511ac8
|
fixed compile instruction
|
2013-06-08 21:11:59 -04:00 |
|
Davis King
|
c4ba79883c
|
clarified python usage instructions
|
2013-06-08 00:57:00 -04:00 |
|
Davis King
|
fba1e06436
|
Fixed spelling error
|
2013-06-08 00:50:58 -04:00 |
|
Davis King
|
4585c51637
|
Improved make_sparse_vector() documentation.
|
2013-06-08 00:48:32 -04:00 |
|
Davis King
|
4a8e882f35
|
Added more comments and discussion of how to use sparse vectors
|
2013-06-08 00:39:09 -04:00 |
|
Davis King
|
4ef91280e4
|
Fixed a bug in the sparse decision functions. The input validation rejected
most vectors
|
2013-06-08 00:38:49 -04:00 |
|
Davis King
|
1513c94fb9
|
updated docs
|
2013-06-08 00:09:46 -04:00 |
|
Davis King
|
ff27f789c9
|
Added svm-rank python example
|
2013-06-08 00:07:13 -04:00 |
|
Davis King
|
2f34594f47
|
Added cross validation functions for ranking tools and slightly improved documentation
for other cross validation functions.
|
2013-06-07 23:50:40 -04:00 |
|
Davis King
|
97f82b1e4f
|
Made decision functions and segmenter objects callable like normal functions.
|
2013-06-07 23:30:43 -04:00 |
|
Davis King
|
35a25775d1
|
Changed script so that only the .zip file for windows has the
compile python interface.
|
2013-06-07 19:54:06 -04:00 |
|
Davis King
|
e02d5ba0b6
|
Made makerel copy the compiled windows python modules into the release folder.
|
2013-06-07 19:34:15 -04:00 |
|
Davis King
|
802e5205e4
|
fixed bug
|
2013-06-06 20:40:57 -04:00 |
|
Davis King
|
c588d9409c
|
improved example
|
2013-06-06 20:38:52 -04:00 |
|
Davis King
|
c1c6fb505a
|
improved sequence segmentation examples
|
2013-06-06 20:27:29 -04:00 |
|
Davis King
|
51d291a8c3
|
clarified example program
|
2013-06-04 21:33:59 -04:00 |
|
Davis King
|
e2a9071bad
|
refined the guide
|
2013-06-04 20:23:50 -04:00 |
|
Davis King
|
0474b31628
|
updated docs
|
2013-06-03 21:30:05 -04:00 |
|
Davis King
|
3330d34fd1
|
Added an example for the sequence_segmenter
|
2013-06-03 21:26:56 -04:00 |
|
Davis King
|
885a27c070
|
Made split() work on char* strings.
|
2013-06-03 21:20:26 -04:00 |
|
Davis King
|
e8276602c1
|
Removed non-standard header which wasn't compiling in visual studio 2005
|
2013-06-03 07:03:02 -04:00 |
|
Davis King
|
0244fcca84
|
minor change to avoid compiler error in visual studio.
|
2013-06-02 23:18:32 -04:00 |
|
Davis King
|
94cd335938
|
Added another small logo and set it as the og:image
for the web site.
|
2013-06-02 22:50:23 -04:00 |
|