Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
cosine_similarity
Browse files
Oct 10, 2021
draft implementation in julia
· 7b47d09f
vgratian
authored
Oct 10, 2021
7b47d09f
Oct 01, 2021
add fortran package
· f02a2bae
vgratian
authored
Oct 01, 2021
f02a2bae
May 10, 2021
cleanup code in some of the libs
· a6ed52fa
vgratian
authored
May 10, 2021
a6ed52fa
Jan 09, 2021
fixed buggy float conversion of cpu time, now it is accurate
· 4454a554
vgratian
authored
Jan 09, 2021
4454a554
Jan 04, 2021
minor edits in readme
· aaa4194f
vgratian
authored
Jan 04, 2021
aaa4194f
finalizing benchmarker, cleanup in libs
· 68e867b0
vgratian
authored
Jan 04, 2021
68e867b0
back to python for randvect, not enough randomness in c my implementation
· bce5c62a
vgratian
authored
Jan 04, 2021
bce5c62a
fix svg image in readme
· e7b33129
vgratian
authored
Jan 04, 2021
e7b33129
add images for readme
· 449d527f
vgratian
authored
Jan 04, 2021
449d527f
update readme v2
· 2664e75d
vgratian
authored
Jan 04, 2021
2664e75d
use utils in c, gnuplot instead matplotlib
· 4be583c9
vgratian
authored
Jan 04, 2021
4be583c9
Jan 02, 2021
draw graphs from .csv files
· bb231604
vgratian
authored
Jan 02, 2021
bb231604
adapted benchmarker to show data from measure
· 406aaa82
vgratian
authored
Jan 02, 2021
406aaa82
Jan 01, 2021
add version using python arrays
· 4c151da2
vgratian
authored
Jan 02, 2021
4c151da2
standardizing output
· 00579d2d
vgratian
authored
Jan 02, 2021
00579d2d
c wrapper to fix longreals issue, thanks to
@norayr
· f5fdc3e8
vgratian
authored
Jan 02, 2021
f5fdc3e8
add oberon version
· 418497ee
vgratian
authored
Jan 02, 2021
418497ee
program to measure system resources used
· d54b563a
vgratian
authored
Jan 01, 2021
d54b563a
Dec 30, 2020
subdir for utility scripts
· fe399e1b
vgratian
authored
Dec 31, 2020
fe399e1b
Adding benchmark in Go
· 26f64f0b
vgratian
authored
Dec 31, 2020
26f64f0b
C package for cos_sim calculation
· a7fe1c93
vgratian
authored
Dec 31, 2020
a7fe1c93
adding C benchmark
· a30f4121
vgratian
authored
Dec 31, 2020
a30f4121
adding new file that creates the benchmark
· 45e33c33
vgratian
authored
Dec 31, 2020
45e33c33
updated py_numpy and py_sklearn
· 6b0adf92
vgratian
authored
Dec 31, 2020
6b0adf92
split py to py and py_compr
· ebb0ec01
vgratian
authored
Dec 31, 2020
ebb0ec01
perl to new design
· 1232356b
vgratian
authored
Dec 31, 2020
1232356b
utility scripts in python
· d8719c30
vgratian
authored
Dec 31, 2020
d8719c30
cpp to new design: read vectors from cli, etc etc
· 7711dc9b
vgratian
authored
Dec 31, 2020
7711dc9b
makefile for cpp
· 355714cb
vgratian
authored
Dec 31, 2020
355714cb
start changing design of the benchmark
· 1a4934ae
vgratian
authored
Dec 31, 2020
1a4934ae
Jan 28, 2020
some typos, clearing up some points
· 83a9e47e
vgratian
authored
Jan 28, 2020
83a9e47e
Aug 27, 2018
update readme with new test results
· 243ccde0
vgratian
authored
Aug 27, 2018
243ccde0
c++: adapting tests
· d2820a45
vgratian
authored
Aug 27, 2018
d2820a45
perl: updating test & variable names
· 168bb8a3
vgratian
authored
Aug 27, 2018
168bb8a3
python: add tests with sklearn libs
· 9e58718a
vgratian
authored
Aug 27, 2018
9e58718a
Python: switch to non-random vectors and calculate average runtime
· 1bf8369c
vgratian
authored
Aug 27, 2018
1bf8369c
Aug 26, 2018
correct type, remove redundancies from readme
· eb33579c
vgratian
authored
Aug 26, 2018
eb33579c
finilize and cleanup; summarize results in readme
· b5127997
vgratian
authored
Aug 26, 2018
b5127997
correct: I used eucl. distance instead of magnitude
· c969e633
vgratian
authored
Aug 26, 2018
c969e633
add numpy examples for python
· 7c1973a2
vgratian
authored
Aug 26, 2018
7c1973a2
Loading