- Table View
- List View
Just Peachy: Comics About Depression, Anxiety, Love, and Finding the Humor in Being Sad
by Holly Chisholm"In this autobiographical collection of thoughtful and poignant comic vignettes, Chisholm explores her experiences with depression, anxiety, and love ." —BooklistJust Peachy is a comic series that explores what the day-to-day is like with depression and/or anxiety. The all-too-real cartoon protagonist gives readers a character to empathize with, and helps explain some of the not often talked about consequences and symptoms of having depression. The comics also explore the themes of heartbreak, finding love, dealing with stress, and capturing the magical moments in life that keep us going.Through dark humor and cute illustrations, the subject matter becomes a bit more bearable, allowing for honest discussion about things like treatment and getting through anxiety attacks, and providing some comfort in times of struggle.For anyone affected by mental illness, Just Peachy shows that you are not alone. Simply put, this is an encouraging collection of comics about being just okay sometimes.&“So brave of Holly Chisholm to share her struggles with mental health issues through this creative medium. Just Peachy will inspire others to connect to, navigate through, and recover from their own day-to-day trials and tribulations of living with a mental illness. Well done!&” —Dr. Carlin Barnes and Dr. Marketa Wills, authors of Understanding Mental Illness and founders of Healthy Mind MDs
Just React!: Learn React the React Way
by Hari NaraynHere is your perfect companion for learning about and developing React applications. This book introduces concepts innovatively, using real-world examples based on the most recommended practices to help you establish a firm foundation. This comprehensive approach provides a strong focus on building components by using React hooks. You’ll begin by learning web fundamentals, next-generation JavaScript, and how React fits into this. In the chapters that follow, you’ll build a React application from scratch and learn about JSX, components, props, state management, prop drilling, context, and lifecycle events. Along the way you’ll build a multi-component app and see how the components interact. Debugging and styling React applications are also discussed. You’ll then take an in depth look at React hooks and see how to create a custom hook. There is also a penultimate chapter that explores important concepts such as routing and authentication. The book concludes with a review of some exciting features in the upcoming release of React 18. After reading Just React you will be equipped with the skills necessary to build complex web and mobile user interfaces using this flexible JavaScript library.What You’ll LearnExamine the details of modern React concepts through example projectsSet up your own React projectDebug and style React componentsTake a look at routing, authentication, HTTP requests, Redux, and the new features of React 18 Who This Book Is For Web developers, React developers, and JavaScript developers
Just Spring Data Access: Covers JDBC, Hibernate, JPA and JDO
by Madhusudhan KondaJDBC has simplified database access in Java applications, but a few nagging wrinkles remain—namely, persisting Java objects to relational databases. With this book, you’ll learn how the Spring Framework makes that job incredibly easy with dependency injection, template classes, and object-relational-mapping (ORM).Through sample code, you’ll discover how Spring streamlines the use of JDBC and ORM tools such as Hibernate, the Java Persistence API (JPA), and Java Data Objects (JDO). If you’re a Java developer familiar with Spring (perhaps through O’Reilly’s Just Spring tutorial) and want to advance your data access skills, this book shows you how.Learn how to use Spring’s basic and advanced data access toolsWork with Spring’s JdbcTemplate class to separate non-critical code from business codeEliminate placeholder variables in your queries with the NamedParameterJdbcTemplate classUse Spring’s template classes to perform batch executionsOperate inserts on database tables without writing any SQL statementsLearn about Spring’s support for Hibernate as an object-relational-mapping toolUse JPA as a standards-based ORM—alone or with Spring supportMove data from a relational to a non-relational database with JDO
Just Spring Integration: A Lightweight Introduction to Spring Integration
by Madhusudhan KondaGet started with Spring Integration, the lightweight Java-based framework that makes designing and developing message-oriented architectures a breeze. Through numerous examples, you’ll learn how to use this open source framework’s basic building blocks to work with both inter- and intra-application programming models.If you’re a Java developer familiar with the Spring framework (perhaps through O’Reilly’s Just Spring tutorial) and want to advance your skills with Enterprise Application Integration (EAI) patterns, and messaging systems in particular, this book is ideal.Learn Spring Integration fundamentals, including channels, endpoints, and messagesUse message channels to decouple applications, separating producers from consumersDiscover how common endpoint patterns separate a messaging application’s business logic from integration detailsCreate a seamless integration between the endpoints, using TransformersImplement Spring Integration’s flow components to design your messaging application’s business flowConfigure the framework’s File, FTP, JMS, and JDBC adapters to integrate with external systems
Just Spring: A Lightweight Introduction to the Spring Framework (Oreilly And Associate Ser.)
by Madhusudhan KondaGet a concise introduction to Spring, the popular open source framework for building lightweight enterprise applications on the Java platform. This example-driven book for Java developers delves into the framework’s basic features, as well as complex concepts such as containers. You’ll learn how Spring makes Java Messaging Service easier to work with, and how its support for Hibernate helps you work with data persistence and retrieval.In this revised edition of Just Spring, you’ll get your hands deep into sample code, beginning with a problem that illustrates Spring’s core principle: dependency injection. In the chapters that follow, author Madhusudhan Konda walks you through features that underlie the solution.Dive into the new chapter on advanced concepts, such as bean scopes and property editorsLearn dependency injection through a simple object coupling problemTackle the framework’s core fundamentals, including beans and bean factoriesDiscover how Spring makes the Java Messaging Service API easier to useLearn how Spring has revolutionized data access with Java DataBase Connectivity (JDBC)Use Spring with the Hibernate framework to manipulate data as objects
Just a Journalist: On the Press, Life, and the Spaces Between (The William E. Massey Sr. lectures in American studies ; #2015)
by Linda GreenhouseA Pulitzer Prize–winning reporter who covered the Supreme Court for The New York Times, Linda Greenhouse trains an autobiographical lens on a moment of transition in U.S. journalism. Calling herself “an accidental activist,” she raises urgent questions about the role of journalists as citizens and participants in the world around them.
Just for Fun: The Story of an Accidental Revolutionary
by Linus Torvalds David DiamondIn a narrative that zips along with the speed of e-mail, Torvalds gives a history of his renegade software while candidly revealing the quirky mind of a genius.
Just-in-Time Systems
by Yasmín A. Ríos-Solís Roger RiosWhether different types of costs are to be reduced, benefits to be maximized or scarce resources to be managed, scheduling theory provides intelligent methods for practitioners and scientists. The just-in-time (JIT) production philosophy has enriched the classical scheduling theory with models that consider characteristics such as inventory costs, set-up times, lot sizing, or maintenance. This edited volume considers the specifics of just-in-time systems. It provides knowledge and insights on recent advances in scheduling theory where just-in-time aspects are considered. Contributions on models, theory, algorithms, and applications, that bring the theory up-to-date on the state-of-the-art of JIT systems are presented. Professionals, researchers and graduate students will find this book useful.
Jython Essentials: Rapid Scripting in Java
by Samuele Pedroni Noel RappinJython is an implementation of the Python programming language written in 100% pure Java, so it runs under any compliant Java Virtual Machine. The secret to Jython's popularity lies in the combination of Java's librariesand tools with Python's rapid development capabilities. With Jython, you can write Python programs that integrate seamlessly with any Java code. And like Python, Jython can be used interactively, so you can get immediate results as you are programming.Jython Essentials provides a solid introduction to the Python language, offering a brief but thorough tour of the Python concepts you'll need to understand to use Jython effectively. The book makes frequent comparisonsbetween Python and Java, with special emphasis on the different object-oriented semantics of the two languages, so Java programmers can quickly get up to speed with Jython.Jython Essentials also covers the various ways in which Jython and Java can interact. For example, Jython code can create instances of pre-existing Java classes and call methods in those instances. You can write Jython classes that are direct subclasses of existing Java classesand use introspection to discern the capabilities of JavaBeans components. This book provides examples of using Jython with existing Java libraries, including the Swing GUI toolkit, the JDBC database API, the Servlet API, and various XML tools. And finally, the book shows howJython can be used as a scripting language within a Java program.With Jython Essentials, you have everything you need to start creating applications that mix the best of Python's interactivity and Java's robust libraries.
KI & Recht kompakt (IT kompakt)
by Matthias HartmannDas Buch gibt einen kompakten Einblick in alle wesentlichen Rechtsfragen rund um den Einsatz Künstlicher Intelligenz in Unternehmen oder Produkten. Versierte Autoren mit Praxiserfahrung erläutern die wichtigsten rechtlichen Themen beim Einsatz intelligenter Systeme und behandeln nach einer Einführung in die technischen Grundlagen die Auswirkungen und Besonderheiten Künstlicher Intelligenz in den Bereichen:ZivilrechtVertragsgestaltungLizenzierung HaftungImmaterialgüterrechte DatenschutzStrafrechtArbeitsrecht
KI 2016: Advances in Artificial Intelligence
by Gerhard Friedrich Malte Helmert Franz WotawaThis book constitutes the refereed proceedings of the 39th Annual German Conference on Artificial Intelligence, KI 2016, in conjunction with the Osterreichische Gesellschaft fur Artificial Intelligence, OGAI, held in Klagenfurt, Austria, in September 2016. The 8 revised full technical papers presented together with 12 technical communications, and 16 extended abstracts were carefully reviewed and selected from 44 submissions. The conference provides the opportunity to present a wider range of results and ideas that are of interest to the KI audience, including reports about recent own publications, position papers, and previews of ongoing work. "
KI 2018: 41st German Conference on AI, Berlin, Germany, September 24–28, 2018, Proceedings (Lecture Notes in Computer Science #11117)
by Anni-Yasmin Turhan Frank TrollmannThis book constitutes the refereed proceedings of the 41st German Conference on Artificial Intelligence, KI 2018, held in Berlin, Germany, in September 2018. The 20 full and 14 short papers presented in this volume were carefully reviewed and selected from 65 submissions. The book also contains one keynote talk in full paper length. The papers were organized in topical sections named: reasoning; multi-agent systems; robotics; learning; planning; neural networks; search; belief revision; context aware systems; and cognitive approach.
KI 2019: 42nd German Conference on AI, Kassel, Germany, September 23–26, 2019, Proceedings (Lecture Notes in Computer Science #11793)
by Heiner Stuckenschmidt Christoph BenzmüllerThis book constitutes the refereed proceedings of the 42nd German Conference on Artificial Intelligence, KI 2019, held in Kassel, Germany, in September 2019. The 16 full and 10 short papers presented together with 3 extended abstracts in this volume were carefully reviewed and selected from 82 submissions. KI 2019 has a special focus theme on "AI methods for Argumentation" and especially invited contributions that use methods from all areas of AI to understand, formalize or generate argument structures in natural language.
KI 2020: 43rd German Conference on AI, Bamberg, Germany, September 21–25, 2020, Proceedings (Lecture Notes in Computer Science #12325)
by Franziska Klügl Ute Schmid Diedrich WolterThis book constitutes the refereed proceedings of the 43rd German Conference on Artificial Intelligence, KI 2020, held in Bamberg, Germany, in September 2020.The 16 full and 12 short papers presented together with 6 extended abstracts in this volume were carefully reviewed and selected from 62 submissions.As well-established annual conference series KI is dedicated to research on theory and applications across all methods and topic areas of AI research. KI 2020 had a special focus on human-centered AI with highlights on AI and education and explainable machine learning. Due to the Corona pandemic KI 2020 was held as a virtual event.
KI 2021: 44th German Conference on AI, Virtual Event, September 27 – October 1, 2021, Proceedings (Lecture Notes in Computer Science #12873)
by Stefan Edelkamp Ralf Möller Elmar RueckertThis book constitutes the refereed proceedings of the 44th German Conference on Artificial Intelligence, KI 2021, held in September/October 2021. Due to COVID-19 pandemic the conference was held virtually. The 16 full and 4 short papers with one extended abstract were carefully reviewed and selected from 59 submissions. As well-established annual conference series KI is dedicated to research on theory and applications across all methods and topic areas of AI research.
KI 2022: 45th German Conference on AI, Trier, Germany, September 19–23, 2022, Proceedings (Lecture Notes in Computer Science #13404)
by Ralph Bergmann Ingo J. Timm Lukas Malburg Stephanie C. RodermundThis book constitutes the refereed proceedings of the 45th German Conference on Artificial Intelligence, KI 2022, held in September 2022.The 12 full and 5 short papers were carefully reviewed and selected from 51 submissions. Additionally, five abstracts of invited talks are included. As well-established annual conference series KI is dedicated to research on theory and applications across all methods and topic areas of AI research.Due to COVID-19 the conference was held virtually.The chapter "Dynamically Self-Adjusting Gaussian Processes for Data Stream Modelling" is available open access under a Creative Commons Attribution 4.0 International License via link.springer.com.
KI 2023: 46th German Conference on AI, Berlin, Germany, September 26–29, 2023, Proceedings (Lecture Notes in Computer Science #14236)
by Dietmar Seipel Alexander SteenThis book constitutes the refereed proceedings of the 46th German Conference on Artificial Intelligence, KI 2023, which took place in Berlin, Germany, in September 2023.The 14 full and 5 short papers presented were carefully reviewed and selected from 78 submissions. The papers deal with research on theory and applications across all methods and topic areas of AI research.
KI 2024: 47th German Conference on AI, Würzburg, Germany, September 25–27, 2024, Proceedings (Lecture Notes in Computer Science #14992)
by Andreas Hotho Sebastian RudolphThis book constitutes the proceedings of the 47th German Conference on AI, KI 2024, which was held in Würzburg, Germany, during September 25–27, 2024. The 19 full papers, 7 short papers and 5 other papers presented in this book were carefully reviewed and selected from 63 submissions. KI is one of the major European AI conferences and traditionally brings together academic and industrial researchers from all areas of AI, providing an ideal place for exchanging news and research results on theory and applications. The papers have been categorized into the following sections: full technical papers; technical communications; extended abstracts of papers from other AI conferences.
KI als Zukunftsmotor für Verlage: Potenziale und Fallbeispiele für KI-Anwendungen in der Buchbranche
by Okke SchlüterGenerative KI ist ein Game Changer für Verlage. Wie aber sollten Verlage darauf reagieren? Da in der Publishing-Branche Daten eine wichtige Rolle spielen, können KI-Technologien auch hier wertvolle Beiträge leisten. Diese Innovationen sichern gleichzeitig die Zukunft der Verlagsbranche gegenüber globalen Tech-Konzernen ab, die selbst Publishing anbieten. Ziel des Bandes ist es daher, über konkrete Potenziale in Verlagen zu sprechen, seien es z. B. Manuskriptarbeit, Marketingkommunikation oder Nachauflagen. Mit einer Einführung in KI, drei konkreten Fallbeispielen und einer Potenzialanalyse zu ChatGPT.
KI für das Gute: Künstliche Intelligenz und Ethik
by Stefan H. ViewegWährend die Technologie im Zeitalter des maschinellen Lernens rasant voranschreitet, mangelt es an klaren Absichten und der Formulierung akzeptabler ethischer Standards. Dieses Buch fasst das komplexe Thema der "guten" Technologie bereichsübergreifend zusammen und wechselt zwischen Theorie und Praxis. Die Autoren gehen auf die sich ständig ausweitende Diskussion über Künstliche Intelligenz (KI) und Ethik ein und geben eine Orientierung. Dabei werden insbesondere pragmatische und aktuelle Fragestellungen berücksichtigt, wie z.B. die Kollateralwirkungen der COVID19-Pandemie. Ein aktueller Überblick über die Digitalisierung - an sich schon ein sehr weites Feld - wird ebenso vorgestellt wie eine Analyse der Ansätze von KI aus ethischer Perspektive. Darüber hinaus werden konkrete Ansätze zur Berücksichtigung angemessener ethischer Prinzipien in KI-basierten Lösungen angeboten. Das Buch richtet sich sowohl an Wissenschaftler aus geistes- und wirtschaftswissenschaftlichen oder technischen Disziplinen als auch an Praktiker, die eine Einführung in das Thema und eine Orientierung mit konkreten Fragen und Hilfestellungen suchen.
KI im Mittelstand: Chancen, Optimierungen und Neugeschäft
by Dominik Renner Daniel Reicher Christian VanceaDieses Buch ist ein praktischer Leitfaden, um die Potenziale der Künstlichen Intelligenz (KI) im Mittelstand voll auszuschöpfen. Es bietet sowohl Einsteigern als auch Fortgeschrittenen verständliche Einführungen und fundierte Einblicke. Mit praxisnahen Beispielen, Fallstudien und konkreten Tipps wird gezeigt, wie KI erfolgreich in den Unternehmensalltag integriert werden kann. Ziel ist es, die Komplexität der KI verständlich zu machen und ihren Nutzen für den Mittelstand aufzuzeigen. Ein Muss für alle, die den technologischen Wandel aktiv mitgestalten wollen.
KI in Medien, Kommunikation und Marketing: Wirtschaftliche, gesellschaftliche und rechtliche Perspektiven
by Dominik Pietzcker Christina Vaih-Baur Veit Mathauer Eva-Irina von GammDer Herausgeberband beleuchtet den aktuellen globalen Einsatz von Künstlicher Intelligenz im Kommunikationssektor aus wirtschaftlicher, gesellschaftlicher und rechtlicher Perspektive. Auch der Blick der Rezipienten auf Produkte künstlicher Intelligenz wird dabei empirisch untersucht. Was sind ihre Erwartungen, Idiosynkrasien und Einstellungen gegenüber Künstlicher Intelligenz und ihren vielfältigen Anwendungen? Die Beiträge umfassen neben wissenschaftlichen Analysen auch aktuelle Trends aus Sicht von Praktikern und Experten. Die kritisch-analytische Betrachtung von KI-Anwendungen in Sub- und Populärkultur rundet den gesamten Band ab.
KI in der Psychologie - ist der Mensch eine Maschine? (essentials)
by Peter Gloor Marc SchreiberIm Buch wird die Frage diskutiert, ob der Mensch eine Maschine ist und ob Algorithmen der künstlichen Intelligenz (KI) das menschliche Erleben und Handeln jemals komplett abbilden können werden. Die Fragen werden sowohl aus der Perspektive der Psychologie als auch aus derjenigen der Informatik beleuchtet. Anhand von konkreten Projekten werden die Gemeinsamkeiten und Unterschiede der beiden Perspektiven erläutert und es werden Probleme sowie ethische Fragestellungen im Zusammenhang mit der Anwendung von KI-Algorithmen in psychologischen Anwendungsfeldern thematisiert.
KI-Prompts schreiben für Dummies (Für Dummies)
by Stephanie Diamond Jeffrey AllanEinfach unmissverständlich mit KI kommunizieren KI bietet viele Einsatzmöglichkeiten und kann Sie bei Ihren Aufgaben unterstützen. Dafür müssen Sie lernen, präzise Prompts für KI-Systeme zu entwickeln. Die Autoren zeigen Ihnen, wie Sie Prompts formulieren, die effektive Ergebnisse liefern, und wie Sie diese Ergebnisse auswerten und verfeinern. Außerdem lernen Sie die führenden Plattformen, besten Chatbots und Kreativ-Tools für Ihre Bedürfnisse kennen. So sparen Sie Zeit beim Entwerfen von Websites, bei Bildbearbeitung und Recherche und verbessern die Interaktion mit Ihren Kunden. Sie erfahren Wie KI Prompts »versteht« Wie Sie Text, Bilder, Audio, Video und Code generieren Wie Sie Ihre Geschäftsprozesse oder Ihren Kundenservice verbessern Welche Aufgaben KI auch in Zukunft nicht übernehmen kann
KI-Technologie für Unterwasserroboter
by Frank Kirchner Sirko Straube Daniel Kühn Nina HoyerDieses Buch bietet einen exklusiven Einblick in die Entwicklung einer neuen Generation von Unterwasser-Robotertechnologien.Der Einsatz und die Nutzung selbst der einfachsten und robustesten mechanischen Werkzeuge ist eine Herausforderung und oft mit einem enormen Aufwand an Vorbereitung, kontinuierlicher Überwachung und Wartung verbunden.Daher werden alle disziplinären Aspekte (z. B. Systemdesign, Kommunikation, maschinelles Lernen, Kartierung und Koordination, adaptive Missionsplanung) im Detail untersucht, was insgesamt einen umfassenden Überblick über die Forschungsbereiche gibt, die die Unterwasserroboter der nächsten Generation beeinflussen.Diese Unterwasserrobotersysteme werden mit Hilfe modernster Verfahren der künstlichen Intelligenz autonom operieren und die Umweltüberwachung sowie die Inspektion und Wartung von Unterwasserstrukturen übernehmen. Die Systeme sind als modulare und rekonfigurierbare Systeme konzipiert, die langfristig autonom am Einsatzort verbleiben können. Neue Kommunikationsmethoden, die KI nutzen, ermöglichen Einsätze von hybriden Teams aus Menschen und heterogenen Robotern.Damit wird dieser Band zu einem wichtigen Nachschlagewerk für Wissenschaftler aller Qualifikationsstufen im Bereich der Unterwassertechnologien, der industriellen maritimen Anwendungen und der Meereswissenschaften.