From 53eb16d66931e56c6682059074dbe76c13ada4e0 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 9 Sep 2025 08:44:06 +0200 Subject: =?UTF-8?q?Ajout=20des=20derniers=20cours=20du=20deuxi=C3=A8me=20s?= =?UTF-8?q?emestre=20et=20du=20TPE=20en=20philosophie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- semestre 2/are/biblio.bib | 453 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 453 insertions(+) create mode 100644 semestre 2/are/biblio.bib (limited to 'semestre 2/are/biblio.bib') diff --git a/semestre 2/are/biblio.bib b/semestre 2/are/biblio.bib new file mode 100644 index 0000000..9be1000 --- /dev/null +++ b/semestre 2/are/biblio.bib @@ -0,0 +1,453 @@ +@article{ApprentissageAutomatique2025, + title = {{Apprentissage automatique}}, + year = {2025}, + month = feb, + journal = {Wikip{\'e}dia}, + urldate = {2025-04-28}, + abstract = {L'apprentissage automatique, (en anglais : machine learning, litt. << apprentissage machine, >>), apprentissage artificiel ou apprentissage statistique est un champ d'{\'e}tude de l'intelligence artificielle qui se fonde sur des approches math{\'e}matiques et statistiques pour donner aux ordinateurs la capacit{\'e} d'<< apprendre >> {\`a} partir de donn{\'e}es, c'est-{\`a}-dire d'am{\'e}liorer leurs performances {\`a} r{\'e}soudre des t{\^a}ches sans {\^e}tre explicitement programm{\'e}s pour chacune. Plus largement, il concerne la conception, l'analyse, l'optimisation, le d{\'e}veloppement et l'impl{\'e}mentation de telles m{\'e}thodes. On parle d'apprentissage statistique car l'apprentissage consiste {\`a} cr{\'e}er un mod{\`e}le dont l'erreur statistique moyenne est la plus faible possible. L'apprentissage automatique comporte g{\'e}n{\'e}ralement deux phases. La premi{\`e}re consiste {\`a} estimer un mod{\`e}le {\`a} partir de donn{\'e}es, appel{\'e}es observations, qui sont disponibles et en nombre fini, lors de la phase de conception du syst{\`e}me. L'estimation du mod{\`e}le consiste {\`a} r{\'e}soudre une t{\^a}che pratique, telle que traduire un discours, estimer une densit{\'e} de probabilit{\'e}, reconna{\^i}tre la pr{\'e}sence d'un chat dans une photographie ou participer {\`a} la conduite d'un v{\'e}hicule autonome. Cette phase dite << d'apprentissage >> ou << d'entra{\^i}nement >> est g{\'e}n{\'e}ralement pr{\'e}alable {\`a} l'utilisation pratique du mod{\`e}le. La seconde phase est la mise en production : le mod{\`e}le {\'e}tant d{\'e}termin{\'e}, de nouvelles donn{\'e}es peuvent alors {\^e}tre soumises afin d'obtenir le r{\'e}sultat correspondant {\`a} la t{\^a}che souhait{\'e}e. Certains syst{\`e}mes peuvent continuer {\`a} apprendre une fois en production, s'ils disposent d'un retour sur la qualit{\'e} des r{\'e}sultats produits. C'est l'apprentissage en ligne, ou l'apprentissage continu. Selon le type de donn{\'e}es utilis{\'e}es pour l'apprentissage, on distingue : l'apprentissage supervis{\'e} : l'algorithme apprend {\`a} partir de donn{\'e}es {\'e}tiquet{\'e}es (la r{\'e}ponse {\`a} la t{\^a}che, qui est la donn{\'e}e de sortie, est donc connue pour chaque donn{\'e}es d'entr{\'e}e). L'objectif est de pr{\'e}dire les sorties pour de nouvelles donn{\'e}es ; l'apprentissage non supervis{\'e} : l'algorithme apprend {\`a} partir de donn{\'e}es non {\'e}tiquet{\'e}es. Il cherche {\`a} d{\'e}couvrir des structures sous-jacentes, cach{\'e}es (qui peuvent par exemple {\^e}tre une densit{\'e} de probabilit{\'e}) ; des motifs dans les donn{\'e}es permettent la classification ou le classement des donn{\'e}es ; l'apprentissage semi-supervis{\'e} : il tire parti d'une grande quantit{\'e} de donn{\'e}es non {\'e}tiquet{\'e}es pour am{\'e}liorer la performance du mod{\`e}le, tout en utilisant une moindre quantit{\'e} de donn{\'e}es {\'e}tiquet{\'e}es pour guider son apprentissage. Il diminue les co{\^u}ts d'{\'e}tiquetage manuel des donn{\'e}es ; l'apprentissage auto-supervis{\'e} : c'est une forme d'apprentissage non supervis{\'e}, o{\`u} le mod{\`e}le g{\'e}n{\`e}re ses propres {\'e}tiquettes {\`a} partir des donn{\'e}es brutes. Le mod{\`e}le peut ainsi cr{\'e}er des repr{\'e}sentations internes utiles, sans n{\'e}cessiter de donn{\'e}es {\'e}tiquet{\'e}es manuellement. L'apprentissage automatique peut {\^e}tre appliqu{\'e} {\`a} divers types de donn{\'e}es, tels des graphes, des arbres, des courbes, ou plus simplement des vecteurs de caract{\'e}ristiques, qui peuvent {\^e}tre des variables qualitatives ou quantitatives continues ou discr{\`e}tes. Si le mod{\`e}le apprend de mani{\`e}re incr{\'e}mentale, en fonction d'une r{\'e}compense re{\c c}ue par le programme pour chacune des actions entreprises, on parle d'apprentissage par renforcement.}, + copyright = {Creative Commons Attribution-ShareAlike License}, + langid = {french}, + annotation = {Page Version ID: 223158919}, + file = {/home/anhgelus/Zotero/storage/YK2S5EZA/Apprentissage_automatique.html} +} + +@book{bibenetLinventionRealisme2015, + title = {L'invention Du R{\'e}alisme}, + author = {Bibenet, {\'E}tienne}, + year = {2015}, + series = {Passages}, + publisher = {Cerf}, + address = {Paris}, + isbn = {978-2-204-10400-5} +} + +@article{bongardResilientMachinesContinuous2006, + title = {Resilient {{Machines Through Continuous Self-Modeling}}}, + author = {Bongard, Josh and Zykov, Victor and Lipson, Hod}, + year = {2006}, + month = nov, + journal = {Science}, + volume = {314}, + number = {5802}, + pages = {1118--1121}, + publisher = {American Association for the Advancement of Science}, + doi = {10.1126/science.1133687}, + urldate = {2025-04-28}, + abstract = {Animals sustain the ability to operate after injury by creating qualitatively different compensatory behaviors. Although such robustness would be desirable in engineered systems, most machines fail in the face of unexpected damage. We describe a robot that can recover from such change autonomously, through continuous self-modeling. A four-legged machine uses actuation-sensation relationships to indirectly infer its own structure, and it then uses this self-model to generate forward locomotion. When a leg part is removed, it adapts the self-models, leading to the generation of alternative gaits. This concept may help develop more robust machines and shed light on self-modeling in animals.} +} + +@book{carruthersPhenomenalConsciousnessNaturalistic2000, + title = {Phenomenal {{Consciousness}}: {{A Naturalistic Theory}}}, + shorttitle = {Phenomenal {{Consciousness}}}, + author = {Carruthers, Peter}, + year = {2000}, + publisher = {Cambridge University Press}, + address = {Cambridge}, + doi = {10.1017/CBO9780511487491}, + urldate = {2025-04-28}, + abstract = {How can phenomenal consciousness exist as an integral part of a physical universe? How can the technicolour phenomenology of our inner lives be created out of the complex neural activities of our brains? Many have despaired of finding answers to these questions; and many have claimed that human consciousness is inherently mysterious. Peter Carruthers argues, on the contrary, that the subjective feel of our experience is fully explicable in naturalistic (scientifically acceptable) terms. Drawing on a variety of interdisciplinary resources, he develops and defends a novel account in terms of higher-order thought. He shows that this can explain away some of the more extravagant claims made about phenomenal consciousness, while substantively explaining the key subjectivity of our experience. Written with characteristic clarity and directness, and surveying a wide range of extant theories, this book is essential reading for all those within philosophy and psychology interested in the problem of consciousness.}, + isbn = {978-0-521-78173-2}, + file = {/home/anhgelus/Zotero/storage/CQNREQKR/FFEDE1D894985B920BDB0B6540EF6ED2.html} +} + +@book{chartierManuscritsInedits, + title = {Manuscrits In{\'e}dits}, + author = {Chartier, {\'E}mile}, + volume = {2}, + publisher = {P.U.F.} +} + +@article{chrisleyPhilosophicalFoundationsArtificial2008, + title = {Philosophical Foundations of Artificial Consciousness}, + author = {Chrisley, Ron}, + year = {2008}, + month = oct, + journal = {Artificial Intelligence in Medicine}, + series = {Artificial {{Consciousness}}}, + volume = {44}, + number = {2}, + pages = {119--137}, + issn = {0933-3657}, + doi = {10.1016/j.artmed.2008.07.011}, + urldate = {2025-04-28}, + abstract = {Objective Consciousness is often thought to be that aspect of mind that is least amenable to being understood or replicated by artificial intelligence (AI). The first-personal, subjective, what-it-is-like-to-be-something nature of consciousness is thought to be untouchable by the computations, algorithms, processing and functions of AI method. Since AI is the most promising avenue toward artificial consciousness (AC), the conclusion many draw is that AC is even more doomed than AI supposedly is. The objective of this paper is to evaluate the soundness of this inference. Methods The results are achieved by means of conceptual analysis and argumentation. Results and conclusions It is shown that pessimism concerning the theoretical possibility of artificial consciousness is unfounded, based as it is on misunderstandings of AI, and a lack of awareness of the possible roles AI might play in accounting for or reproducing consciousness. This is done by making some foundational distinctions relevant to AC, and using them to show that some common reasons given for AC scepticism do not touch some of the (usually neglected) possibilities for AC, such as prosthetic, discriminative, practically necessary, and lagom (necessary-but-not-sufficient) AC. Along the way three strands of the author's work in AC -- interactive empiricism, synthetic phenomenology, and ontologically conservative heterophenomenology -- are used to illustrate and motivate the distinctions and the defences of AC they make possible.}, + keywords = {Artificial consciousness,Heterophenomenology,Interactive empiricism,Machine consciousness,Prosthetic artificial intelligence,Synthetic phenomenology}, + file = {/home/anhgelus/Zotero/storage/A8LJ8KL9/S0933365708001000.html} +} + +@incollection{coleChineseRoomArgument2024, + title = {The {{Chinese Room Argument}}}, + booktitle = {The {{Stanford Encyclopedia}} of {{Philosophy}}}, + author = {Cole, David}, + editor = {Zalta, Edward N. and Nodelman, Uri}, + year = {2024}, + edition = {Winter 2024}, + publisher = {Metaphysics Research Lab, Stanford University}, + urldate = {2025-04-28}, + abstract = {The argument and thought-experiment now generally known as the ChineseRoom Argument was first published in a 1980 article by Americanphilosopher John Searle (1932-- ). It has become one of thebest-known arguments in recent philosophy. Searle imagines himselfalone in a room following a computer program for responding to Chinesecharacters slipped under the door. Searle understands nothing ofChinese, and yet, by following the program for manipulating symbolsand numerals just as a computer does, he sends appropriate strings ofChinese characters back out under the door, and this leads thoseoutside to mistakenly suppose there is a Chinese speaker in the room.}, + keywords = {computation: in physical systems,consciousness: and intentionality,consciousness: representational theories of,emergent properties,epiphenomenalism,externalism about the mind,functionalism,information: biological,information: semantic conceptions of,intentionality,meaning theories of,mental content: causal theories of,mental content: teleological theories of,mental representation,mind: computational theory of,multiple realizability,neuroscience philosophy of,other minds,personal identity,thought experiments,Turing Alan,Turing test,zombies}, + file = {/home/anhgelus/Zotero/storage/UK9REGDR/chinese-room.html} +} + +@book{dennettConsciousnessExplained1993, + title = {Consciousness {{Explained}}}, + author = {Dennett, Daniel C.}, + year = {1993}, + month = jun, + urldate = {2025-04-28}, + abstract = {This book revises the traditional view of consciousness by claiming that Cartesianism and Descartes' dualism of mind and body should be replaced with theories from the realms of neuroscience, psychology and artificial intelligence. What people think of as the stream of consciousness is not a single, unified sequence, the author argues, but \"multiple drafts\" of reality composed by a computer-like \"virtual machine\". Dennett considers how consciousness could have evolved in human beings and confronts the classic mysteries of consciousness: the nature of introspection, the self or ego and its relation to thoughts and sensations, and the level of consciousness of non-human creatures.}, + langid = {english}, + file = {/home/anhgelus/Zotero/storage/EK5PIBXH/9780140128673.html} +} + +@misc{descartesOEuvresLettres1937, + title = {{{\OE}uvres et lettres}}, + author = {Descartes, Ren{\'e}}, + year = {1937}, + month = may, + journal = {Gallimard}, + urldate = {2025-04-28}, + abstract = {<> consiste {\`a} pr{\'e}dire le prochain mot dans une s{\'e}quence de texte. R{\'e}p{\'e}t{\'e} pour de vastes corpus de donn{\'e}es textuelles, cet apprentissage permet ensuite au mod{\`e}le de g{\'e}n{\'e}rer du texte semblable.}, + copyright = {Creative Commons Attribution-ShareAlike License}, + langid = {french}, + annotation = {Page Version ID: 219392366}, + file = {/home/anhgelus/Zotero/storage/XT9TUXBK/Transformeur_génératif_préentraîné.html} +} + +@incollection{tulvingEpisodicMemoryAutonoesis2005, + title = {Episodic {{Memory}} and {{Autonoesis}}: {{Uniquely Human}}?}, + shorttitle = {Episodic {{Memory}} and {{Autonoesis}}}, + booktitle = {The Missing Link in Cognition: {{Origins}} of Self-Reflective Consciousness}, + author = {Tulving, Endel}, + year = {2005}, + pages = {3--56}, + publisher = {Oxford University Press}, + address = {New York, NY, US}, + doi = {10.1093/acprof:oso/9780195161564.003.0001}, + abstract = {This chapter describes the link between episodic memory and self-reflective consciousness (or, in author Tulving's terminology, autonoetic consciousness). Autonoetic conscious is needed to allow a person to travel mentally through his or her own personal past, free of the immediate stimulus environment. Tulving also delineates the relation between this kind of episodic memory and the ability to project into the future. In Tulving's view, the latter is the kernel of consciousness that is necessary for culture. Accordingly, the evolutionary significance of the ability to think about the future and its importance for human society cannot be overestimated. Tulving also suggests a practical test, the "spoon test," as a method for determining, without the use of language, whether a person or animal possesses autonoetic consciousness. (PsycInfo Database Record (c) 2023 APA, all rights reserved)}, + isbn = {978-0-19-516156-4}, + keywords = {Consciousness States,Episodic Memory,Self-Perception} +} + +@article{turingICOMPUTINGMACHINERYINTELLIGENCE1950, + title = {I.---{{COMPUTING MACHINERY AND INTELLIGENCE}}}, + author = {Turing, A. M.}, + year = {1950}, + month = oct, + journal = {Mind}, + volume = {LIX}, + number = {236}, + pages = {433--460}, + issn = {0026-4423}, + doi = {10.1093/mind/LIX.236.433}, + urldate = {2025-04-28}, + file = {/home/anhgelus/Zotero/storage/9JDHFYWB/986238.html} +} + +@article{wellsFacebookFiles2021, + title = {The {{Facebook Files}}}, + author = {Wells, Georgia and Horwitz, Jeff and Seetharaman, Deepa}, + year = {2021}, + month = oct, + journal = {Wall Street Journal}, + issn = {0099-9660}, + urldate = {2025-04-28}, + abstract = {Facebook knows, in acute detail, that its platforms are riddled with flaws but hasn't fixed them. That's a key finding of a Journal series that launched this week, based on an array of internal company documents. Read all the stories here.}, + chapter = {Tech}, + langid = {american}, + keywords = {entertainment,Facebook,FB,graphics,GRAPHICS,Mark Zuckerberg,media,Media/Entertainment,online service providers,Online Service Providers,social media platforms,Social Media Platforms/Tools,SYND,technology,Technology,tools,WSJ-PRO-WSJ.com}, + file = {/home/anhgelus/Zotero/storage/VPWML2FX/the-facebook-files-11631713039.html} +} + +@misc{wiktionnaireArtificiel2025, + title = {{artificiel}}, + author = {Wiktionnaire}, + year = {2025}, + month = feb, + journal = {Wiktionnaire}, + publisher = {Wikipedia}, + urldate = {2025-04-28}, + copyright = {Creative Commons Attribution-ShareAlike License}, + langid = {french}, + annotation = {Page Version ID: 37389762}, + file = {/home/anhgelus/Zotero/storage/MAW6X577/artificiel.html} +} + +@misc{wiktionnaireConscience2025, + title = {{conscience}}, + author = {Wiktionnaire}, + year = {2025}, + month = apr, + journal = {Wiktionnaire}, + publisher = {Wikipedia}, + urldate = {2025-04-28}, + copyright = {Creative Commons Attribution-ShareAlike License}, + langid = {french}, + annotation = {Page Version ID: 38065068}, + file = {/home/anhgelus/Zotero/storage/G59RWHKY/conscience.html} +} -- cgit v1.2.3