forked from Alex-Linhares/msbrogli-phd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmybib02.bib
More file actions
1964 lines (1756 loc) · 105 KB
/
mybib02.bib
File metadata and controls
1964 lines (1756 loc) · 105 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
@url{matplotlib,
Author = {John D. Hunter},
Date-Added = {2012-01-24 11:53:27 -0200},
Date-Modified = {2012-01-24 11:54:27 -0200},
Lastchecked = {2012-01-10},
Title = {matplotlib},
Url = {http://matplotlib.sourceforge.net/}}
@url{python,
Author = {Guido van Rossum},
Date-Added = {2012-01-24 11:50:50 -0200},
Date-Modified = {2012-01-24 11:52:34 -0200},
Lastchecked = {2012-01-10},
Title = {Python Programming Language},
Url = {http://python.org/}}
@article{hofstadter1995seeing,
title={{On seeing A's and seeing As}},
author={Hofstadter, Douglas R},
journal={Stanford Humanities Review},
volume={4},
number={2},
pages={109--121},
year={1995},
publisher={Stanford Humanities Review},
Url = {https://web.stanford.edu/group/SHR/4-2/text/hofstadter.html}
}
@article{hong_character_1991,
title = {Character recognition in a sparse distributed memory},
volume = {21},
issn = {00189472},
url = {http://ieeexplore.ieee.org/document/97459/},
doi = {10.1109/21.97459},
abstract = {Kanerva’s sparse distributed memory model is applied to character recognition. The results of recognizing corrupted characters, using a sparse distributed memory with fewer than 10000 locations, is described; 100 corrupted test patterns were generated to recognize 18 template patterns and performance evaluation of the model is obtained. Insights about the behavior of sparse distributed memories as well as the model’s applicability to character recognition, are provided.},
language = {en},
number = {3},
urldate = {2018-04-07},
journal = {IEEE Transactions on Systems, Man, and Cybernetics},
author = {Hong, Y.-S. and Chen, S.-S.},
month = jun,
year = {1991},
pages = {674--678},
file = {Hong and Chen - 1991 - Character recognition in a sparse distributed memo.pdf:/Users/AL/Zotero/storage/DPHDGZK4/Hong and Chen - 1991 - Character recognition in a sparse distributed memo.pdf:application/pdf}
}
@techreport{marshall_technical_1989,
address = {Bloomington, Indiana},
title = {Technical {Report}: {Learning} with a {Sparse} {Distributed} {Memory}},
abstract = {In this paper we describe a software implementation of a sparse distributed memory in the *Lisp language on a Connection Machine. We use several di erent learning tasks to evaluate the performance of the memory model, including generalization, prediction, and retraining.},
language = {en},
institution = {Indiana University, Bloomington},
author = {Marshall, Jim and Meeden, Lisa},
month = may,
year = {1989},
pages = {14},
file = {Marshall and Meeden - Technical Report Learning with a Sparse Distribut.pdf:/Users/AL/Zotero/storage/MCFRE5QV/Marshall and Meeden - Technical Report Learning with a Sparse Distribut.pdf:application/pdf;Marshall and Meeden - Technical Report Learning with a Sparse Distribut.pdf:/Users/AL/Zotero/storage/QTARH4UB/Marshall and Meeden - Technical Report Learning with a Sparse Distribut.pdf:application/pdf}
}
@article{denning_sparse_1989,
title = {Sparse {Distributed} {Memory}},
volume = {77},
issn = {0003-0996},
url = {http://adsabs.harvard.edu/abs/1989AmSci..77..333D},
abstract = {Not Available},
urldate = {2018-04-07},
journal = {American Scientist},
author = {Denning, Peter J.},
month = jul,
year = {1989},
pages = {333--335},
file = {Denning Sparse Distributed Memory:/Users/AL/Zotero/storage/XXL9W2QD/Denning Sparse Distributed Memory.pdf:application/pdf}
}
@misc{noauthor_sparse_2018,
title = {Sparse distributed memory},
copyright = {Creative Commons Attribution-ShareAlike License},
url = {https://en.wikipedia.org/w/index.php?title=Sparse_distributed_memory&oldid=822493454},
abstract = {Sparse distributed memory (SDM) is a mathematical model of human long-term memory introduced by Pentti Kanerva in 1988 while he was at NASA Ames Research Center. It is a generalized random-access memory (RAM) for long (e.g., 1,000 bit) binary words. These words serve as both addresses to and data for the memory. The main attribute of the memory is sensitivity to similarity, meaning that a word can be read back not only by giving the original write address but also by giving one close to it, as measured by the number of mismatched bits (i.e., the Hamming distance between memory addresses).
SDM implements transformation from logical space to physical space using distributed data representation and storage, similarly to encoding processes in human memory. A value corresponding to a logical address is stored into many physical addresses. This way of storing is robust and not deterministic. A memory cell is not addressed directly. If input data (logical addresses) are partially damaged at all, we can still get correct output data.
The theory of the memory is mathematically complete and has been verified by computer simulation. It arose from the observation that the distances between points of a high-dimensional space resemble the proximity relations between concepts in human memory. The theory is also practical in that memories based on it can be implemented with conventional RAM-memory elements.},
language = {en},
urldate = {2018-04-08},
journal = {Wikipedia},
month = jan,
year = {2018},
note = {Page Version ID: 822493454},
file = {Snapshot:/Users/AL/Zotero/storage/2JHTHYG7/index.html:text/html}
}
@article{Anwar2003,
title = {Sparse distributed memory for ‘conscious’ software agents},
volume = {4},
issn = {13890417},
url = {http://linkinghub.elsevier.com/retrieve/pii/S1389041703000159},
doi = {10.1016/S1389-0417(03)00015-9},
abstract = {In this work we are reporting a case study on the use of SDM as the associative memory for a software agent, CMattie, whose architecture is modeled on human cognition. Sparse distributed memory (SDM) is a content-addressable memory technique that relies on close memory items tending to be clustered together. In this work, we used an enhanced version of SDM augmented with the use of genetic algorithms as an associative memory in our ‘conscious’ software agent, CMattie, who is responsible for emailing seminar announcements in an academic department. Interacting with seminar organizers via email in natural language, CMattie can replace the secretary who normally handles such announcements. SDM is a key ingredient in a complex agent architecture that implements global workspace theory, a psychological theory of consciousness and cognition. In this architecture, SDM, as the primary memory for the agent, provides associations with incoming percepts. These include disambiguation of the percept by removing noise, correcting misspellings, and adding missing pieces of information. It also retrieves behaviors and emotions associated with the percept. These associations are based on previous similar percepts, and their consequences, that have been recorded earlier. SDM also possesses several key psychological features. Some enhancements to SDM including multiple writes of important items, use of error detection and correction, and the use of hashing to map the original information into fixed size keys were used. Test results indicate that SDM can be used successfully as an associative memory in such complex agent architectures. The results show that SDM is capable of recovering a percept based on a part of that percept, and finding defaults for empty perception registers. The evaluation of suggested actions and emotional states is satisfactory. We think that this work opens the door to more scientific and empirical uses for SDM.},
language = {en},
number = {4},
urldate = {2018-04-08},
journal = {Cognitive Systems Research},
author = {Anwar, Ashraf and Franklin, Stan},
month = dec,
year = {2003},
pages = {339--354},
file = {Anwar and Franklin - 2003 - Sparse distributed memory for ‘conscious’ software.pdf:/Users/AL/Zotero/storage/MK7JS478/Anwar and Franklin - 2003 - Sparse distributed memory for ‘conscious’ software.pdf:application/pdf}
}
@article{snaider_integer_2013,
title = {Integer sparse distributed memory: {Analysis} and results},
volume = {46},
issn = {08936080},
shorttitle = {Integer sparse distributed memory},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0893608013001354},
doi = {10.1016/j.neunet.2013.05.005},
abstract = {Sparse distributed memory is an auto-associative memory system that stores high dimensional Boolean vectors. Here we present an extension of the original SDM, the Integer SDM that uses modular arithmetic integer vectors rather than binary vectors. This extension preserves many of the desirable properties of the original SDM: auto-associativity, content addressability, distributed storage, and robustness over noisy inputs. In addition, it improves the representation capabilities of the memory and is more robust over normalization. It can also be extended to support forgetting and reliable sequence storage. We performed several simulations that test the noise robustness property and capacity of the memory. Theoretical analyses of the memory’s fidelity and capacity are also presented.},
language = {en},
urldate = {2018-04-08},
journal = {Neural Networks},
author = {Snaider, Javier and Franklin, Stan and Strain, Steve and George, E. Olusegun},
month = oct,
year = {2013},
pages = {144--153},
file = {Snaider et al. - 2013 - Integer sparse distributed memory Analysis and re.pdf:/Users/AL/Zotero/storage/CMKICS3Z/Snaider et al. - 2013 - Integer sparse distributed memory Analysis and re.pdf:application/pdf;Snaider et al. - 2013 - Integer sparse distributed memory Analysis and re.pdf:/Users/AL/Zotero/storage/C5KRHNI6/Snaider et al. - 2013 - Integer sparse distributed memory Analysis and re.pdf:application/pdf}
}
@article{franklin_lida:_2014,
title = {{LIDA}: {A} {Systems}-level {Architecture} for {Cognition}, {Emotion}, and {Learning}},
volume = {6},
issn = {1943-0604, 1943-0612},
shorttitle = {{LIDA}},
url = {http://ieeexplore.ieee.org/document/6587077/},
doi = {10.1109/TAMD.2013.2277589},
abstract = {We describe a cognitive architecture (LIDA) that affords attention, action selection and human-like learning intended for use in controlling cognitive agents that replicate human experiments as well as performing real-world tasks. LIDA combines sophisticated action selection, motivation via emotions, a centrally important attention mechanism, and multimodal instructionalist and selectionist learning. Empirically grounded in cognitive science and cognitive neuroscience, the LIDA architecture employs a variety of modules and processes, each with its own effective representations and algorithms. LIDA has much to say about motivation, emotion, attention, and autonomous learning in cognitive agents. In this paper we summarize the LIDA model together with its resulting agent architecture, describe its computational implementation, and discuss results of simulations that replicate known experimental data. We also discuss some of LIDA’s conceptual modules, propose non-linear dynamics as a bridge between LIDA’s modules and processes and the underlying neuroscience, and point out some of the differences between LIDA and other cognitive architectures. Finally, we discuss how LIDA addresses some of the open issues in cognitive architecture research.},
language = {en},
number = {1},
urldate = {2018-04-08},
journal = {IEEE Transactions on Autonomous Mental Development},
author = {Franklin, Stan and Madl, Tamas and D'Mello, Sidney and Snaider, Javier},
month = mar,
year = {2014},
pages = {19--41},
file = {Franklin et al. - 2014 - LIDA A Systems-level Architecture for Cognition, .pdf:/Users/AL/Zotero/storage/ANQVDB4C/Franklin et al. - 2014 - LIDA A Systems-level Architecture for Cognition, .pdf:application/pdf}
}
@article{snaider_modular_2014,
title = {Modular {Composite} {Representation}},
volume = {6},
issn = {1866-9956, 1866-9964},
url = {http://link.springer.com/10.1007/s12559-013-9243-y},
doi = {10.1007/s12559-013-9243-y},
language = {en},
number = {3},
urldate = {2018-04-08},
journal = {Cognitive Computation},
author = {Snaider, Javier and Franklin, Stan},
month = sep,
year = {2014},
pages = {510--527},
file = {Snaider and Franklin - 2014 - Modular Composite Representation.pdf:/Users/AL/Zotero/storage/3KWR6FGY/Snaider and Franklin - 2014 - Modular Composite Representation.pdf:application/pdf;Snaider and Franklin - 2014 - Modular Composite Representation.pdf:/Users/AL/Zotero/storage/Z4HRMN33/Snaider and Franklin - 2014 - Modular Composite Representation.pdf:application/pdf}
}
@article{silva_reconfigurable_2004,
title = {Reconfigurable co-processor for {Kanerva}'s sparse distributed memory},
volume = {28},
issn = {01419331},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0141933104000043},
doi = {10.1016/j.micpro.2004.01.003},
abstract = {The implementation on hardware of the first layer of Kanerva’s sparse distributed memory (SDM) is presented in this work. The hardware consist on a co-processor board for connection on ISA standard bus of an IBM –PCcompatible computer. The board, named reconfigurable co-processor for SDM(RC-SDM), comprises on Xilinx FPGAs, local random access memory and bus interface circuits. Based on in-system reconfiguration capacity of FPGAs, RC-SDM easily allows change of the characteristics of SDM topology implemented. First results show a speed-up of four times of RC-SDM in relation to a software implementation of the algorithm.},
language = {en},
number = {3},
urldate = {2018-04-07},
journal = {Microprocessors and Microsystems},
author = {Silva, Marcus Tadeu Pinheiro and Braga, Antônio Pádua and Lacerda, Wilian Soares},
month = apr,
year = {2004},
pages = {127--134},
file = {Silva et al. - 2004 - Reconfigurable co-processor for Kanerva's sparse d.pdf:/Users/AL/Zotero/storage/IQZX3IX6/Silva et al. - 2004 - Reconfigurable co-processor for Kanerva's sparse d.pdf:application/pdf}
}
@book{waidyasooriya2018design,
title={Design of FPGA-Based Computing Systems with OpenCL},
author={Waidyasooriya, Hasitha Muthumala and Hariyama, Masanori and Uchiyama, Kunio},
year={2018},
publisher={Springer}
}
@inproceedings{czajkowski_opencl_2012,
title = {From {O}pen{CL} to high-performance hardware on {FPGAS}},
isbn = {978-1-4673-2256-0},
url = {http://ieeexplore.ieee.org/document/6339272/},
doi = {10.1109/FPL.2012.6339272},
abstract = {We present an OpenCL compilation framework to generate high-performance hardware for FPGAs. For an OpenCL application comprising a host program and a set of kernels, it compiles the host program, generates Verilog HDL for each kernel, compiles the circuit using Altera Complete Design Suite 12.0, and downloads the compiled design onto an FPGA. We can then run the application by executing the host program on a Windows(tm)-based machine, which communicates with kernels on an FPGA using a PCIe interface.},
language = {en},
urldate = {2018-04-08},
publisher = {IEEE},
booktitle = {22nd International Conference on Field Programmable Logic and Applications (FPL)},
author = {Czajkowski, Tomasz S. and Aydonat, Utku and Denisenko, Dmitry and Freeman, John and Kinsner, Michael and Neto, David and Wong, Jason and Yiannacouras, Peter and Singh, Deshanand P.},
month = aug,
year = {2012},
pages = {531--534},
file = {Czajkowski et al. - 2012 - From opencl to high-performance hardware on FPGAS.pdf:/Users/AL/Zotero/storage/LBJ69QPC/Czajkowski et al. - 2012 - From opencl to high-performance hardware on FPGAS.pdf:application/pdf}
}
@article{van2014top,
title={The top 100 papers},
author={Van Noorden, Richard and Maher, Brendan and Nuzzo, Regina},
journal={Nature},
volume={514},
number={7524},
pages={550},
year={2014}
}
@url{only-one-life,
title = {You only get one life},
url = {https://www.slideshare.net/linhares/you-only-get-one-life},
urldate = {2018-04-09},
Lastchecked = {2018-03-08},
journal = {Slideshare},
author = {Linhares, Alexandre},
month = dec,
year = {2007},
file = {You only get one life:/Users/AL/Zotero/storage/AWMBRR4P/you-only-get-one-life.html:text/html}
}
@book{IEEE1996,
Date-Added = {2012-01-24 11:37:03 -0200},
Date-Modified = {2012-01-24 11:43:32 -0200},
Institution = {IEEE/ISO/IEC},
Publisher = {IEEE/ISO/IEC},
Series = {ISBN 1-55937-573-0},
Title = {ISO/IEC 9948-1:1990 IEEE Std. 1003.1-1996 Information Technology Portable Operating System Interface (POSIX) Part 1 System Application Program Interface (API) [C Language]},
Year = {1996}}
@article{morris1991,
Author = {Max. D. Morris},
Date-Added = {2012-01-23 15:20:58 -0200},
Date-Modified = {2012-01-23 15:21:47 -0200},
Journal = {Technometrics},
Pages = {161-174},
Title = {Factorial Sampling Plans for Preliminary Computational Experiments},
Volume = {33},
Year = {1991}}
@inproceedings{rao1995natural,
title={Natural basis functions and topographic memory for face recognition},
author={Rao, Rajesh PN and Ballard, Dana H},
booktitle = {Proceedings of the 14th {International} {Joint} {Conference} on {Artificial} {Intelligence}},
pages={10--19},
year={1995}
}
@article{norman2003modeling,
title={Modeling hippocampal and neocortical contributions to recognition memory: a complementary-learning-systems approach.},
author={Norman, Kenneth A and O'reilly, Randall C},
journal={{Psychological Review}},
volume={110},
number={4},
pages={611},
year={2003},
publisher={American Psychological Association}
}
@article{harary1988survey,
title={A survey of the theory of hypercube graphs},
author={Harary, Frank and Hayes, John P and Wu, Horng-Jyh},
journal={Computers \& Mathematics with Applications},
volume={15},
number={4},
pages={277--289},
year={1988},
publisher={Elsevier}
}
@article{hely1997new,
title={A new approach to {Kanerva's} sparse distributed memory},
author={Hely, Tim A and Willshaw, David J and Hayes, Gillian M},
journal={IEEE Transactions on Neural Networks},
volume={8},
number={3},
pages={791--794},
year={1997},
publisher={IEEE}
}
@article{Meng2009,
Author = {Meng and others},
Date-Added = {2011-12-30 02:03:20 +0000},
Date-Modified = {2011-12-30 02:04:17 +0000},
Journal = {Proceedings of International Joint Conference on Neural Networks},
Month = {June},
Title = {A Modified Sparse Distributed Memory Model for Extracting Clean Patterns from Noisy Inputs},
Year = {2009}}
@inproceedings{mendes2008robot,
title={Robot navigation using a sparse distributed memory},
author={Mendes, Mateus and Cris{\'o}stomo, Manuel and Coimbra, A Paulo},
booktitle={Robotics and automation, 2008. ICRA 2008. IEEE international conference on},
pages={53--58},
year={2008},
organization={IEEE}
}
@article{Rajesh1998,
Author = {Rajesh Rao and Olac Fuentes},
Date-Added = {2011-12-30 02:00:39 +0000},
Date-Modified = {2011-12-30 02:01:46 +0000},
Journal = {Autonomous Robots},
Pages = {297-316},
Title = {Hierarchical Learning of Navigational Behaviors in an Autonomous Robot using a Predictive Sparse Distributed Memory},
Year = {1998}}
@unpublished{Snaider2011,
Author = {Javier Snaider and Stan Franklin},
Date-Added = {2011-12-30 01:56:26 +0000},
Date-Modified = {2011-12-30 01:58:48 +0000},
Note = {Paper presented at the Biological Inspired Cognitive Architectures 2011, Washington D.C. USA.},
Title = {Extended Sparse Distributed Memory}}
@url{GPL,
Author = {Richard Stallman},
Date-Added = {2011-12-29 19:19:43 +0000},
Date-Modified = {2011-12-29 19:23:07 +0000},
Lastchecked = {2011-12-28},
Title = {GNU General Public License},
Url = {http://www.gnu.org/copyleft/gpl.html},
Bdsk-Url-1 = {http://www.gnu.org/copyleft/gpl.html}}
@book{Anderson1981,
Author = {J. A. Anderson and G. E. Hinton},
Date-Added = {2011-12-29 18:23:51 +0000},
Date-Modified = {2011-12-29 18:27:16 +0000},
Publisher = {Lawrence Erlbaum Associates},
Title = {Models of information processing in the brain},
Year = {1981}}
@article{Hopfield1982,
Author = {J. J. Hopfield},
Date-Added = {2011-12-29 18:22:12 +0000},
Date-Modified = {2011-12-29 18:23:34 +0000},
Journal = {Proceedings of the National Academy of Sciences},
Number = {79},
Pages = {2554-2558},
Title = {Neural networks and physical systems with emergent collective computational abiities},
Volume = {8},
Year = {1982}}
@techreport{Hinton1984,
Author = {G. E. Hinton and others},
Date-Added = {2011-12-29 18:15:11 +0000},
Date-Modified = {2011-12-29 18:21:24 +0000},
Institution = {Department of Computer Science, Carnegie-Mellon University},
Number = {CMU-CS-84-119},
Title = {Boltzman Machines: Constraint Satisfaction Networks that Learn},
Year = {1984}}
@article{Anderson1983,
Author = {J. Anderson},
Date-Added = {2011-12-29 18:07:16 +0000},
Date-Modified = {2011-12-29 18:09:11 +0000},
Journal = {IEEE Transactions on Systems, Man and Cybernetics},
Number = {13},
Pages = {799-815},
Title = {Cognitive and psychological computation with neural models},
Volume = {5},
Year = {1983}}
@article{Anderson1970,
Author = {J. Anderson},
Date-Added = {2011-12-29 18:05:55 +0000},
Date-Modified = {2011-12-29 18:07:02 +0000},
Journal = {Mathematical Biosciences},
Number = {8},
Pages = {137-160},
Title = {Two models for memory organization using interacting traces},
Year = {1970}}
@article{Anderson1968,
Author = {J. Anderson},
Date-Added = {2011-12-29 18:04:32 +0000},
Date-Modified = {2011-12-29 18:05:51 +0000},
Journal = {Kybernetic},
Number = {5},
Pages = {113-119},
Title = {A memory storage module utilizing spatial correlation functions},
Volume = {3},
Year = {1968}}
@article{Aleksander1970,
Author = {I. Aleksander},
Date-Added = {2011-12-29 17:59:55 +0000},
Date-Modified = {2011-12-29 18:02:42 +0000},
Journal = {International Journal of Man-Machine Studies},
Number = {2},
Pages = {189-212},
Title = {Some psychological properties of digital learning nets},
Year = {1970}}
@book{Hawkins2004,
Author = {Jeff Hawkings and Sandra Blakeslee},
Date-Added = {2011-12-29 17:05:28 +0000},
Date-Modified = {2011-12-29 17:08:01 +0000},
Edition = {1},
Publisher = {Times Books},
Title = {On Intelligence},
Year = {2004}}
@article{Abe2009,
Author = {M. Abe},
Journal = {Market Science},
Owner = {CYG},
Pages = {541-553},
Timestamp = {2011.05.10},
Title = {{"C}ounting Your Customers{"} One by One: A Hierarchical Bayes Extension to the Pareto/NBD Model},
Volume = {28},
Year = {2009}}
@article{Ahna1997,
Author = {J.{-}H. Ahna and K.J. Ezawa},
Journal = {Decision Support Systems},
Owner = {CYG},
Pages = {17-27},
Timestamp = {2011.05.10},
Title = {Decision support for real{-}time telemarketing operations through Bayesian network learning},
Volume = {21},
Year = {1997}}
@article{Alvesson1990,
Author = {M. Alvesson},
Journal = {Organization Studies},
Owner = {CYG},
Pages = {373-394},
Timestamp = {2011.05.10},
Title = {Organization: From substance to image?},
Volume = {11},
Year = {1990}}
@book{Ariely2010,
Address = {New York},
Author = {D. Ariely},
Owner = {CYG},
Publisher = {Harper},
Timestamp = {2011.05.13},
Title = {The Upside of Irrationality: The Unexpected Benefits of Defying Logic at Work and at Home},
Year = {2010}}
@book{Ariely2008,
Address = {New York},
Author = {D. Ariely},
Owner = {CYG},
Publisher = {Harper},
Timestamp = {2011.05.13},
Title = {Predictably Irrational: The Hidden Forces That Shape Our Decisions},
Year = {2008}}
@article{Assisi2007,
Author = {C. Assisi and M. Stopfer and G. Laurent and M. Bazhenov},
Journal = {Nature Neuroscience},
Owner = {CYG},
Pages = {1176-1184},
Timestamp = {2011.05.10},
Title = {Adaptive regulation of sparseness by feedforward inhibition},
Volume = {10},
Year = {2007}}
@article{Basel2004,
Author = {B. Basel},
Journal = {Commentarii Mathematici Helvetici},
Owner = {CYG},
Pages = {317-340},
Timestamp = {2011.05.10},
Title = {Families of strong KT structures in six dimensions},
Volume = {79},
Year = {2004}}
@article{Boland1989,
Author = {P. J. Boland},
Journal = {The Statistician},
Owner = {CYG},
Pages = {181-189},
Timestamp = {2011.05.10},
Title = {Majority systems and the {C}ondorcet {J}ury {T}heorem},
Volume = {38},
Year = {1989}}
@article{Borisyuk2000,
Author = {R. Borisyuk and M. Denham and F. Hoppensteadt and Y. Kazanovich and O. Vinogradova},
Journal = {Biosystems},
Owner = {CYG},
Pages = {265-272},
Timestamp = {2011.05.10},
Title = {An oscillatory neural network model of sparse distributed memory and novelty detection},
Volume = {58},
Year = {2000}}
@mastersthesis{Brogliato2011,
Author = {M. S. Brogliato},
Owner = {cyg},
School = {Escola Brasileira de Administra\c{c}\~ao P\'ublica e de Empresas - EBAPE, Funda\c{c}\~ao Getulio Vargas},
Timestamp = {2011.05.20},
Title = {Understanding the Critical Distance in Sparse Distributed Memory},
Year = {2011}}
@article{brogliato2014sparse,
title={Sparse distributed memory: understanding the speed and robustness of expert memory},
author={Brogliato, Marcelo S and Chada, Daniel M and Linhares, Alexandre},
journal={Frontiers in Human Neuroscience},
volume={8},
pages={222},
year={2014},
publisher={Frontiers}
}
@article{Cancho2001,
Author = {R.F. Cancho and R. Sol\'e},
Journal = {Proceedings of the Royal Society B},
Owner = {CYG},
Pages = {2261-2265},
Timestamp = {2011.05.10},
Title = {The Small World of Human Language},
Volume = {268},
Year = {2001}}
@article{Corley2000,
Author = {K.G. Corley and D.A. Gioia},
Journal = {Corporate Reputation Review},
Owner = {CYG},
Pages = {319-333},
Timestamp = {2011.05.10},
Title = {The Rankings Game: Managing Business School Reputation},
Volume = {3},
Year = {2000}}
@article{Cornelissen2002,
Author = {J. Cornelissen and R. Thorpe},
Journal = {European Management Journal},
Owner = {CYG},
Pages = {172-178},
Timestamp = {2011.05.10},
Title = {Measuring a business school{'}s reputation: perspectives, problems, and prospects},
Volume = {20},
Year = {2002}}
@article{Cowan2001,
Author = {N. Cowan},
Journal = {Behavioral and Brain Sciences},
Owner = {CYG},
Pages = {87-185},
Timestamp = {2011.05.10},
Title = {The magical number 4 in short-term memory: {A} reconsideration of mental storage capacity},
Volume = {24},
Year = {2000}}
@article{Damoulas2009,
Author = {T. Damoulas and M.A. Girolami},
Journal = {Pattern Recognition},
Owner = {CYG},
Pages = {2671-2683},
Timestamp = {2011.05.10},
Title = {Combining feature spaces for classification},
Volume = {42},
Year = {2009}}
@article{Dichev1999,
Author = {I.D. Dichev},
Journal = {Journal of Business},
Month = {April},
Number = {2},
Owner = {CYG},
Pages = {201-213},
Timestamp = {2011.05.10},
Title = {How Good Are Business School Rankings?},
Volume = {72},
Year = {1999}}
@article{Ehrenberg2001,
Author = {R.G. Ehrenberg and J.G. Cheslock and J. Epifantseva and { }},
Journal = {Review of Higher Education},
Owner = {CYG},
Pages = {15-37},
Timestamp = {2011.05.10},
Title = {Paying Our Presidents: What Do Trustees Value?},
Volume = {25},
Year = {2001}}
@article{Elsbach1996,
Author = {K.D. Elsbach and R.M. Kramer},
Journal = {Administrative Science Quarterly},
Owner = {CYG},
Pages = {442-476},
Timestamp = {2011.05.10},
Title = {Members{'} Responses to Organizational Identity Threats: Encountering and Countering the Business Week Rankings},
Volume = {41},
Year = {1996}}
@article{Fee2005,
Author = {C.E. Fee and C.J. Hadlock and J.R. Pierce and { }},
Journal = {Financial Management},
Owner = {CYG},
Pages = {143-166},
Timestamp = {2011.05.10},
Title = {Business School Rankings and Business School Deans: A Study of Nonprofit Governance},
Volume = {34},
Year = {2005}}
@article{Florian2007,
Author = {R.V. Florian},
Journal = {Scientometrics},
Owner = {CYG},
Pages = {25-32},
Timestamp = {2011.05.10},
Title = {Irreproducibility of the results of the Shanghai academic ranking of world universities},
Volume = {72},
Year = {2007}}
@inproceedings{French1997,
Author = {R. M. French},
Booktitle = {Proceedings of the 1997 International Conference on New Trends in Cognitive Science},
Editor = {A. Riegler and M. Peschl},
Organization = {Austrian Society for Cognitive Science},
Owner = {CYG},
Pages = {158-163},
Timestamp = {2011.05.10},
Title = {When Coffee Cups Are Like Old Elephants, or Why Representation Modules Dont Make Sense},
Year = {1997}}
@article{Gavetti2005,
Author = {G. Gavetti and D.A. Levinthal and J.W. Rivkin and { }},
Journal = {Strategic Management Journal},
Month = {August},
Number = {8},
Owner = {CYG},
Pages = {691-712},
Timestamp = {2011.05.09},
Title = {Strategy making in novel and complex worlds: The power of analogy},
Volume = {26},
Year = {2005}}
@unpublished{Gavetti2007,
Author = {G. Gavetti and M. Warglien},
Month = {Oct.},
Note = {Revise and resubmit, Administrative Science Quarterly},
Owner = {CYG},
Timestamp = {2011.05.13},
Title = {Recognizing the New: A Multi-Agent Model of Analogy in Strategic Decision-Making},
Year = {2007}}
@inproceedings{Gayler2003,
Address = {Sydney, Australia},
Author = {R.W. Gayler},
Booktitle = {ICCS ASCS International Conference on Cognitive Science},
Editor = {Peter Slezak},
Organization = {University of New South Wales},
Owner = {CYG},
Pages = {133-138},
Timestamp = {2011.05.09},
Title = {Vector Symbolic Architectures answer Jackendoff{'}s challenges for cognitive neuroscience},
Year = {2003}}
@article{Gioia2002,
Author = {D.A. Gioia and K.G. Corley},
Journal = {Academy of Management Learning {\&} Education},
Month = {september},
Number = {1},
Owner = {CYG},
Pages = {107-120},
Timestamp = {2011.05.10},
Title = {Being Good Versus Looking Good: Business School Rankings and the Circean Transformation from Substance to Image},
Volume = {1},
Year = {2002}}
@article{Gioia2000,
Author = {D.A. Gioia and M. Schultz and K.G. Corley and { }},
Journal = {Academy of Management Review},
Owner = {CYG},
Pages = {63-81},
Timestamp = {2011.05.10},
Title = {Organizational identity, image and adaptive instability},
Volume = {25},
Year = {2000}}
@electronic{busweek2008,
Author = {Geoff Gloeckler and Fred Jespersen and Louis Lavelle and { }},
Note = {acessed 23-05-2011},
Owner = {cyg},
Timestamp = {2011.05.23},
Title = {The Best U.S. B-Schools Of 2008},
Url = {www.businessweek.com/interactive\_reports /mba\_domestic\_2008.html},
Year = {2008},
Bdsk-Url-1 = {www.businessweek.com/interactive%5C_reports%20/mba%5C_domestic%5C_2008.html}}
@article{Gobet2001,
Author = {F. Gobet and P.C.R. Lane and S. Croker and P.C.H. Cheng and G. Jones and I. Oliver and J.M. Pine},
Journal = {Trends in Cognitive Science},
Owner = {CYG},
Pages = {236-243},
Timestamp = {2011.05.09},
Title = {Chunking mechanisms in human learning},
Volume = {5},
Year = {2001}}
@article{Gobet2000,
Author = {F. Gobet and H.A. Simon},
Journal = {Cognitive Science},
Owner = {CYG},
Pages = {651-682},
Timestamp = {2011.05.09},
Title = {Five seconds or sixty? Presentation time in expert memory},
Volume = {24},
Year = {2000}}
@book{Hofstadter1985,
Author = {D.R. Hofstadter},
Owner = {CYG},
Publisher = {Basic Books},
Timestamp = {2011.05.09},
Title = {Metamagical Themas: Questing for the Essence of Mind and Pattern},
Year = {1985}}
@book{Hofstadter1995,
Address = {New York, NY},
Author = {D. Hofstadter and FARG},
Owner = {CYG},
Publisher = {Basic Books},
Timestamp = {2011.05.13},
Title = {Fluid Concept and Creative Analogies: Computer Models of The Fundamental Mechanisms of Thought},
Year = {1995}}
@article{Ioannidis2007,
Author = {J.P.A. Ioannidis and N.A. Patsopoulos and F.K. Kavvoura and A. Tatsioni and E. Evangelou and I. Kouri and D.G. Contopoulos-Ioannidis and G. Liberopoulos},
Journal = {BMC Medicine},
Owner = {CYG},
Pages = {30},
Timestamp = {2011.05.10},
Title = {International ranking systems for universities and institutions: a critical appraisal},
Volume = {5},
Year = {2007}}
@INPROCEEDINGS{Karlsson95afast,
author = {Roland Karlsson},
title = {A Fast Activation Mechanism for the Kanerva SDM Memory},
booktitle = {SICS Research Report R95:10, Swedish Institute of Computer Science},
year = {1995},
pages = {69--70},
url = {http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.44.5112&rep=rep1&type=pdf}
}
@article{aleksander1982computer,
title={Computer vision systems for industry},
author={Aleksander, Igor and Stonham, Thomas John and Wilkie, BA},
journal={Digital Systems for Industrial Automation},
volume={1},
number={4},
pages={305--320},
year={1982}
}
@inproceedings{Kanerva1994,
Address = {London},
Author = {P. Kanerva},
Booktitle = {ICANN {'}94, Proceedings of International Conference on Artificial Neural Networks},
Editor = {M. Marinaro and P.G. Morasso},
Owner = {CYG},
Pages = {226-229},
Publisher = {Springer-Verlag},
Timestamp = {2011.05.09},
Title = {The Spatter Code for encoding concepts at many levels},
Volume = {1},
Year = {1994}}
@article{Kanerva2009,
Author = {P. Kanerva},
Journal = {Cognitive Computation},
Owner = {CYG},
Pages = {139-159},
Timestamp = {2011.05.09},
Title = {Hyperdimensional computing: An introduction to computing in distributed representation with high-dimensional random vectors},
Volume = {1},
Year = {2009}}
@inproceedings{Kanerva1996,
Author = {P. Kanerva},
Booktitle = {In ICANN96, Artificial Neural Networks},
Pages = {869-873},
Publisher = {Springer},
Title = {Binary Spatter-Coding of Ordered K-Tuples},
Year = {1996}}
@conference{Kanerva1993,
Address = {Denver Colorado},
Author = {P. Kanerva},
Owner = {CYG},
Timestamp = {2011.05.09},
Title = {Large patterns make great symbols: An example of learning from example},
Year = {1993}}
@book{Kanerva1988,
Author = {P. Kanerva},
Owner = {CYG},
Publisher = {MIT Press},
Timestamp = {2011.05.10},
Title = {Sparse Distributed Memory},
Year = {1988}}
@phdthesis{Kemp2007,
Author = {C. Kemp},
Owner = {CYG},
School = {MIT},
Timestamp = {2011.05.10},
Title = {The acquisition of inductive constraints},
Year = {2007}}
@article{Kemp2008,
Author = {C. Kemp and J.B. Tenenbaum},
Journal = {Proceedings of the National Academy of Sciences},
Number = {31},
Owner = {CYG},
Pages = {10687-10692},
Timestamp = {2011.05.10},
Title = {The Discovery of Structural Form},
Volume = {105},
Year = {2008}}
@article{fan1997genetic,
title={A genetic sparse distributed memory approach to the application of handwritten character recognition},
author={Fan, Kuo-Chin and Wang, Yuan-Kai},
journal={Pattern Recognition},
volume={30},
number={12},
pages={2015--2022},
year={1997},
publisher={Elsevier}
}
@article{Kim2005,
Author = {Y. Kim and W. Nick Street and W. and G.J. Russell and F. Menczer},
Journal = {Management Science},
Number = {2},
Owner = {CYG},
Pages = {264-276},
Timestamp = {2011.05.13},
Title = {Customer Targeting: A Neural Network Approach Guided by Genetic Algorithms},
Volume = {51},
Year = {2005}}
@article{Loennstedt2005,
Author = {I. L\"onnstedt and A. Britton},
Journal = {Biostatistics},
Owner = {CYG},
Pages = {279-291},
Timestamp = {2011.05.10},
Title = {Hierarchical Bayes models for cDNA microarray gene expression},
Volume = {6},
Year = {2005}}
@article{Linhares2000,
Author = {Alexandre Linhares},
Journal = {Artificial Intelligence},
Owner = {CYG},
Pages = {251-270},
Timestamp = {2011.05.10},
Title = {A glimpse at the metaphysics of Bongard problems},
Url = {https://www.sciencedirect.com/science/article/pii/S0004370200000424},
Volume = {121},
Year = {2000}}
@article{Linhares2007,
Author = {Alexandre Linhares and Paulo R.S. Brum},
Journal = {Cognitive Science},
Owner = {CYG},
Pages = {989-1007},
Timestamp = {2011.05.09},
Title = {Understanding our understanding of strategic scenarios: What role do chunks play?},
Volume = {31},
Year = {2007}}
@article{Linhares2011,
Author = {Alexandre Linhares and Daniel M. Chada and Christian N. Aranha},
Doi = {10.1371/journal.pone.0015592},
Journal = {PLOS One},
Month = {Jan},
Number = {1},
Owner = {CYG},
Pages = {e15592},
Timestamp = {2011.05.19},
Title = {The Emergence of {Miller's Magic Number on a Sparse Distributed Memory}},
Volume = {6},
Year = {2011},
Bdsk-Url-1 = {http://dx.doi.org/10.1371/journal.pone.0015592}}
@article{Linhares2010,
Author = {Alexandre Linhares and Anna Elizabeth T.A. Freitas},
Journal = {New Ideas in Psychology},
Owner = {CYG},
Pages = {64-78},
Timestamp = {2011.05.09},
Title = {Questioning Chase and Simon{'}s (1973) {"}Perception in chess{"}: The {"}experience recognition{"} hypothesis},
Volume = {28},
Year = {2010}}
@article{Liu2005,
Author = {N. Cai Liu and Y. Cheng},
Journal = {Higher Education in Europe},
Owner = {CYG},
Pages = {127-136},
Timestamp = {2011.05.10},
Title = {The academic ranking of world universities},
Volume = {30},
Year = {2005}}
@article{Lloyd2002,
Author = {S. Lloyd},
Journal = {Physics Review Letters},
Owner = {CYG},
Pages = {237901-1:4},
Timestamp = {2011.05.10},
Title = {Computational capacity of the Universe},
Volume = {88},
Year = {2002}}
@article{Lock2010,
Author = {K. Lock and A. Gelman},
Journal = {Political Analysis},
Number = {3},
Owner = {CYG},
Pages = {337-348},
Timestamp = {2011.05.10},
Title = {Bayesian Combination of State Polls and Election Forecasts},
Volume = {18},
Year = {2010}}
@article{Miller1955,
Author = {G. A. Miller},
Journal = {{Psychological Review}},
Owner = {CYG},
Pages = {81-97},
Timestamp = {2011.05.09},
Title = {The magical number seven, plus or minus two: Some limits on our capacity for processing information},
Volume = {63},
Year = {1955}}
@article{Natter2001,
Author = {M. Natter and A. Mild and M. Feurstein and G. Dorffner and A. Taudes},
Journal = {Management Science},
Number = {8},
Owner = {CYG},
Pages = {1029-1045},
Timestamp = {2011.05.13},
Title = {The Effect of Incentive Schemes and Organizational Arrangements on the New Product Development Process},
Volume = {47},
Year = {2001}}
@inproceedings{Perfors2009,
Address = {Austin TX},
Author = {A. Perfors and J.B. Tenenbaum},
Booktitle = {Proceedings of the 31st Annual Conference of the Cognitive Science Society},
Editor = {N. Taatgen and H. van Rijn and L. Schomaker and J. Nerbonne},
Organization = {Cognitive Science Society},
Owner = {CYG},
Pages = {136-141},
Publisher = {Cognitive Science Society},
Timestamp = {2011.05.10},
Title = {Learning to Learn Categories},
Year = {2009}}
@article{Perfors2011,
Author = {A. Perfors and J.B. Tenenbaum and T. Regier and { }},
Journal = {Cognition},
Number = {3},
Owner = {cyg},
Pages = {306-338},
Timestamp = {2011.05.19},
Title = {The Learnability of Abstract Syntactic Principles},
Volume = {118},
Year = {2011}}
@article{Pfeffer2004,
Author = {J. Pfeffer and C.T. Fong},
Journal = {Journal of Management Studies},
Number = {8},
Owner = {CYG},
Pages = {1501-1520},
Timestamp = {2011.05.10},
Title = {The Business School {"}Business{"}: Some Lessons From the {U.S.} Experience},
Volume = {41},
Year = {2004}}
@article{Piramuthu1998,
Author = {S. Piramuthu and H. Ragavan and M.J. Shaw and { }},
Journal = {Management Science},
Number = {3},
Owner = {CYG},
Pages = {416-430},
Timestamp = {2011.05.13},
Title = {Using Feature Construction to Improve the Performance of Neural Networks},
Volume = {44},
Year = {1998}}