This will not end well. Can we PLEASE CeaseAi -GPT?
@yichaoliang55002 жыл бұрын
Thanks for sharing the great talk, but the video has got no sound after 17mins...
@earleweaver2 жыл бұрын
The power of search is amazing, i have no clue how i got here
@dashadower3 жыл бұрын
Hi. When can I expect the PROBPROG 2021 talks to be uploaded?
@444haluk3 жыл бұрын
The angriest talking person ever in a conference.
@justfoundit3 жыл бұрын
I love how confident this guy is. Knowing that he's right, no matter the size of audience or number of questions. Wonder what progress they made since.
@nathancooper10013 жыл бұрын
Such cool work 🤓
@caleballen47213 жыл бұрын
Wow, this is incredible!
@SamNeaves4 жыл бұрын
One of the best talks I have seen on this :)
@DistortedV124 жыл бұрын
I know he's tackling the Occam Razor version of this but I wonder how this could be extended to perform on more difficult coding problems by incorporating expert knowledge
@dennismertens9903 жыл бұрын
Expert knowledge can be incorporated already. Just add concepts to the library manually.
@batuhankavlak4 жыл бұрын
Can anyone share an explanation about 'solver' referred in the video? What is the distinction between a model and a solver they were talking about?
@rodrigobraz23 жыл бұрын
A model declaratively establishes a relationship between variables without offering a way to find the value (or distribution) of variables. A solver takes a model (and possibly some data) and does that. For example, a quadratic equation x^2 + x + 1 = 0 is a model, while the Bhaskara method is a solver for that kind of model that determines the value of x.
@batuhankavlak3 жыл бұрын
@@rodrigobraz2 Thanks! Although it is quite intuitive, I could not be sure.
@AnimeshSharma19775 жыл бұрын
"DL community may be repeating history... #BOFAI (Bad Old Fashioned AI)" @12:30 epic line ;)
@lighthaus2055 жыл бұрын
Good shit! :)
@valiantljk5 жыл бұрын
fantastic
@miladbanan24455 жыл бұрын
Thanks
@kimiashayestehfard36775 жыл бұрын
A very good description of BBVI.
@luxon45 жыл бұрын
where is noah's talk?
@citiblocsMaster5 жыл бұрын
11:27 Saad feeling very sad
@AzwadAbid6 жыл бұрын
This lecture is gold and very unique. Deserves way more view
@asgharmoeini554 жыл бұрын
agree
@usptact6 жыл бұрын
"Statistics is mathematics of data." -- Zoubin Ghahramani
@usptact6 жыл бұрын
Great talk by Yordan! I am eager to learn more about the Infer.NET framework and some of the new models, Alexandria for example, is new to me.
@citiblocsMaster6 жыл бұрын
Dave Blei humor is the best humor. "20 minutes? We'll just start again" "That is handwavy even by my own standards"
@citiblocsMaster6 жыл бұрын
This guy is taking a stab at Josh's hard problem of learning, and the video has 2 views after 2 weeks. People on this planet have no taste about what is interresting
@connor-shorten4 жыл бұрын
Lol!
@lostmsu3 жыл бұрын
I watched Yannic's video on DreamCoder ( kzbin.info/www/bejne/p6XYYZSJial4aKs ) and only got to the actual paper a few weeks later. Seeing this one is from 2018, I am late by 2+ years. What should I follow to not wait for 3 years before stuff like this gets public attention?
@citiblocsMaster6 жыл бұрын
My go at the learning = programming idea. (very related to the Noah Goodman's Probabilistic Language of Thought Hypothesis) Please correct me if I'm wrong Tuning parameters of existing code: not sure Writing new code: "normal learning" where you learn new things, mechanisms, relations, dynamics by experience. Extending or fixing code: Learning from mistakes. Eg: your tennis backhand sucks and the trainer tells you how to fix it, or you take an exam and review your wrong answers Rewriting/Refactoring a library of code: re-learning? Like Jaynes saying that a lack of statistics background is a good thing because there will be less to unlearn? Having to re-consider your entire perspective on a topic. Adapting code written for other purposes: Analogy making. Eg using what we know about coding to understand about human learning like we do now Getting code from other people or published sources: human language, reading, formal education. That's why books are so powerful: you go from having to write everything from scratch to just pip install everything. (or rather gem install for the real hackers) Debugging: thought experiments or regular experiments to find our where your are wrong. Testing hypotheses. Asking the right questions. Rewriting existing code in a different language: not sure Compiling code (translating from interpretable source code -> efficient machine code): training / growing myelin sheaths Writing a new language or compiler: meditation? not sure
@yordan.zaykov6 жыл бұрын
Infer.NET is now open source at github.com/dotnet/infer