|
|
|
|
|
|
|
| |
|
Название: Введение в программирование на Python Автор: Северенс Ч. Издательство: М.: НОУ "Интуит" Год: 2016 Страниц: 232 Формат: PDF Размер: 16.5 Мб Язык: русский
Вводный курс по программированию дает представление о базовых понятиях структурного программирования (данных, операциях, переменных, ветвлениях в программе, циклах и функциях). Python обладает рядом преимуществ перед другими языками для начинающих изучать программирование, прежде всего благодаря ясности кода и быстроты реализации. |
Разместил: MIHAIL62 6-08-2023, 16:15 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Программирование в Linux. Самоучитель (+файлы) Автор: Иванов Н.Н. Издательство: СПб.: БХВ-Петербург Год: 2012 Страниц: ISBN: 978-5-9775-0744-8 Формат: PDF Размер: 10.8 Мб Язык: русский Рассмотрены фундаментальные основы программирования в Linux: инструментарий, низкоуровневый ввод-вывод, многозадачность, файловая система, межпроцессное взаимодействие и обработка ошибок. |
Разместил: MIHAIL62 6-08-2023, 15:13 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: An Introduction to Assembly Programming with RISC-V Автор: Edson Borin Издательство: Independently published Год: May 9, 2022 Страниц: 151 Язык: английский Формат: pdf (true) Размер: 10.1 MB
An Introduction to Assembly Programming with RISC-V is a textbook for programmers that want to learn how to program in assembly language. It leverages the RISC-V ISA to guide the reader through the main concepts of assembly programming and the assembly process. The book is divided into three parts: I) Introduction to computer systems and assembly language, II) User-level programming, and III) System-level programming. The first part, "Introduction to computer systems and assembly language", starts by providing a brief overview of how computers are organized and how programs are executed by computers. Then, it discusses how data is represented on modern computers, including how numbers and text are represented, how data is organized on the main memory, and how computer instructions are encoded. Next, it discusses how native programs are generated, the assembly process, and the main elements of object (binary) files, including symbols, labels, and references. Finally, it introduces the main elements of the assembly language and some of the most common assembly directives. This book is intended for people that have basic knowledge of computer programming using high-level languages and want to learn assembly programming. |
Разместил: Ingvar16 6-08-2023, 14:41 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Программирование на Python для начинающих Автор(ы): Майк МакГрат Издательство: Эксмо Год: 2022 Страниц: 194 Формат: PDF Размер: 14 Мб Язык: русский
Книга «Программирование на Python для начинающих» является исчерпывающим руководством для того, чтобы научиться программировать на языке Python. В этой книге с помощью примеров программ и иллюстраций, показывающих результаты работы кода, разбираются все ключевые аспекты языка. Установив свободно распространяемый интерпретатор Python, вы с первого же дня сможете создавать свои собственные исполняемые программы!
|
Разместил: MIHAIL62 6-08-2023, 14:36 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Computational Approaches To Conscious Artificial Intelligence Автор: Antonio Chella Издательство: World Scientific Publishing Год: 2023 Страниц: 310 Язык: английский Формат: pdf (true) Размер: 12.5 MB
Artificial Intelligence (AI) has seen rapid advancements in recent years, particularly in the areas of deep learning and the ability to generalize from concrete objects to abstract concepts. Meanwhile, in the study of machine consciousness, a universally agreed definition among scientists and philosophers is still lacking. The fields of Artificial Intelligence (AI) and Artificial Consciousness (AC) have largely developed separately, with different goals and criteria for success and with only a minimal exchange of ideas. In this chapter, we consider the question of how concepts developed in AC research might contribute to more effective future AI systems. We then present ideas about how integrating concepts from AC into AI systems to develop an artificial conscious intelligence (ACI) could both produce more effective AI technology and contribute to a deeper scientific understanding of the fundamental nature of consciousness and intelligence. The volume is designed as a reference guide for researchers, practitioners, and students interested in the intersection of AI and consciousness. |
Разместил: Ingvar16 6-08-2023, 13:37 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Coding Tricks and Tips - 15th Edition, 2023 Автор: Papercut Limited Издательство: Papercut Limited Год: 2023 Язык: английский Формат: pdf Размер: 37.2 MB
Coding Tricks and Tips is the perfect digital publication for the user that wants to take their skill set to the next level. Do you want to enhance your user experience? Or wish to gain insider knowledge? Do you want to learn directly from experts in their field? Learn the numerous short cuts that the professionals use? Over the pages of the new advanced user guide you will learn everything you will need to know to become a more confident, better skilled and experienced owner. A user that will make the absolute most of their use and ultimately their coding skills themselves. An achievement you can earn by simply enabling us to exclusively help and teach you the abilities we have gained over our decades of experience. |
Разместил: Ingvar16 6-08-2023, 04:36 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Bayesian Optimization: Theory and Practice Using Python Автор: Peng Liu Издательство: Apress Год: 2023 Страниц: 243 Язык: английский Формат: pdf (true), epub (true) Размер: 14.2 MB
This book covers the essential theory and implementation of popular Bayesian optimization techniques in an intuitive and well-illustrated manner. The techniques covered in this book will enable you to better tune the hyperparemeters of your machine learning models and learn sample-efficient approaches to global optimization. The book begins by introducing different Bayesian Optimization (BO) techniques, covering both commonly used tools and advanced topics. It follows a “develop from scratch” method using Python, and gradually builds up to more advanced libraries such as BoTorch, an open-source project introduced by Facebook recently. Along the way, you’ll see practical implementations of this important discipline along with thorough coverage and straightforward explanations of essential theories. This book intends to bridge the gap between researchers and practitioners, providing both with a comprehensive, easy-to-digest, and useful reference guide. After completing this book, you will have a firm grasp of Bayesian optimization techniques, which you’ll be able to put into practice in your own Machine Learning models. |
Разместил: Ingvar16 5-08-2023, 20:43 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Теоретический минимум по Computer Science. Все, что нужно программисту и разработчику Автор: Владстон Феррейра Фило Издательство: Питер Год: 2018 Страниц: 224 ISBN: 978-5-4461-0587-8 Формат: PDF, EPUB Размер: 17.4 Мб Язык: русский
Хватит тратить время на скучные академические фолианты! Изучение Computer Science может быть веселым и увлекательным занятием. Владстон Феррейра Фило знакомит нас с вычислительным мышлением, позволяющим решать любые сложные задачи. Научиться писать код просто - пара недель на курсах, и вы "программист", но чтобы стать профи, который будет востребован всегда и везде, нужны фундаментальные знания. |
Разместил: MIHAIL62 5-08-2023, 19:51 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Введение в программирование (2-е изд.) Автор: Баженова И.Ю., Сухомлин В.А. Издательство: М.: НОУ "Интуит" Год: 2016 Страниц: 411 ISBN: 5-94774-599-2 Формат: PDF Размер: 51 Мб Язык: русский
В курсе рассматриваются общие концепции разработки языков программирования. Подробно изучаются основные конструкции языков программирования, анализируются различные структуры данных, освещаются вопросы объектно-ориентированного программирования и сетевого программирования, дается краткий обзор компонентной технологии программирования. Особое внимание уделяется рассмотрению семантики языков программирования C++, C#, Java и Object Pascal. |
Разместил: MIHAIL62 5-08-2023, 19:38 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Intelligent Prognostics for Engineering Systems with Machine Learning Techniques Автор: Gunjan Soni, Om Prakash Yadav, Gaurav Kumar Badhotiya, Mangey Ram Издательство: CRC Press Год: 2024 Страниц: 261 Язык: английский Формат: pdf (true) Размер: 66.2 MB
The text discusses the latest data-driven, physics-based, and hybrid approaches employed in each stage of industrial prognostics and reliability estimation. It will be a useful text for senior undergraduate, graduate students, and academic researchers in areas such as industrial and production engineering, electrical engineering, and Computer Science. The book The text deals with tools and techniques used to predict/ extrapolate/ forecast the process behavior, based on current health state assessment and future operating conditions with the help of Machine Learning (ML). It will serve as a useful reference text for senior undergraduate, graduate students, and academic researchers in areas such as industrial and production engineering, manufacturing science, electrical engineering, and Computer Science. Deep Learning (DL) is a subset of ML that involves a multi-layered artificial neural network (ANN). The working of ANN is inspired by how the nervous system of the human brain functions. A basic ANN consists of input, output, and hidden layers. Each layer consists of neurons, which resemble brain cells. A mathematical representation of the biological neuron is termed as “perceptron,” and thus, multi-layered neural network is also referred to as multi-layer perceptron (MLP) model. |
Разместил: Ingvar16 5-08-2023, 18:16 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|