Skip to content

Commit a5cbdf8

Browse files
committed
179
1 parent 23938be commit a5cbdf8

7 files changed

+67
-14
lines changed

Artificial Intelligence.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@
2323
["Compression Progress: The Algorithmic Principle Behind Curiosity and Creativity"](https://youtube.com/watch?v=h7F5sCLIbKQ) by Juergen Schmidhuber `video`
2424
["The Future of Artificial Intelligence Belongs to Search and Learning"](http://www.fields.utoronto.ca/video-archive/2016/10/2267-16158) by Richard Sutton `video`
2525
["What's Next"](https://youtube.com/watch?v=U3veC3UEvJ0) by Yoshua Bengio `video`
26+
["The Free Energy Principle"](https://youtube.com/watch?v=NIu_dJGyIQI) by Karl Friston `video`
2627
["Building Machines That See, Learn and Think Like People"](https://youtube.com/watch?v=7ROelYvo8f0) by Joshua Tenenbaum `video`
2728
["AI: A Return To Meaning"](https://youtube.com/watch?v=1n-cwezu8j4) by David Ferucci `video`
2829
["Steps Toward Super Intelligence and the Search for a New Path"](https://youtube.com/watch?v=CcxG0IFssGg) by Rodney Brooks `video`
2930

30-
----
31-
32-
["Learning in Brains and Machines"](http://blog.shakirm.com/category/computational-and-biological-learning) by Shakir Mohamed
33-
3431
----
3532

3633
["On the Measure of Intelligence"](https://arxiv.org/abs/1911.01547) by Francois Chollet
@@ -43,6 +40,10 @@
4340
["On GPT-3: Meta-Learning, Scaling, Implications, And Deep Theory"](https://gwern.net/newsletter/2020/05#gpt-3) by Gwern Branwen
4441
["Progress and Hype in AI Research"](https://github.com/brylevkirill/posts/blob/master/AI.md) by Kirill Brylev
4542

43+
----
44+
45+
["Learning in Brains and Machines"](http://blog.shakirm.com/category/computational-and-biological-learning) by Shakir Mohamed
46+
4647
----
4748

4849
[**interesting papers - definitions and measures of intelligence**](#interesting-papers---definitions-and-measures-of-intelligence)
@@ -637,12 +638,15 @@
637638
#### ["On the Measure of Intelligence"](https://arxiv.org/abs/1911.01547) Chollet
638639
> "To make deliberate progress towards more intelligent and more human-like artificial systems, we need to be following an appropriate feedback signal: we need to be able to define and evaluate intelligence in a way that enables comparisons between two systems, as well as comparisons with humans. Over the past hundred years, there has been an abundance of attempts to define and measure intelligence, across both the fields of psychology and AI. We summarize and critically assess these definitions and evaluation approaches, while making apparent the two historical conceptions of intelligence that have implicitly guided them. We note that in practice, the contemporary AI community still gravitates towards benchmarking intelligence by comparing the skill exhibited by AIs and humans at specific tasks, such as board games and video games. We argue that solely measuring skill at any given task falls short of measuring intelligence, because skill is heavily modulated by prior knowledge and experience: unlimited priors or unlimited training data allow experimenters to “buy” arbitrary levels of skills for a system, in a way that masks the system’s own generalization power. We then articulate a new formal definition of intelligence based on Algorithmic Information Theory, describing intelligence as skill-acquisition efficiency and highlighting the concepts of scope, generalization difficulty, priors, and experience, as critical pieces to be accounted for in characterizing intelligent systems. Using this definition, we propose a set of guidelines for what a general AI benchmark should look like. Finally, we present a new benchmark closely following these guidelines, the Abstraction and Reasoning Corpus (ARC), built upon an explicit set of priors designed to be as close as possible to innate human priors. We argue that ARC can be used to measure a human-like form of general fluid intelligence and that it enables fair general intelligence comparisons between AI systems and humans."
639640

641+
- `video` <https://youtu.be/J0p_thJJnoo?t=59m9s> (Chollet)
640642
- `video` <https://youtube.com/watch?v=PUAdj3w3wO4> + <https://youtube.com/watch?v=oD54vJlG-S4> (Chollet)
641643
- `video` <https://youtube.com/watch?v=VvRz885Un1Q> (Scarfe)
642644
- `video` <https://youtube.com/watch?v=3_qGrmD6iQY> + <https://youtube.com/watch?v=THcuTJbeD34> + <https://youtube.com/watch?v=cuyM63ugsxI> + <https://youtube.com/watch?v=O9kFX33nUcU> (Kilcher)
643645
- `video` <https://youtube.com/watch?v=qWEOVWDsv-k> (Shorten)
644646
- `video` <https://youtube.com/watch?v=mEVnu-KZjq4> (Kilcher, Shorten, Scarfe)
645647
- `video` <https://youtube.com/watch?v=GpWLZUbPhr0> (Kilcher, Shorten, Scarfe)
648+
- `video` <https://youtu.be/hfaZwgk_iS0?t=55m10s> (Zahavy, Scarfe, Kilcher, Lange)
649+
- `notes` <https://whimsical.com/chollet-show-QQ2atZUoRR3yFDsxKVzCbj>
646650
- <https://kaggle.com/c/abstraction-and-reasoning-challenge>
647651

648652

Deep Learning.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,15 @@
7171

7272
#### courses
7373

74-
[course](https://course.fast.ai) from FastAI `video`
74+
[course](https://course.fast.ai) from FastAI `video` `2021`
7575
[course](https://youtube.com/playlist?list=PLqYmG7hTraZCDxZ44o4p3N5Anz3lLRVZF) from DeepMind `video` `2020`
7676
[course](https://youtube.com/playlist?list=PLqYmG7hTraZDNJre23vqCGIVpfZ_K2RZs) from DeepMind `video` `2018`
77-
[course](https://youtube.com/channel/UC8hYZGEkI2dDO8scT8C5UQA/playlists) from CMU `2020`
78-
[course](https://atcold.github.io/pytorch-Deep-Learning) from NYU `2020`
77+
[course](https://youtube.com/channel/UC8hYZGEkI2dDO8scT8C5UQA/playlists) from CMU `video` `2020`
78+
[course](https://atcold.github.io/pytorch-Deep-Learning) from NYU `video` `2020`
7979
[course](https://youtube.com/playlist?list=PLLssT5z_DsK_gyrQ_biidwvPYCRNGI3iv) by Geoffrey Hinton `video` `2012`
8080
[course](https://youtube.com/playlist?list=PL6Xpj9I5qXYEcOhn7TqghAJ6NAPrNmUBH) by Hugo Larochelle `video` `2013`
8181
[course](https://youtube.com/playlist?list=PL16j5WbGpaM0_Tj8CRmurZ8Kk1gEBc7fg) by Andrej Karpathy `video` `2016`
82+
[course](https://youtube.com/playlist?list=PLTKMiZHVd_2KJtIXOW0zFhFfBaJJilH51) by Sebastian Raschka `video` `2021`
8283

8384
[course](https://youtube.com/c/SergeyNikolenko/playlists) by Sergey Nikolenko `video` `in russian` `2020`
8485
[course](https://youtube.com/c/DeepLearningSchool/playlists) from MIPT `video` `in russian` `2020`
@@ -509,6 +510,7 @@
509510
[overview](https://youtube.com/watch?v=BN4CXnd3NNY) by Sergey Nikolenko `video` `in russian` `2020`
510511
[course](https://lektorium.tv/node/36609) by Sergey Nikolenko `video` `in russian` `2019`
511512

513+
[overview](https://youtube.com/watch?v=3ktD752xq5k) by Denis Korzhenkov `video`
512514
[overview](https://youtube.com/watch?v=T4UuL7U5asA) by Egor Zakharov `video`
513515
[overview](https://youtube.com/watch?v=m80Vp-jz-Io) by Iliya Tolstikhin `video`
514516
[overview](https://youtube.com/watch?v=jAI3rBI6poU) by Dmitry Ulyanov `video` `in russian`
@@ -830,6 +832,10 @@
830832

831833
["Graph Representation Learning"](https://morganclaypoolpublishers.com/catalog_Orig/product_info.php?products_id=1576) by William Hamilton `book`
832834

835+
----
836+
837+
[course](https://youtube.com/playlist?list=PLoROMvodv4rPLKxIpqhjhPgdQy7imNkDn) by Jure Leskovec `video`
838+
833839
["Graph Neural Networks: Variations and Applications](https://youtube.com/watch?v=cWIeTMklzNg) by Alexander Gaunt `video`
834840
["Convolutional Neural Networks on Graphs"](https://youtube.com/watch?v=v3jZRkvIOIM) by Xavier Bresson `video`
835841
["Large-scale Graph Representation Learning"](https://youtube.com/watch?v=oQL4E1gK3VU) by Jure Leskovec `video`
@@ -840,6 +846,7 @@
840846

841847
["Geometric Deep Learning: Going beyond Euclidean Data"](https://arxiv.org/abs/1611.08097) by Bronstein et al. `paper`
842848

849+
["Geometric Deep Learning"](https://youtube.com/watch?v=JCAVvTiKqZU) by Michael Bronstein `video`
843850
["Geometric Deep Learning"](https://vimeo.com/248497329) by Michael Bronstein, Joan Bruna, Arthur Szlam `video`
844851
["Geometric Deep Learning"](https://youtube.com/watch?v=ptcBmEHDWds) by Michael Bronstein `video`
845852
["Geometric Deep Learning"](https://youtube.com/watch?v=Qtgep2CEExY) by Joan Bruna and Michael Bronstein `audio`
@@ -912,15 +919,15 @@
912919
["What is going on in a neural network?"](https://youtu.be/ehNGGYFO6ms?t=48m18s) by Christian Szegedy `video`
913920

914921
[**"Attention Is All You Need"**](#attention-is-all-you-need-vaswani-et-al) by Vaswani et al. `paper` `summary`
915-
["Hopfield Networks is All You Need"](https://arxiv.org/abs/2008.02217) by Ramsauer et al. ([post](https://jku.at/index.php?id=18677), [overview](https://youtube.com/watch?v=nv6oFDp6rNQ) by Kilcher `video`)
922+
["Hopfield Networks is All You Need"](https://arxiv.org/abs/2008.02217) by Ramsauer et al. `paper` ([post](https://jku.at/index.php?id=18677), [overview](https://youtube.com/watch?v=nv6oFDp6rNQ) by Kilcher `video`)
916923

917924
----
918925

919926
**Capsule Network**
920927

921928
[overview](https://youtube.com/watch?v=x5Vxk9twXlE) by Geoffrey Hinton `video`
922929

923-
[**"How to Represent Part-whole Hierarchies in a Neural Network"**](#how-to-represent-part-whole-hierarchies-in-a-neural-network) by Hinton `paper` `summary` *(GLOM)*
930+
[**"How to Represent Part-whole Hierarchies in a Neural Network"**](#how-to-represent-part-whole-hierarchies-in-a-neural-network-hinton) by Hinton `paper` `summary` *(GLOM)*
924931
["Canonical Capsules: Unsupervised Capsules in Canonical Pose"](https://arxiv.org/abs/2012.04718) by Sun et al. `paper`
925932
["Unsupervised Part Representation by Flow Capsules"](https://arxiv.org/abs/2011.13920) by Sabour et al. `paper`
926933
[**"Stacked Capsule Autoencoders"**](#stacked-capsule-autoencoders-kosiorek-sabour-teh-hinton) by Kosiorek et al. `paper` `summary`
@@ -1090,8 +1097,9 @@
10901097
- `video` <https://youtube.com/watch?v=LzL5naUS31s> (Belkin)
10911098
- `video` <https://youtube.com/watch?v=ZAW9EyNo2fw> (Kilcher)
10921099
- `video` <https://youtu.be/FBggC-XVF4M?t=1h10m52s> (Czarnecki)
1100+
- `video` <https://youtu.be/SKYXBPCJHCg?t=42m14s> (Vetrov) `in russian`
10931101
- `post` <https://lilianweng.github.io/lil-log/2019/03/14/are-deep-neural-networks-dramatically-overfitted.html#the-lottery-ticket-hypothesis>
1094-
- `paper` ["Deep Double Descent: Where Bigger Models and More Data Hurt"](https://arxiv.org/abs/1912.02292) by Nakkiran et al. ([post](https://openai.com/blog/deep-double-descent), [overview](https://youtube.com/watch?v=R29awq6jvUw) `video`)
1102+
- `paper` ["Deep Double Descent: Where Bigger Models and More Data Hurt"](https://arxiv.org/abs/1912.02292) by Nakkiran et al. ([post](https://openai.com/blog/deep-double-descent), [overview](https://youtube.com/watch?v=R29awq6jvUw) `video`, [overview](https://youtu.be/SKYXBPCJHCg?t=42m14s) `video` `in russian`)
10951103
- `paper` ["The Generalization Error of Random Features Regression: Precise Asymptotics and Double Descent Curve"](https://arxiv.org/abs/1908.05355) by Mei et al.
10961104

10971105

@@ -1958,6 +1966,7 @@ Yoshua Bengio:
19581966
- `video` <https://youtu.be/AC4l_MY2Dhc?t=1h51m52s> (Srinivas)
19591967
- `video` <https://youtu.be/BnpB3GrpsfM?t=1h32m23s> (Radford)
19601968
- `video` <https://youtu.be/8zAP2qWAsKg?t=55m7s> (Hill)
1969+
- `video` <https://youtube.com/watch?v=_BFp4kjSB-I> (Raschka)
19611970
- `video` <https://youtube.com/watch?v=9-Om2YcHhIA> (Li)
19621971
- `video` <https://youtube.com/watch?v=BhlOGGzC0Q0> + <https://youtube.com/watch?v=rMQMHA-uv_E> (Gharbieh)
19631972
- `video` <https://youtube.com/watch?v=BhlOGGzC0Q0> (Luo)
@@ -1967,6 +1976,7 @@ Yoshua Bengio:
19671976
- `video` <https://youtu.be/atSqU9HfJq0?t=1h9m13s> (Malykh) `in russian`
19681977
- `video` <https://youtu.be/Q4HVS6c92qU?t=21m7s> (Alexeev) `in russian`
19691978
- `video` <https://youtu.be/1DygevyV2eA?t=17m27s> (Neychev) `in russian`
1979+
- `video` <https://youtu.be/zhsUpUFClEU?t=32m16s> (Astakhov) `in russian`
19701980
- `post` <http://jalammar.github.io/illustrated-bert>
19711981
- `post` <https://medium.com/dissecting-bert/dissecting-bert-part-1-d3c3d495cdb3> + <https://medium.com/dissecting-bert/dissecting-bert-part2-335ff2ed9c73> + <https://medium.com/dissecting-bert/dissecting-bert-appendix-the-decoder-3b86f66b0e5f>
19721982
- `paper` ["Right for the Wrong Reasons: Diagnosing Syntactic Heuristics in Natural Language Inference"](https://arxiv.org/abs/1902.01007) by McCoy et al.
@@ -1990,6 +2000,7 @@ Yoshua Bengio:
19902000
- `video` <https://youtu.be/w3ues-NayAs?t=23m15s> (Sutskever)
19912001
- `video` <https://youtu.be/X-B3nAN7YRM?t=14m25s> (Sutskever)
19922002
- `video` <https://youtu.be/T0I88NhR_9M?t=6m11s> (Sutskever)
2003+
- `video` <https://youtube.com/watch?v=BXv1m9Asl7I> (Raschka)
19932004
- `video` <https://youtube.com/watch?v=n_UlVuFAzbU> (Amjadian)
19942005
- `video` <https://youtu.be/qIEfJ6OBGj8?t=14m25s> (Hinton)
19952006
- `post` <https://amaarora.github.io/2020/02/18/annotatedGPT2.html>
@@ -2013,6 +2024,8 @@ Yoshua Bengio:
20132024
20142025
- <https://github.com/elyase/awesome-gpt3> (demo)
20152026
- <https://gpt3examples.com> (demo)
2027+
- <https://aiwriter.email> (demo)
2028+
- <https://twitter.com/QasimMunye/status/1278750809094750211>
20162029
- `video` <https://vimeo.com/427943407/98fe5258a7> (demo)
20172030
- `video` <https://pscp.tv/Microsoft/1OyKAYWPRrWKb?t=29m19s> (demo)
20182031
- <https://justpaste.it/7eovk> (demo)
@@ -2022,13 +2035,17 @@ Yoshua Bengio:
20222035
- `video` <https://youtube.com/watch?v=fTvB5xMNfTY> (Kilcher, Scarfe, Duggar, Leahy)
20232036
- `video` <https://youtube.com/watch?v=7qPDwsCLbZc> (Kilcher, Shorten, Scarfe)
20242037
- `video` <https://youtube.com/watch?v=SY5PvZrJhLE> (Kilcher)
2038+
- `video` <https://youtube.com/watch?v=wYdKn-X4MhY> (Raschka)
20252039
- `video` <https://youtube.com/watch?v=Mq97CF02sRY> (Heo)
2040+
- `video` <https://youtu.be/J0p_thJJnoo?t=37m3s> (Chollet)
20262041
- `video` <https://youtu.be/PUAdj3w3wO4?t=42m24s> (Chollet)
20272042
- `video` <https://youtube.com/watch?v=GJkXBGRHZWQ> (Shamshiev) `in russian`
2043+
- `video` <https://youtu.be/zhsUpUFClEU?t=18m5s> (Astakhov) `in russian`
20282044
- `post` <https://jalammar.github.io/how-gpt3-works-visualizations-animations>
20292045
- `post` <https://gwern.net/newsletter/2020/05#gpt-3>
20302046
- `post` <https://gwern.net/GPT-3>
20312047
- `post` <https://slatestarcodex.com/2020/06/10/the-obligatory-gpt-3-post>
2048+
- `post` <https://bmk.sh/2020/05/29/GPT-3-A-Brief-Summary>
20322049
- `post` <https://leogao.dev/2020/08/17/Building-AGI-Using-Language-Models>
20332050
- `post` <https://medium.com/@ChrisGPotts/is-it-possible-for-language-models-to-achieve-language-understanding-81df45082ee2>
20342051
- `notes` <https://erogol.com/short-notes-on-gpt-3>
@@ -2677,6 +2694,7 @@ Yoshua Bengio:
26772694
- `video` <https://youtu.be/-fdexQBpRas?t=26m9s> (Vinyals)
26782695
- `video` <https://youtu.be/8zAP2qWAsKg?t=22m39s> (Hill)
26792696
- `video` <https://youtube.com/watch?v=iDulhoQ2pro> (Kilcher)
2697+
- `video` <https://youtube.com/watch?v=tstbZXNCfLY> (Raschka)
26802698
- `video` <https://youtu.be/AIiwuClvH6k?t=1h14m> (Graves)
26812699
- `video` <https://youtube.com/watch?v=HsYPiKDTikg> (Li)
26822700
- `video` <https://youtube.com/watch?v=S0KakHcj_rs> (Palermo)
@@ -2686,7 +2704,6 @@ Yoshua Bengio:
26862704
- `video` <https://youtu.be/IWHa_mIE8yA?t=1h56m29s> (Gorbachev) `in russian`
26872705
- `video` <https://youtube.com/watch?v=YQZRsowJZA8> (Lyalin) `in russian`
26882706
- `video` <https://youtube.com/watch?v=KMgJFptbNlM> (Lyalin) `in russian`
2689-
- `video` <https://youtube.com/watch?v=2YScoz4uBm8> (Astakhov) `in russian`
26902707
- `video` <https://youtube.com/watch?v=qfOk7IWDoDY> (Chumachenko) `in russian`
26912708
- `video` <https://youtube.com/watch?v=atSqU9HfJq0> (Malykh) `in russian`
26922709
- `video` <https://youtube.com/watch?v=Bg8Y5q1OiP0> + <https://youtube.com/watch?v=7I_D2EOxwwI> (Neychev) `in russian`
@@ -2697,7 +2714,9 @@ Yoshua Bengio:
26972714
- `video` <https://youtu.be/LhH6wMvntSM?t=54m56s> (Suleymanov) `in russian`
26982715
- `video` <https://youtube.com/watch?v=7e4LxIVENZA> (Sapunov) `in russian`
26992716
- `video` <https://youtube.com/watch?v=znyvj3ijl7Q> (Sapunov) `in russian`
2700-
- `video` <https://youtube.com/watch?v=f544TipD2QY> + <https://youtube.com/watch?v=WL6UviEG3XA> (Astakhov) `in russian`
2717+
- `video` <https://youtube.com/watch?v=KZ9NXYcXVBY> (Sapunov) `in russian`
2718+
- `video` <https://youtube.com/watch?v=f544TipD2QY> + <https://youtube.com/watch?v=WL6UviEG3XA> + <https://youtube.com/watch?v=zhsUpUFClEU> (Astakhov) `in russian`
2719+
- `video` <https://youtube.com/watch?v=2YScoz4uBm8> (Astakhov) `in russian`
27012720
- `audio` <https://soundcloud.com/nlp-highlights/36-attention-is-all-you-need-with-ashish-vaswani-and-jakob-uszkoreit> (Vaswani, Uszkoreit)
27022721
- `post` <https://people.idsia.ch/~juergen/fast-weight-programmer-1991-transformer.html>
27032722
- `post` <https://lilianweng.github.io/lil-log/2020/04/07/the-transformer-family.html>

Knowledge Representation and Reasoning.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@
189189
Knowledge representation formalisms use (a subset of) first-order logic to describe relational properties of a domain in a general manner (universal quantification) and draw upon probabilistic graphical models (such as Bayesian networks or Markov networks) to model the uncertainty.
190190
Not strictly limited to learning aspects - equally concerned with reasoning (specifically probabilistic inference) and knowledge representation.
191191

192+
193+
----
194+
195+
[course](https://youtube.com/playlist?list=PLoROMvodv4rPLKxIpqhjhPgdQy7imNkDn) by Jure Leskovec *(lectures 10 and 11)* `video`
196+
192197
----
193198

194199
["Statistical Relational Artificial Intelligence: Logic, Probability and Computation"](https://facebook.com/nipsfoundation/videos/1552222671535633/) tutorial by Raedt, Poole, Kersting, Natarajan `video`
@@ -432,6 +437,7 @@
432437
### probabilistic database - Markov Logic Network
433438

434439
overview by Pedro Domingos:
440+
- ["Unifying Logical and Statistical AI with Markov Logic"](https://youtube.com/watch?v=0TYS6mpcsG4) `video`
435441
- ["Unifying Logical and Statistical AI"](http://youtube.com/watch?v=bW5DzNZgGxY) `video`
436442
- ["Combining Logic and Probability: Languages, Algorithms and Applications"](http://videolectures.net/uai2011_domingos_kersting_combining/) `video`
437443
- ["Incorporating Prior Knowledge into NLP with Markov Logic"](http://videolectures.net/icml08_domingos_ipk/) `video`

Natural Language Processing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@
298298

299299
[**interesting recent papers**](https://github.com/brylevkirill/notes/blob/master/interesting%20recent%20papers.md#natural-language-processing)
300300

301+
[papers](https://github.com/dair-ai/nlp_paper_summaries)
302+
301303

302304

303305
---

Recommender Systems.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
9999
> "problem with algorithms based on computing correlations between users and items: did you watch a movie because you liked it or because we showed it to you or both? requires computing causal interventions instead of correlations: p(Y|X) -> p(Y|X,do(R))"
100100
101+
- `video` <https://youtube.com/watch?v=GSQj27ps854> (Wilke)
102+
- `post` <https://amazon.science/the-history-of-amazons-recommendation-algorithm>
103+
101104

102105
#### ["Real-time Personalization using Embeddings for Search Ranking at Airbnb"](https://kdd.org/kdd2018/accepted-papers/view/real-time-personalization-using-embeddings-for-search-ranking-at-airbnb) Grbovic, Cheng
103106
`Airbnb` `KDD 2018`

0 commit comments

Comments
 (0)