-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbiblio.bib
More file actions
8493 lines (7410 loc) · 272 KB
/
biblio.bib
File metadata and controls
8493 lines (7410 loc) · 272 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Archivo fuente: biblio.bib
Repositorio fuente: https://github.com/glandfried/biblio
@INPROCEEDINGS{abbeel2004,
title = {Apprenticeship learning via inverse reinforcement learning},
author = {Abbeel, Pieter and Ng, Andrew Y},
booktitle = Proc # "of the twenty-first " # Int # Conf # "on Machine learning",
pages = 1,
numpages = 8,
doi = {10.1145/1015330.1015430},
year= 2004,
note={https://dl.acm.org/doi/pdf/10.1145/1015330.1015430?casa_token=QIJzMVzwxKgAAAAA:QHG7d8jI-GjRzoyB8IoY6tW178vuORKQQ3iwLV8NtrrtCCBWy2POZrpJENem2-CLASj1IBTyxdRRtw}
}
@inproceedings{adamic2016-informationEvolutionInSocialNetworks,
title={Information evolution in social networks},
author={Adamic, Lada A and Lento, Thomas M and Adar, Eytan and Ng, Pauline C},
booktitle={Proceedings of the Ninth ACM International Conference on Web Search and Data Mining},
pages={473--482},
year={2016},
organization={ACM}
}
@article{adamou2016-dynamicsOfInequality,
title={Dynamics of inequality},
author={Adamou, Alexander and Peters, Ole},
journal={Significance},
volume={13},
number={3},
pages={32--35},
year={2016},
publisher={Wiley Online Library},
note={https://rss.onlinelibrary.wiley.com/doi/pdf/10.1111/j.1740-9713.2016.00918.x}
}
@article{adjodah2017-improvedLearningEvolutionStrategiesViaNetworkTopologies,
title={Improved Learning in Evolution Strategies via Sparser Inter-Agent Network Topologies},
author={Adjodah, Dhaval and Calacci, Dan and Leng, Yan and Krafft, Peter and Moro, Esteban and Pentland, Alex},
journal={arXiv preprint arXiv:1711.11180},
year={2017}
}
@book{ahmadThesis,
author = "Ahmad, Muhammad Aurangzeb",
title = "Computational trust in multiplayer online games",
year = "2012",
publisher = "Ph.D. thesis, Departament of Computer Science, University of Minnesota",
address = "Twin Cities"
}
@article{aitken1989-causalNetworkForensic,
title={Probabilistic reasoning in evidential assessment},
author={Aitken, CGG and Gammerman, A},
journal={Journal of the Forensic Science Society},
volume={29},
number={5},
pages={303--316},
year={1989},
publisher={Elsevier}
}
@article{aitken1996-specificCase,
title={Statistical modelling in specific case analysis.},
author={Aitken, CG and Connolly, T and Gammerman, A and Zhang, G and Bailey, D and Gordon, R and Oldfield, R},
journal={Science \& justice: journal of the Forensic Science Society},
volume={36},
number={4},
pages={245--255},
year={1996}
}
@book{aitken2021-evidenceForForensic,
title={Statistics and the evaluation of evidence for forensic scientists},
author={Aitken, Colin and Taroni, Franco},
year={2021},
publisher={John Wiley \& Sons},
note={https://github.com/BayesDeLasProvinciasUnidasDelSur/biblio/releases/download/biblio/aitken2021-evidenceForForensic.pdf}
}
@incollection{aitken2020-history,
title={The history of forensic inference and statistics: A thematic perspective},
author={Aitken, Colin and Taroni, Franco},
booktitle={Handbook of forensic statistics},
pages={3--36},
year={2020},
publisher={Chapman and Hall/CRC}
}
@book{alexander1987-biologyMoral,
author = "Richard D. Alexander",
title = "The biology of moral systems",
year = "1987",
publisher = "Aldine de Gruyter",
address = "New York"
}
@misc{alger2016-repoInverseReinforcementLearning,
author = {Matthew Alger},
title = {Inverse Reinforcement Learning},
year = {2016},
doi = {10.5281/zenodo.555999},
url = {https://doi.org/10.5281/zenodo.555999}
}
@article{alzamendi2020,
title={Bayesian estimation of vocal function measures using laryngeal high-speed videoendoscopy and glottal airflow estimates: An in vivo case study},
author={Alzamendi, Gabriel A and Manr{\'\i}quez, Rodrigo and Hadwin, Paul J and Deng, Jonathan J and Peterson, Sean D and Erath, Byron D and Mehta, Daryush D and Hillman, Robert E and Za{\~n}artu, Mat{\'\i}as},
journal={The Journal of the Acoustical Society of America},
volume={147},
number={5},
pages={EL434--EL439},
year={2020},
publisher={Acoustical Society of America}
}
@article{amelkin2018-collectivePerformanceCollaborationNetworks,
title={Dynamics of collective performance in collaboration networks},
author={Amelkin, Victor and Askarisichani, Omid and Kim, Young Ji and Malone, Thomas W and Singh, Ambuj K},
journal={PloS one},
volume={13},
number={10},
pages={e0204547},
year={2018},
publisher={Public Library of Science}
}
@book{anderson2014-humanAssociativeMemory,
title={Human associative memory},
author={Anderson, John R and Bower, Gordon H},
year={1973},
publisher={Wiley, NY}
}
@article{anzai1979-learningByDoing,
title={The theory of learning by doing.},
author={Anzai, Yuichiro and Simon, Herbert A},
journal={Psychological review},
volume={86},
number={2},
pages={124},
year={1979},
publisher={American Psychological Association}
}
@article{aplin2022-birdsCulture,
title={Culture in birds},
author={Aplin, Lucy},
journal={Current Biology},
volume={32},
number={20},
pages={R1136--R1140},
year={2022},
publisher={Elsevier}
}
@article{aral2009-influenceBasedContagion,
title={Distinguishing influence-based contagion from homophily-driven diffusion in dynamic networks},
author={Aral, Sinan and Muchnik, Lev and Sundararajan, Arun},
journal=PNAS,
volume={106},
number={51},
pages={21544--21549},
year={2009},
publisher={National Acad Sciences}
}
@article{aral2012-identifyingInfluentialAndSusceptibleMembers,
title={Identifying influential and susceptible members of social networks},
author={Aral, Sinan and Walker, Dylan},
journal={Science},
volume={337},
number={6092},
pages={337--341},
year={2012},
publisher={American Association for the Advancement of Science}
}
@article{araszkiewicz2022-lawAI,
title={Thirty years of Artificial Intelligence and Law: overviews},
author={Araszkiewicz, Micha{\l} and Bench-Capon, Trevor and Francesconi, Enrico and Lauritsen, Marc and Rotolo, Antonino},
journal={Artificial Intelligence and Law},
volume={30},
number={4},
pages={593--610},
year={2022},
publisher={Springer}
}
@article{arellana2023,
title={Using SAOCOM data and Bayesian Inference to estimate soil dielectric constant in agricultural soils},
author={Arellana, Javier and Franco, Mariano and Grings, Francisco},
journal={IEEE Geoscience and Remote Sensing Letters},
year={2023},
publisher={IEEE}
}
@article{argall2009-learningFromDemonstration,
title={A survey of robot learning from demonstration},
author={Argall, Brenna D and Chernova, Sonia and Veloso, Manuela and Browning, Brett},
journal={Robotics and autonomous systems},
volume={57},
number={5},
pages={469--483},
year={2009},
publisher={Elsevier},
}
@article{arora2019-BLCAplos,
title={Comparative accuracy of typhoid diagnostic tools: A Bayesian latent-class network analysis},
author={Arora, Paul and Thorlund, Kristian and Brenner, Darren R and Andrews, Jason R},
journal={PLoS neglected tropical diseases},
volume={13},
number={5},
pages={e0007303},
year={2019},
publisher={Public Library of Science San Francisco, CA USA}
}
@article{Axelrod1981-evolutionOfCooperation,
author = {Axelrod, R and Hamilton, WD},
title = {The evolution of cooperation},
volume = {211},
number = {4489},
pages = {1390--1396},
year = {1981},
publisher = {American Association for the Advancement of Science},
journal = {Science}
}
@book{axelrod1984-evolutionOfCooperation,
title={The evolution of cooperation},
author={Axelrod, Robert M},
year={1984},
publisher={Basic books},
note={libgen.lc/get.php?md5=f097e0fdb0629a23ab7118a408bc800a&key=V5NB9Q5U9KD6FVIO&mirr=1}
}
@article{axelrod1986-evolutionaryApproachToNorms,
title = {An Evolutionary Approach to Norms},
author = {Axelrod, Robert},
journal = {The American Political Science Review},
volume = {80},
number = {4},
pages = {pp. 1095-1111},
note = {http://www.jstor.org/stable/1960858},
ISSN = {00030554},
year = {1986},
publisher = {American Political Science Association},
}
@article{axelrod1993,
title = {A Landscape Theory of Aggregation},
author = {Axelrod, Robert and Bennett, D. Scott},
journal = {British Journal of Political Science},
volume = {23},
number = {2},
pages = {pp. 211-233},
year = {1993},
publisher = {Cambridge University Press},
copyright = {Copyright © 1993 Cambridge University Press},
}
@book{axelrod1997-complexity,
title = {The complexity of cooperation},
author = {Robert Axelrod},
publisher = {Princeton University Press},
year = {1997},
note={libgen.lc/get.php?md5=3196046eceb2193c8b12635fd8472eba&key=EWNBUERTK6U2L473&mirr=1}
}
@INPROCEEDINGS{bachrach2012-bayesianAptitudTesting,
title={How to grade a test without knowing the answers---a Bayesian graphical model for adaptive crowdsourcing and aptitude testing},
author={Bachrach, Yoram and Graepel, Thore and Minka, Tom and Guiver, John},
journal={International Conference on Machine Learning},
year={2012},
note={https://icml.cc/Conferences/2012/papers/597.pdf}
}
@inproceedings{bachrach2008-coalitionalSkillGames,
title={Coalitional skill games},
author={Bachrach, Yoram and Rosenschein, Jeffrey S},
booktitle={Proceedings of the 7th international joint conference on Autonomous agents and multiagent systems-Volume 2},
pages={1023--1030},
year={2008},
organization={International Foundation for Autonomous Agents and Multiagent Systems}
}
@inproceedings{bachrach2012-personalityAndPatternsOfFacebookUsage,
title={Personality and patterns of Facebook usage},
author={Bachrach, Yoram and Kosinski, Michal and Graepel, Thore and Kohli, Pushmeet and Stillwell, David},
author={Bachrach, Yoram and Kosinski, Michal and Graepel, Thore and Kohli, Pushmeet and Stillwell, David},
booktitle={Proceedings of the 4th annual ACM web science conference},
pages={24--32},
year={2012},
organization={ACM}
}
@article{baldwin2018-theRiseOfPeerReview,
title={Scientific autonomy, public accountability, and the rise of “peer review” in the Cold War United States},
author={Baldwin, Melinda},
journal={Isis},
volume={109},
number={3},
pages={538--558},
year={2018},
publisher={University of Chicago Press Chicago, IL}
}
@article{balseiro1951-informeHuemul,
title={Informe del Dr. Jos{\'e} Antonio Balseiro referente a la inspecci{\'o}n realizada en la isla Huemul en Setiembre de 1951},
author={Balseiro, Jos{\'e} Antonio},
year={1951},
publisher={Comisi{\'o}n Nacional de Energ{\'\i}a At{\'o}mica (CNEA)},
note={https://www.cnea.gob.ar/nuclea/bitstream/handle/10665/483/cicacInformeCNEA493ocrA9.pdf}
}
@article{barber2018-knockoffs,
title={Robust inference with knockoffs},
author={Barber, Rina Foygel and Cand{\`e}s, Emmanuel J and Samworth, Richard J},
journal={arXiv preprint arXiv:1801.03896},
year={2018}
}
@article{barberis2013-reviewProspectTheory,
title={Thirty years of prospect theory in economics: A review and assessment},
author={Barberis, Nicholas C},
journal={Journal of Economic Perspectives},
volume={27},
number={1},
pages={173--96},
year={2013},
note={https://pubs.aeaweb.org/doi/pdfplus/10.1257/jep.27.1.173}
}
@article{barOn2018-biomass,
title={The biomass distribution on Earth},
author={Bar-On, Yinon M and Phillips, Rob and Milo, Ron},
journal={Proceedings of the National Academy of Sciences},
volume={115},
number={25},
pages={6506--6511},
year={2018},
publisher={National Acad Sciences},
note={https://www.pnas.org/content/pnas/115/25/6506.full.pdf}
}
@INPROCEEDINGS{bakshy2010-economicActivityInVirtualWorld,
author = {Eytan Bakshy and Matthew Simmons and David Huffaker and Chun-Yuen Cheng and Lada Adamic},
boooktitle = {Proceedings of the Fourth International AAAI Conference on Weblogs and Social Media},
title = {The Social Dynamics of Economic Activity in a Virtual World},
conference = {International AAAI Conference on Weblogs and Social Media},
year = {2010},
note = {http://www.aaai.org/ocs/index.php/ICWSM/ICWSM10/paper/view/1537/1825}
}
@article{bakshy2015-ideologicallyDiverseOpinionFacebook,
title={Exposure to ideologically diverse news and opinion on Facebook},
author={Bakshy, Eytan and Messing, Solomon and Adamic, Lada A},
journal={Science},
volume={348},
number={6239},
pages={1130--1132},
year={2015},
publisher={American Association for the Advancement of Science}
}
@article{bainbridge2007-scientificResearchOfVirtualWorlds,
title={The scientific research potential of virtual worlds},
author={Bainbridge, William Sims},
journal={science},
volume={317},
number={5837},
pages={472--476},
year={2007},
publisher={American Association for the Advancement of Science}
}
@book{bainbridge,
author = "William Sims Bainbridge",
title = "The Warcraft Civilization Social Science in a Virtual World",
year = "2010",
publisher = "MIT Press",
address = "Boston"
}
@article{Banerjee2010,
author={Anand Banerjee and Victor M Yakovenko},
title={Universal patterns of inequality},
journal={New Journal of Physics},
volume={12},
number={7},
pages={075032},
year={2010}
}
@book{bandura1963-personalityDevelopment,
title={Social learning and personality development},
author={Bandura, Albert and Walters, Richard H},
volume={14},
year={1963},
publisher={JSTOR}
}
@BOOK{bandura1977-socialLearning,
title={Social Learning Theory},
author={Bandura, Albert},
year={1977},
publisher={Prentice-Hall}
}
@article{bandura1986-socialCognitiveTheory,
title={Social foundations of thought and action: A social cognitive theory},
author={Bandura, Albert},
journal={NY.: Prentice-Hall},
year={1986}
}
@article{bandura1989-humanAgencySCT,
title={Human agency in social cognitive theory.},
author={Bandura, Albert},
journal={American psychologist},
volume={44},
number={9},
pages={1175},
year={1989},
publisher={American Psychological Association}
}
@article{bandura2005-evolutionOfSCT,
title={The evolution of social cognitive theory},
author={Bandura, Albert},
journal={Great minds in management},
pages={9--35},
year={2005}
}
@incollection{banks2020-bayesianForensic,
title={Bayesian methods and forensic inference},
author={Banks, David and Tackett, Maria},
booktitle={Handbook of Forensic Statistics},
pages={73--90},
year={2020},
publisher={Chapman and Hall/CRC}
}
@book{banks2020-handbook,
title={Handbook of forensic statistics},
author={Banks, David L and Kafadar, Karen and Kaye, David H and Tackett, Maria},
year={2020},
publisher={CRC Press}
}
@article{Barabasi,
title = {Statistical mechanics of complex networks},
author = {Albert, R\'eka and Barab\'asi, Albert-L\'aszl\'o},
journal = {Rev. Mod. Phys.},
volume = {74},
issue = {1},
pages = {47--97},
year = {2002},
month = {Jan},
publisher = {American Physical Society}
}
@article{barg,
author = " Alexander Barg and Gérard D. Cohen and Sylvia B. Encheva and Gregory A. Kabatiansky and Gilles Zémor ",
title = "A Hypergraph Approach to the Identifying Parent Property: The Case of Multiple Parents",
journal = " Electronic Notes in Discrete Mathematics",
volume = "14",
number = "3",
pages = "423-431",
year = "2001"
}
@article{barrett2007-hominidEntryIntoCognitiveNiche,
title={The hominid entry into the cognitive niche},
author={Barrett, H Clark and Cosmides, Leda and Tooby, John},
journal={Evolution of mind, fundamental questions and controversies},
pages={241--248},
year={2007}
}
@book{barth1961-ethnography,
title={Nomads of south Persia: The Basseri tribe of the Khamseh confederacy},
author={Barth, Frederik},
year={1961},
publisher={Read Books Ltd}
}
@inproceedings{baudivs2011-stateOfTheArtOpenSourceGoProgram,
title={Pachi: State of the art open source Go program},
author={Baudi{\v{s}}, Petr and Gailly, Jean-loup},
booktitle={Advances in computer games},
pages={24--38},
year={2011},
organization={Springer}
}
@article{baum2004-labMicroSoc,
title={Cultural evolution in laboratory microsocieties including traditions of rule giving and rule following},
author={Baum, William M and Richerson, Peter J and Efferson, Charles M and Paciotti, Brian M},
journal={Evolution and Human Behavior},
volume={25},
number={5},
pages={305--326},
year={2004},
publisher={Elsevier}
}
@misc{bayes1763-essay,
title={An essay towards solving a problem in the doctrine of chances.},
author={Bayes, Thomas},
editor={Price},
journal={Letter to John Canton},
year={1763},
note={https://royalsocietypublishing.org/doi/pdf/10.1098/rstl.1763.0053?keytype2=tf_ipsecsha&ijkey=d86e9f6c361806fb58be6aad56cb2bcfade22c74}
}
@article{beheim2014-strategicSocialLearning,
title={Strategic social learning and the population dynamics of human behavior: The game of Go},
author={Beheim, Bret Alexander and Thigpen, Calvin and McElreath, Richard},
journal={Evolution and Human Behavior},
volume={35},
number={5},
pages={351--357},
year={2014},
publisher={Elsevier}
}
@article{baker2009-actionUnderstandingAsInversePlanning,
title={Action understanding as inverse planning},
author={Baker, Chris L and Saxe, Rebecca and Tenenbaum, Joshua B},
journal={Cognition},
volume={113},
number={3},
pages={329--349},
year={2009},
publisher={Elsevier}
}
@article{barkoczi2016-socialLearningNetworkStructure,
title={Social learning strategies modify the effect of network structure on group performance},
author={Barkoczi, Daniel and Galesic, Mirta},
journal={Nature communications},
volume={7},
number={1},
pages={1--8},
year={2016},
publisher={Nature Publishing Group}
}
@article{berman2020-inequality,
title={Wealth inequality and the ergodic hypothesis: Evidence from the united states},
author={Berman, Yonatan and Peters, Ole and Adamou, Alexander},
journal={Available at SSRN 2794830},
year={2020}
}
@incollection{bernoulli1738-EUT,
title={Exposition of a new theory on the measurement of risk},
author={Bernoulli, Daniel},
booktitle={The Kelly capital growth investment criterion: Theory and practice},
pages={11--24},
year={2011 [1738]},
publisher={World Scientific},
note={https://archive.org/details/SpecimenTheoriaeNovaeDeMensuraSortis}
}
@article{berthelot2012-exponentialGrowthAndCeclineExplainsLifetimePerformance,
title={Exponential growth combined with exponential decline explains lifetime performance evolution in individual and human species},
author={Berthelot, Geoffroy and Len, St{\'e}phane and Hellard, Philippe and Tafflet, Muriel and Guillaume, Marion and Vollmer, Jean-Claude and Gager, Bruno and Quinquis, Laurent and Marc, Andy and Toussaint, Jean-Fran{\c{c}}ois},
journal={Age},
volume={34},
number={4},
pages={1001--1009},
year={2012},
publisher={Springer}
}
@book{bishop2006-PRML,
title={Pattern recognition and machine learning},
author={Bishop, Christopher M},
year={2006},
publisher={springer},
note={https://www.microsoft.com/en-us/research/uploads/prod/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf}
}
@book{bishop-PRMLsolutions,
title={Pattern recognition and machine learning. Solutions to exercises.},
author={Svens\'en, Markus and Bishop, Christopher M},
year={2006},
publisher={springer},
note={https://www.microsoft.com/en-us/research/wp-content/uploads/2016/05/prml-web-sol-2009-09-08.pdf}
}
@misc{bishop2011-PRMLerrata,
title={Pattern Recognition and Machine Learning. Errata and Additional Comments},
author={Svens\'en, Markus and Bishop, Christopher M},
year={2011},
note={https://www.microsoft.com/en-us/research/wp-content/uploads/2016/05/prml-errata-3rd-20110921.pdf}
}
@article{bishop2013-mbmlpaper,
title={Model-based machine learning},
author={Bishop, Christopher M},
journal={Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences},
volume={371},
number={1984},
pages={20120222},
year={2013},
publisher={The Royal Society Publishing},
note={https://www.microsoft.com/en-us/research/wp-content/uploads/2016/05/Bishop-MBML-2012.pdf}
}
@book{bishop2023,
title={Deep learning: Foundations and concepts},
author={Bishop, Christopher M and Bishop, Hugh},
year={2023},
publisher={Springer Nature},
note={https://github.com/glandfried/biblio/releases/download/teca/bishop2024.pdf}
}
@book{balzer2012-structuralistProgram,
title={An architectonic for science: The structuralist program},
author={Balzer, Wolfgang and Moulines, C Ulises and Sneed, Joseph D},
volume={186},
year={2012},
publisher={Springer Science \& Business Media}
}
@article{blei2017-variationalInference,
title={Variational inference: A review for statisticians},
author={Blei, David M and Kucukelbir, Alp and McAuliffe, Jon D},
journal={Journal of the American Statistical Association},
number={just-accepted},
year={2017},
publisher={Taylor \& Francis},
note={https://arxiv.org/pdf/1601.00670.pdf}
}
@book{bodenhofer2003-geneticAlgorithms,
title={Genetic algorithms: theory and applications},
author={Bodenhofer, Ulrich},
year={2003},
publisher={Fuzzy Logic Laboratorium Linz-Hagenberg}
}
@article{boehm1978-rationalPreselection,
title={Rational preselection from Hamadryas to Homo sapiens: The place of decisions in adaptive process},
author={Boehm, Christopher},
journal={American Anthropologist},
volume={80},
number={2},
pages={265--296},
year={1978},
publisher={Wiley Online Library}
}
@article{bor2007-cognitiveTrainingExpertSkills,
title={Cognitive training: neural correlates of expert skills},
author={Bor, Daniel and Owen, Adrian M},
journal={Current Biology},
volume={17},
number={3},
pages={R95--R97},
year={2007},
publisher={Elsevier}
}
@INPROCEEDINGS{borbora2012-churnPredictionOnlineGames,
author={Borbora, Z.H. and Srivastava, J.},
booktitle={Privacy, Security, Risk and Trust (PASSAT), 2012 International Conference on and 2012 International Confernece on Social Computing (SocialCom)},
title={User Behavior Modelling Approach for Churn Prediction in Online Games},
year={2012},
month={Sept},
pages={51-60}
}
@article{borel1921-theorieDuJeu,
title={La th{\'e}orie du jeu et les {\'e}quations int{\'e}grales {\`a} noyau sym{\'e}trique},
author={Borel, Emile},
journal={Comptes rendus de l’Acad{\'e}mie des Sciences},
volume={173},
number={1304-1308},
pages={58},
year={1921}
}
@article{borgerhoff2009-wealthInequalityTransmission ,
title={Intergenerational wealth transmission and the dynamics of inequality in small-scale societies},
author={Mulder, Monique Borgerhoff and Bowles, Samuel and Hertz, Tom and Bell, Adrian and Beise, Jan and Clark, Greg and Fazzio, Ila and Gurven, Michael and Hill, Kim and Hooper, Paul L and others},
journal={science},
volume={326},
number={5953},
pages={682--688},
year={2009},
publisher={American Association for the Advancement of Science},
note={https://www.science.org/doi/pdf/10.1126/science.1178336}
}
@article{borgerhoff2019-transmissionOfWealth,
title={Differences between sons and daughters in the intergenerational transmission of wealth},
author={Borgerhoff Mulder, Monique and Towner, Mary C and Baldini, Ryan and Beheim, Bret A and Bowles, Samuel and Colleran, Heidi and Gurven, Michael and Kramer, Karen L and Mattison, Siobh{\'a}n M and Nolin, David A and others},
journal={Philosophical Transactions of the Royal Society B},
volume={374},
number={1780},
pages={20180076},
year={2019},
publisher={The Royal Society},
note={https://royalsocietypublishing.org/doi/pdf/10.1098/rstb.2018.0076}
}
@article{Bouchaud2000,
title = "Wealth condensation in a simple model of economy ",
journal = "Physica A: Statistical Mechanics and its Applications ",
volume = "282",
number = "3--4",
pages = "536 - 545",
year = "2000",
author = "Jean-Philippe Bouchaud and Marc Mézard"
}
@inproceedings{bouzy2005-kNearestNeighborPatternsFor19x19Go,
title={Bayesian Generation and Integration of K-nearest-neighbor Patterns for 19x19 Go.},
author={Bouzy, Bruno and Chaslot, Guillaume},
booktitle={CIG},
year={2005}
}
@book{boyd1985-evolutionaryProcess,
title={Culture and the evolutionary process},
author={Boyd, Robert and Richerson, Peter J},
year={1985},
publisher={University of Chicago press}
}
@article{boyd1989-socialLearningAsAdaptation,
author = "Robert Boyd and Peter J. Richerson",
title = "Social learning as an adaptation",
journal = "Lectures on Mathematics in the Life Sciences",
volume = "20",
number = "",
pages = "1-26",
year = "1989"
}
@article{boyd1989-indirectReciprocity,
title={The evolution of indirect reciprocity},
author={Boyd, Robert and Richerson, Peter J},
journal={Social Networks},
volume={11},
number={3},
pages={213--236},
year={1989},
publisher={Elsevier}
}
@article{boyd88,
author = "Robert Boyd and Peter J. Richerson",
title = "The evolution reciprocity in sizable groups",
journal = "Journal of Theoretical Biology",
volume = "132",
number = "",
pages = "337-356",
year = "1988"
}
@article{boyd1995-cultureIncreaseAdaptability,
title={Why does culture increase human adaptability?},
author={Boyd, Robert and Richerson, Peter J},
journal={Ethology and sociobiology},
volume={16},
number={2},
pages={125--143},
year={1995},
publisher={Elsevier},
note={http://www.des.ucdavis.edu/faculty/richerson/es95.pdf}
}
@inproceedings{boyd1996-whyCultureIsCommon,
title={Why culture is common, but cultural evolution is rare},
author={Boyd, Robert and Richerson, Peter J},
booktitle={Proceedings-British Academy},
volume={88},
pages={77--94},
year={1996},
organization={OXFORD UNIVERSITY PRESS INC.}
}
@article{boyd02,
author = "Robert Boyd and Peter J. Richerson",
title = "Group beneficial norms spread rapidly in a structured population",
journal = "Journal of Theoretical Biology",
volume = "215",
number = "",
pages = "287-296",
year = "2002"
}
@article{boyd2003evolution,
title={The evolution of altruistic punishment},
author={Boyd, Robert and Gintis, Herbert and Bowles, Samuel and Richerson, Peter J},
journal=PNAS,
volume={100},
number={6},
pages={3531--3535},
year={2003},
publisher={National Acad Sciences}
}
@article{boyd93,
author = "Robert Boyd and Hebert Gintis and Samuel Bowles and Peter J. Richerson",
title = "Rationality, imitation, and tradition",
journal = "In: Nonlinear Dynamics and Evolutionary Economics, R. Day and P. Chen, eds. New York: Oxford University Press",
volume = "",
number = "",
pages = "131–149",
year = "1993"
}
@book{boyd2005-origin,
author = "Robert Boyd and Peter J. Richerson",
title = "The Origin and Evolution of Cultures",
year = "2005",
publisher = "Oxford University Press",
note={https://ia801207.us.archive.org/16/items/TheAgeOfManipulationWilsonBryanKey/The%20Origin%20And%20Evolution%20Of%20Cultures%20by%20Robert%20Boyd.pdf}
}
@article{boyd2011-culturalNiche,
title={The cultural niche: Why social learning is essential for human adaptation},
author={Boyd, Robert and Richerson, Peter J and Henrich, Joseph},
journal=PNAS,
volume={108},
number={2},
pages={10918--10925},
year={2011},
publisher={National Acad Sciences},
note={https://www.pnas.org/content/pnas/108/Supplement_2/10918.full.pdf}
}
@book{boyd2004-convexOptimization,
title={Convex optimization},
author={Boyd, Stephen and Vandenberghe, Lieven},
year={2004},
publisher={Cambridge university press},
note={https://web.stanford.edu/~boyd/cvxbook/bv_cvxbook.pdf}
}
@article{boyd2017-multiPeridoTrading,
title={Multi-period trading via convex optimization},
author={Boyd, Stephen and Busseti, Enzo and Diamond, Steve and Kahn, Ronald N and Koh, Kwangmoo and Nystrup, Peter and Speth, Jan and others},
journal={Foundations and Trends{\textregistered} in Optimization},
volume={3},
number={1},
pages={1--76},
year={2017},
publisher={Now Publishers, Inc.},
note={https://web.stanford.edu/~boyd/papers/pdf/cvx_portfolio.pdf}
}
@article{biele2009-computationalModelAdviceAndLearning,
title={Computational models for the combination of advice and individual learning},
author={Biele, Guido and Rieskamp, J{\"o}rg and Gonzalez, Richard},
journal={Cognitive science},
volume={33},
number={2},
pages={206--242},
year={2009},
publisher={Wiley Online Library}
}
@Article{billiard2017-stochasticityInCulturalEvolution,
author="Billiard, Sylvain and Alvergne, Alexandra",
title="Stochasticity in cultural evolution: a revolution yet to happen",
journal="History and Philosophy of the Life Sciences",
year="2017",
month="Nov",
volume="40",
number="1"
}
@article{bradley1952-pairedComparisions,
title={Rank analysis of incomplete block designs: I. The method of paired comparisons},
author={Bradley, Ralph Allan and Terry, Milton E},
journal={Biometrika},
volume={39},
number={3/4},
pages={324--345},
year={1952},
publisher={JSTOR}
}
@article{brand2019-songLyrics,
title={Cultural evolution of emotional expression in 50 years of song lyrics},
author={Brand, Charlotte O and Acerbi, Alberto and Mesoudi, Alex},
journal={Evolutionary Human Sciences},
volume={1},
pages={e11},
year={2019},
publisher={Cambridge University Press}
}
@book{bridges1949-ethnography,
title={Uttermost part of the Earth: Indians of Tierra del Fuego},
author={Bridges, E Lucas},
year={1949},
publisher={Dover Publications}
}
@book{briggs1970-ethnography,
title={Never in anger: Portrait of an Eskimo family},
author={Briggs, Jean L},
volume={12},
year={1970},
publisher={Harvard University Press}
}
@article{brodersen2015-causalTimeSeries,
title={Inferring causal impact using Bayesian structural time-series models},
author={Brodersen, Kay H and Gallusser, Fabian and Koehler, Jim and Remy, Nicolas and Scott, Steven L},
journal={The Annals of Applied Statistics},
year={2015},
note={https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/41854.pdf}
}
@book{brown1922-ethnography,
title={The Andaman Islanders: A Study in Social Anthropology:(Anthony Wilkin Studentship Research, 1906)},
author={Brown, A Radcliffe},
year={1922},
publisher={At the University Press}
}
@article{brown2020-GPT3,
title={Language models are few-shot learners},
author={Brown, Tom and Mann, Benjamin and Ryder, Nick and Subbiah, Melanie and Kaplan, Jared D and Dhariwal, Prafulla and Neelakantan, Arvind and Shyam, Pranav and Sastry, Girish and Askell, Amanda and others},
journal={Advances in neural information processing systems},
volume={33},
pages={1877--1901},
year={2020},
note={https://proceedings.neurips.cc/paper/2020/file/1457c0d6bfcb4967418bfb8ac142f64a-Paper.pdf}
}
@article{bui2010-learningOrganizations,
title={Creating learning organizations: a systems perspective},
author={Bui, Hong and Baruch, Yehuda},
journal={The Learning Organization},
volume={17},
number={3},
pages={208--227},
year={2010},
publisher={Emerald Group Publishing Limited}
}
@article{busoniu2008-comprehensiveSurveyMARL,
title={A comprehensive survey of multiagent reinforcement learning},
author={Busoniu, Lucian and Babuska, Robert and De Schutter, Bart},
journal={IEEE Transactions on Systems, Man, And Cybernetics-Part C: Applications and Reviews, 38 (2), 2008},
year={2008},
publisher={IEEE}
}
@misc{cairo2021-topologiaSocial,
title={Efectos de la topolog{\'i}a de redes complejas en el aprendizaje social},
author={Cairo, Gustavo Juan},
year={2021},
school={Universidad de Buenos Aires},
note={http://gestion.dc.uba.ar/media/academic/grade/thesis/main_v0published_fXE0sLQ.pdf}
}
@article{campbell1960-blindVariationAndSelectiveRetentions,