This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-01
Channels
- # announcements (4)
- # aws (1)
- # beginners (60)
- # calva (10)
- # cider (21)
- # clj-kondo (38)
- # cljdoc (1)
- # clojure (59)
- # clojure-austin (1)
- # clojure-conj (1)
- # clojure-europe (19)
- # clojure-italy (9)
- # clojure-nl (29)
- # clojure-spec (6)
- # clojure-uk (85)
- # clojurescript (54)
- # community-development (11)
- # core-async (2)
- # cursive (21)
- # data-science (4)
- # datomic (39)
- # events (2)
- # fulcro (48)
- # funcool (1)
- # graalvm (5)
- # jackdaw (9)
- # kaocha (17)
- # luminus (2)
- # off-topic (10)
- # parinfer (22)
- # quil (1)
- # re-frame (4)
- # reagent (29)
- # shadow-cljs (7)
- # sql (9)
- # tools-deps (31)
- # yada (1)
I finished a bit of work to make the dataset/ml system a bit less opaque: * tech.ml.dataset walkthrough - https://github.com/techascent/tech.ml.dataset/blob/master/docs/walkthrough.md * http://tech.ml xgboost early stopping and metrics - https://github.com/techascent/tech.ml/blob/master/docs/xgboost_metrics.md
👏 16
I think Weld is interesting. It is language to write math in that can do more optimizations and optimize across function boundaries similar to TVM. It has a clean C api and a python api and has a few examples where they show amazingly good performance: https://github.com/weld-project/weld
4