Vtome.ru - электронная библиотека

  • Добавил: umkaS
  • Дата: 25-04-2024, 16:35
  • Комментариев: 0
Название: Первая книга юного программиста. Учимся писать программы на Scratch
Автор: Юлия Торгашева
Издательство: Питер
Год: 2016
Cтраниц: 128, цвет.ил.
Формат: pdf
Размер: 34 мб
Язык: русский

Не сомневаюсь, что ты любишь играть на компьютере, телефоне или планшете и смотреть 3D-мультфильмы. А знаешь, как их делают? Для этого нужны программы – наборы команд, которые приказывают компьютеру двигать героев по экрану. А теперь – самое главное. Ты можешь сам делать такие программы!
  • Добавил: literator
  • Дата: 25-04-2024, 16:02
  • Комментариев: 0
Название: Modeling Neural Circuits Made Simple with Python
Автор: Robert Rosenbaum
Издательство: The MIT Press
Год: 2024
Страниц: 168
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

An accessible undergraduate textbook in computational neuroscience that provides an introduction to the mathematical and computational modeling of neurons and networks of neurons. Understanding the brain is a major frontier of modern science. Given the complexity of neural circuits, advancing that understanding requires mathematical and computational approaches. This accessible undergraduate textbook in computational neuroscience provides an introduction to the mathematical and computational modeling of neurons and networks of neurons. Starting with the biophysics of single neurons, Robert Rosenbaum incrementally builds to explanations of neural coding, learning, and the relationship between biological and artificial neural networks. Examples with real neural data demonstrate how computational models can be used to understand phenomena observed in neural recordings. Based on years of classroom experience, the material has been carefully streamlined to provide all the content needed to build a foundation for modeling neural circuits in a one-semester course. This book assumes a basic background in calculus (derivatives and integrals), linear algebra (matrix products and eigenvalues), and probability or statistics (expectations and variance). Figures in the book are accompanied by Python notebooks containing the code needed to reproduce the figure. See the book’s website for links to the Python notebooks. The file name of each Python notebook is referenced in the associated figure caption. If you are not familiar with Python or NumPy, or if you just need a review, see the notebook PythonIntro.ipynb for a brief introduction to Python programming.
  • Добавил: ekvator
  • Дата: 25-04-2024, 13:24
  • Комментариев: 0
Рецепты Python. Коллекция лучших техник программирования
Название: Рецепты Python. Коллекция лучших техник программирования
Автор: Юн Цуй
Издательство: Питер
Год: 2024
Формат: pdf
Страниц: 544
Размер: 15,7 Мб
Язык: русский

В «Рецептах Python» используется простой, но эффективный метод освоения 63-х базовых навыков программирования на Python. Сначала формулируется вопрос, например «Как найти элементы в последовательности?» Затем приводится базовое решение на чистом понятном коде. Далее исследуются другие интересные подходы, такие как поиск подстрок или пользовательские классы. Перед переходом к следующему вопросу полученные навыки закрепляются с помощью решения задач. Автор рассматривает все языковые средства, необходимые для уверенного владения Python. По ходу знакомства с книгой вы изучите лучшие приемы написания питонического кода. В освоении каждого инструмента помогут конкретные рекомендации и рисунки. Многочисленные перекрестные ссылки указывают на возможность повторного использования рассматриваемых средств и концепций в различных контекстах.
  • Добавил: literator
  • Дата: 25-04-2024, 07:46
  • Комментариев: 0
Название: The Super Programmer: A colorful introduction to engineering! (Updated)
Автор: Keyvan Kambakhsh
Издательство: Leanpub
Год: 2024-04-11
Страниц: 183
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

This book is for curious people who are eager to learn some of the most fundamental topics of computer and software engineering. The topics presented in this books, although very interesting in author's opinion, are some of the most underrated and least discussed fields of computer programming. This book is about the old technology, the technology we are using everyday, but we refuse to learn and extend as an average engineer. The literature around each of those topics is so large that, only specialists will ever be motivated to learn them. The Super Programmer is for the programmers who don’t want to limit their knowledge and skills on a very narrow area of software engineering. The Super Programmer is for programmers who can’t sleep at night when they don’t exactly understand how something in their computer works. The Super Programmer is all about ideas, and how they have evolved through time, leading to the impressive technology we have today. I wanted this book to have least dependency to technologies, so that the codes do not get obsolete over time. I first thought of writing the codes in some pseudo-coding language, but I personally believe that pseudo-codes are not coherent enough, so I decided to choose and stick with a popular language like Python, which as of today, is a programming language that is known by many other engineers and scientists.
  • Добавил: literator
  • Дата: 25-04-2024, 05:42
  • Комментариев: 0
Название: C++ & Python for Beginners - 18th Edition 2024
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2024
Язык: английский
Формат: pdf
Размер: 41.3 MB

Совершенствуйте свои навыки программирования, изучая основы Python и C++ уже сегодня! Универсальный справочник с подробными учебными пособиями от команды экспертов. Изучайте Python и применяйте его в своих программах Python и C++ - два самых мощных и насыщенных языка программирования на сегодняшний день. Знание и освоение обоих языков позволит вам глубже понять современные технологии и то, как они взаимодействуют с нами и окружающим нас миром.
  • Добавил: literator
  • Дата: 24-04-2024, 20:07
  • Комментариев: 0
Название: Transformers in Action (MEAP v7)
Автор: Nicole Koenigstein
Издательство: Manning Publications
Год: 2024
Страниц: 272
Язык: английский
Формат: pdf (true)
Размер: 10.3 MB

Transformers are the superpower behind large language models (LLMs) like ChatGPT, Bard, and LLAMA. Transformers in Action gives you the insights, practical techniques, and extensive code samples you need to adapt pretrained transformer models to new and exciting tasks. Technically speaking, a “Transformer” is a neural network model that finds relationships in sequences of words or other data by using a mathematical technique called attention in its encoder/decoder components. This setup allows a transformer model to learn context and meaning from even long sequences of text, thus creating much more natural responses and predictions. Understanding the transformers architecture is the key to unlocking the power of LLMs for your own AI applications. This comprehensive guide takes you from the origins of transformers all the way to fine-tuning an LLM for your own projects. Author Nicole Königstein demonstrates the vital mathematical and theoretical background of the transformer architecture practically through executable Jupyter notebooks, illuminating how this amazing technology works in action. Transformers have established themselves as a indispensable tool in the field of Machine Learning and Artificial Intelligence as the research and deployment of Large Language Models (LLMs) continues to expand. This book will take you on a fascinating journey through the applications of Transformers, which have, in recent years, evolved from their initial use in natural language processing (NLP) to a wide array of domains. These include, but is not limited to, computer vision, speech recognition, reinforcement learning, mathematical operations, and the study of biological systems such as protein folding. The most notable innovations have been the emergence of decision Transformers and multimodal models. These groundbreaking models have the potential to reshape our understanding of Deep Learning and broaden its horizons. Readers should be comfortable with the basics of ML, Python, and common data tools.
  • Добавил: literator
  • Дата: 24-04-2024, 18:30
  • Комментариев: 0
Название: Artificial Intelligence: Beyond Classical AI
Автор: Reema Thareja
Издательство: Pearson
Год: 2024
Страниц: 881
Язык: английский
Формат: epub
Размер: 20.9 MB

Pearson’s Artificial Intelligence encompasses a comprehensive text on the fundamental principles and concepts of Artificial Intelligence—a new-age technology that fuels the much-coveted ‘Industry 4.0’. Presented in lucid English, this book covers all the basic concepts, enriched with latest examples. It also discusses all the major components of AI, such as Neural Networks, Natural Language Processing, Reinforcement Learning, Machine Learning, Deep Learning and Computer Vision. The book is a deliberation of classical as well modern AI techniques and related technologies that provides readers with an overall knowledge and understanding of AI in present-day context. Few languages that are popularly used to code AI applications are R, Python and Java. From a layman’s view, artificial intelligence (AI), simply means the intelligence demonstrated by machines that help them to mimic the actions of humans. AI simulates natural intelligence in machines that are programmed to learn from experiences, adjust to new inputs and perform human-like tasks. From a researcher’s view, AI is a set of algorithms that generates results without having to be explicitly instructed to do so, thereby making machines capable of thinking and acting rationally and humanely. Most AI examples, from chess-playing computers to self-driving cars, heavily depend on Deep Learning and natural language processing (NLP) techniques. Majority of AI systems are supported by breakthroughs in Machine Learning and Deep Learning techniques. These techniques together go hand-in-hand to deliver an efficient system that sometimes it is just difficult to understand the difference between Artificial Intelligence (AI), Machine Learning and Deep Learning. Book focusses on practical implementation of key algorithms using Python programming language that help students gain hands-on experience
  • Добавил: ekvator
  • Дата: 24-04-2024, 16:13
  • Комментариев: 0
Кибербезопасность: главные принципы
Название: Кибербезопасность: главные принципы
Автор: Рик Ховард
Издательство: Питер
Год: 2024
Формат: pdf
Страниц: 320
Размер: 13,8 Мб
Язык: русский

С 1970-х годов InfoSec-специалисты постепенно совершенствовали безопасность, даже не задумываясь, в правильном ли направлении со стратегической точки зрения они движутся. Рик Ховард утверждает, что нет. Общее направление само по себе было ошибочным, но идейные лидеры в этой области так и не смогли докопаться до корня проблемы. Идя по стопам таких авторитетов, как Декарт и Илон Маск, автор обосновывает главный принцип кибербезопасности и определяет стратегии и тактики его реализации.
  • Добавил: umkaS
  • Дата: 24-04-2024, 16:03
  • Комментариев: 0
Название: Golang для профи. Работа с сетью, многопоточность, структуры данных и машинное обучение с Go
Автор: Михалис Цукалос
Издательство: Питер
Год: 2021
Cтраниц: 720
Формат: pdf
Размер: 25 мб
Язык: русский

Go является языком высокопроизводительных систем будущего. Эта книга показывает, как заставить Go работать на реальных производственных системах.
Для программистов, которые уже знакомы с основами языка Go, эта книга содержит примеры, шаблоны и четкие объяснения, которые помогут вам глубоко понять возможности Go и применить их в своей работе по программированию.
  • Добавил: literator
  • Дата: 24-04-2024, 06:46
  • Комментариев: 0
Название: Understanding Ruby Regexp: Example based guide to mastering Ruby regular expressions
Автор: Sundeep Agarwal
Издательство: Leanpub
Год: 2024-02-02
Страниц: 107
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.1 MB

Scripting and automation tasks often need to extract particular portions of text from input data or modify them from one format to another. This book will help you learn Ruby Regular Expressions, a mini-programming language for all sorts of text processing needs. The book heavily leans on examples to present features of regular expressions one by one. It is recommended that you manually type each example and experiment with them. Make an effort to understand the sample input as well as the solution presented and check if the output changes (or not!) when you alter some part of the input and the command. As an analogy, consider learning to drive a car — no matter how much you read about them or listen to explanations, you'd need practical experience to become proficient. Exercises are included to test your understanding. Reference solutions are also provided. You should be familiar with programming basics. You should also have a working knowledge of Ruby syntax and features like string formats, string and Enumerable methods.