Reddit gets a lot of stick, but it's a bastion of civility and intelligence compared to the comments on youtube videos or even mainstream newspaper comments. I don't think there is any forum of comparable size that has a higher quality discussion. Reddit's problems are just humans' problems.
I would say Twitter is probably more civil, but the character limit leads to too many abbreviations.
OpenAI is Using Reddit to Teach An Artificial Intelligence How to Speak
131–140 of 201 posts
Re: OpenAI is Using Reddit to Teach An Artificial Intelligence How to Speak
#132Earlier quoted context omitted.
Hacker News would probably a much better source in this sense, even though there are far fewer comment here.
Oh god, you'll have an AI that disagrees just for the pure joy of disagreeing.
Re: OpenAI is Using Reddit to Teach An Artificial Intelligence How to Speak
#133Earlier quoted context omitted.
Note that you're comparing a touchscreen to tactile keys in that statement too, though. I could text from my pocket without T9, but try doing that with a touchscreen WITH T9...
And while we're doing that touch vs. tactile comparison, what I also loved about the old "dumb phones" was deterministic timing . I could do stuff on those phones from start to end without looking at the screen - I quickly learned and remembered that e.g. this operation completed instantly, and that menu has ~1/4 of loading time, etc. I think this feature was actually key to being able to memorize how to perform oper…
You can't do that when you have to actually wait for the thing you want to select to show, otherwise you'll be selecting something completely different.
Re: OpenAI is Using Reddit to Teach An Artificial Intelligence How to Speak
#134Earlier quoted context omitted.
SubredditSimulator was made by a Reddit Admin as a method of creating test data. It uses Markov chains for simplicity, which is not that exciting.
I have always wondered if one could make a better Subreddit Simulator with Deep Learning.
Re: OpenAI is Using Reddit to Teach An Artificial Intelligence How to Speak
#135Earlier quoted context omitted.
Note that you're comparing a touchscreen to tactile keys in that statement too, though. I could text from my pocket without T9, but try doing that with a touchscreen WITH T9...
And while we're doing that touch vs. tactile comparison, what I also loved about the old "dumb phones" was deterministic timing . I could do stuff on those phones from start to end without looking at the screen - I quickly learned and remembered that e.g. this operation completed instantly, and that menu has ~1/4 of loading time, etc. I think this feature was actually key to being able to memorize how to perform oper…
Re: OpenAI is Using Reddit to Teach An Artificial Intelligence How to Speak
#136Re: OpenAI is Using Reddit to Teach An Artificial Intelligence How to Speak
#137Earlier quoted context omitted.
SubredditSimulator was made by a Reddit Admin as a method of creating test data. It uses Markov chains for simplicity, which is not that exciting.
Not quite correct - we already had a method of generating test data (for dev installs of reddit) that uses markov chains, and that was basically the inspiration for SubredditSimulator. SS was just meant to be kind of a larger, ongoing version of that, running on reddit itself.
Re: OpenAI is Using Reddit to Teach An Artificial Intelligence How to Speak
#138Re: OpenAI is Using Reddit to Teach An Artificial Intelligence How to Speak
#139The DGX-1 is available for a cool $129k: http://www.nvidia.com/object/deep-learning-system.html Correct me if I'm wrong, but I think it's basically a couple hundred NVIDIA 10-series cards strapped together with a full custom NVIDIA software stack.
The P100s have full support for half-precision (i.e. 16 bit) floating point ops. This can mean ~2x improvements in speed and memory usage in comparison to the Pascal TitanX, which is the top "consumer" card. This difference is significant for almost any machine learning workload, which is what a lot of these cards will be used for. NVIDIA gimped half-precision on the consumer cards to drive datacenters, hedge funds,…
We really need some more Frameworks that work with OpenCL, so that we can have some competition from AMD, who's consumer cards are not gimped.