Fork me on GitHub
#data-science
<
2019-11-01
>
Daniel Slutsky07:11:46

Here is the Malli meeting video: https://twitter.com/scicloj/status/1190173919082364928 Many thanks to @ikitommi for the talk, and to @teodorlu for moderating.

lepistane08:11:52

Hi everyone i've got few questions about machine learning i think (i am not completely sure if that's the right topic or right channel) so i made an app that is used for GPS tracking. Currently the only job of the app is to send it's current location and some additional data (flags) that user can specify. Interesting topic came up where i would want to predict how much time it would take to get to point A from phone's current position (something like google directions offers u chose from and to and it gives u option by car 3min). I looked online and saw google distance matrix and few alternatives (all of which are not free or have very limited free tier) Then i thought this would be cool machine learning project right? I'd want to create system that correctly predicts how much it will take to get to point A for known route based on time of the day, time of the year, weather forecast and few more factors and that this model would keep training itself as position changes overtime (route will be used at least once a day) Is this something doable? How would i go about doing this? How would i even start practically? I have 0 context about the topic and i would like this to use this opportunity to start learning about ML Any advice is appreciated

gigasquid18:11:08

You can approach this in different ways - but getting started to Deep Learning, I would recommend MXNet Made Simple blogs https://arthurcaillau.com/blog/

gigasquid18:11:52

Here are the supported jars

gigasquid18:11:23

If you have any questions or trouble getting started, feel free to ping in the #mxnet room

chagas.vis18:11:42

Hello everyone, I am currently studying how I can use Clojure to a bioinformatics project. One of the first problems that I find is the lack of a library to work with data frames, I did some Google search but I did not find any information about some Clojure library that has any implementation like pandas (Python) or R.

gigasquid18:11:27

You can also interop directly with pandas https://github.com/cnuernber/libpython-clj

๐Ÿ‘ 4
Daniel Slutsky21:11:50

And panthera https://github.com/alanmarazzi/panthera

โ˜๏ธ 4
๐Ÿ‘ 4
gigasquid21:11:44

Oh yeah, thatโ€™s the one I was meaning to link to :)

๐Ÿ™ƒ 4