clojure-nlp

rustam.gilaztdinov 2018-06-08T07:47:29.000412Z

@d4hines No, flare is dead. Take a look at here -- https://github.com/gigasquid/clojure-mxnet

2018-06-08T09:10:17.000271Z

@rustam.gilaztdinov why do consider flare to be dead? the commits are as recent as end of march.

rustam.gilaztdinov 2018-06-08T09:23:04.000191Z

And what about last commits? And this library doesn't support cuda. What's more important -- entire library is really OOP driven, not about data. Look at examples in clojure-mxnet, trust me, this is really what you looking for

2018-06-08T09:31:44.000356Z

looking now at clojure-mxnet and you’re right it looks indeed nice. But this doesn’t mean flare is dead. also I thought cuda is supported by flare via neanderthal.

rustam.gilaztdinov 2018-06-08T09:35:59.000526Z

Neanderthal support cuda, you right. But flare — doesn’t. Why do I decide that flare is dead? Because of I opened issues, and nobody responds to them. No updates, no answers -- is that a sign of dead library? I think, yes.

2018-06-08T09:38:55.000276Z

I don’t see any open issues for flare.

rustam.gilaztdinov 2018-06-08T09:39:30.000508Z

Cause I close them.

2018-06-08T09:41:25.000029Z

ok

2018-06-08T09:41:59.000467Z

and thanks for pointing towards clojure-mxnet, will give it a try

2018-06-08T12:55:03.000265Z

@rustam.gilaztdinov, thanks for the suggestion. I'll check that out.

2018-06-08T13:21:27.000287Z

However, I wonder if I'm asking the right question. The examples I've seen of deep-learning chatbots are fascinating, but the responses are always nonsensical, and far removed from anything I would dare put before a customer. For example, http://neuralconvo.huggingface.co/. I'd very much appreciate the opinions/guidance of smart people like ya'll, but is this an appropriate channel for very chatbot-specific questions?