Re: guile-user Digest, Vol 193, Issue 30

2018-12-26 Thread David Pirotte
Hi Zelphir, > ... > Now, using Guile-CV, on my relatively slow laptop (i5-2450M CPU @ 2.50GHz × 4 > - 6GB > RAM): > scheme@(guile-user)> ,use (cv) > scheme@(guile-user)> (im-make 1000 1000 1) > $5 = (1000 1000 1 (#f32(0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 > 0.0 # …))

Re: guile-user Digest, Vol 193, Issue 30

2018-12-26 Thread David Pirotte
Hi Zelphir, > > AIscm > > http://wedesoft.github.io/aiscm > Thanks David, You are welcome! > I've added these to my notes for further investigation : ) > In SciPy and if I am not mistaken in the Python bindings for OpenCV they > also use NumPy ndarray to represent images and it feels q

Re: guile-user Digest, Vol 193, Issue 29

2018-12-26 Thread Tk
‐‐‐ Original Message ‐‐‐ On Wednesday, 26 December 2018 12:43, Zelphir Kaltstahl wrote: > On 25.12.18 18:00, guile-user-requ...@gnu.org wrote: > > > > Hello Guile Users, > > > Is there some library, that enables high performance matrix operations > > > or even n-dimensional array operati

Re: Trouble parsing a response (Was: Re: New library: guile-wikidata)

2018-12-26 Thread swedebugia
On 2018-12-13 23:03, Roel Janssen wrote: On 13-12-18 17:06, swedebu...@riseup.net wrote: On 2018-12-13 16:01, swedebu...@riseup.net wrote: snip I tried with the file attached but got this because the driver does not support URIs but only host, port, type, token: Ah, I saw now that you alr

Re: guile-user Digest, Vol 193, Issue 30

2018-12-26 Thread Zelphir Kaltstahl
On 26.12.18 18:00, guile-user-requ...@gnu.org wrote: > Hello, > >> Is there some library, that enables high performance matrix operations >> or even n-dimensional array operations? I am thinking of something like >> NumPy in the Python ecosystem. I think NumPy in turn also uses some >> lower leve

Re: Tensorflow bindings

2018-12-26 Thread Jan Wedekind
Hello David, Sorry for the late response. The bindings use the C library (not C++). Tensorflow has a Protocol Buffer description of the bindings. Using it one can generate bindings with relatively little effort. I don't have a GPU. So I only have tested it using CPUs. Regards Jan On 15 December

Re: guile-user Digest, Vol 193, Issue 29

2018-12-26 Thread Zelphir Kaltstahl
On 25.12.18 18:00, guile-user-requ...@gnu.org wrote: >> Hello Guile Users, >> >> Is there some library, that enables high performance matrix operations >> or even n-dimensional array operations? I am thinking of something like >> NumPy in the Python ecosystem. I think NumPy in turn also uses some

Re: Re: Matrix or array operations library

2018-12-26 Thread Zelphir Kaltstahl
On 25.12.18 18:00, guile-user-requ...@gnu.org wrote: >> Hello Guile Users, >> >> Is there some library, that enables high performance matrix operations >> or even n-dimensional array operations? I am thinking of something like >> NumPy in the Python ecosystem. I think NumPy in turn also uses some >