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

  • Добавил: literator
  • Дата: 5-08-2023, 15:11
  • Комментариев: 0
Название: Mastering Python. A comprehensive Journey from Beginner to Professional
Автор: Yusuf Buba
Издательство: BookRix
Год: 2023
Страниц: 214
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Beginners can develop a solid foundation in Python programming, while professionals can enhance their existing skills and expand their knowledge into advanced areas. Python's versatility, along with its vast collection of libraries and frameworks, empowers learners to tackle various real-world challenges and opens up exciting career opportunities in fields such as software development, Data Science, Machine Learning, web development, and more. Python has captured the hearts of developers worldwide with its simplicity, elegance, and versatility. Its vast ecosystem of libraries and frameworks makes it an indispensable tool for a wide range of applications, from web development and data analysis to machine learning and artificial intelligence. With its readable syntax and emphasis on code readability, Python serves as an ideal language for both beginners and seasoned professionals. The purpose of this book is to guide you through the intricate maze of Python programming, equipping you with the knowledge and skills needed to become a proficient Python developer.
  • Добавил: literator
  • Дата: 5-08-2023, 06:47
  • Комментариев: 0
Название: Probabilistic Machine Learning: Advanced Topics
Автор: Kevin P. Murphy
Издательство: The MIT Press
Год: 2023
Страниц: 1354
Язык: английский
Формат: pdf (true)
Размер: 38.9 MB

An advanced book for researchers and graduate students working in Machine Learning and statistics who want to learn about Deep Learning, Bayesian inference, generative models, and decision making under uncertainty. An advanced counterpart to Probabilistic Machine Learning: An Introduction, this high-level textbook provides researchers and graduate students detailed coverage of cutting-edge topics in Machine Learning, including deep generative modeling, graphical models, Bayesian inference, reinforcement learning, and causality. This volume puts Deep Learning into a larger statistical context and unifies approaches based on Deep Learning with ones based on probabilistic modeling and inference. We assume the reader has some prior exposure to ML and other relevant mathematical topics (e.g., probability, statistics, linear algebra, optimization). Python code (mostly in JAX) to reproduce nearly all of the figures can be found online. Clicking on the notebook link will open it inside Google Colab, which will let you easily reproduce the figure for yourself, and modify the underlying source code to gain a deeper understanding of the methods. (Colab gives you access to a free GPU, which is useful for some of the more computationally heavy demos.) In addition to the online code, probml.github.io/supp contains some additional supplementary online content which was excluded from the main book for space reasons.
  • Добавил: literator
  • Дата: 5-08-2023, 06:19
  • Комментариев: 0
Название: Computer Arithmetic in Practice: Exercises and Programming
Автор: Slawomir Grys
Издательство: CRC Press
Год: 2024
Страниц: 213
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Computer Arithmetic in Practice: Exercises and Programming is a simple, brief introductory volume for undergraduate and graduate students at university courses interested in understanding the foundation of computers. It is focused on numeric data formats and capabilities of computers to perform basic arithmetic operations. This book provides an accessible overview of common data formats used to write numbers in programming languages and how the computer performs four basic arithmetic operations from the point of view of the processor instruction set. The book is primarily didactic in nature, therefore the theoretical information is enriched with many numerical examples and exercises to be solved using a ‘sheet of paper and a pencil’. Answers are provided for most of the tasks. The theoretical discussed issues are illustrated by listings of algorithms presenting the way to implement arithmetic operations in low-level language. It allows development of the skills of optimal programming, taking into consideration the computer architecture and limitations. The assembly language is a low-level programming language but assembler is a software responsible just for translating source code directly to the machine code or sometimes indirectly to the object code aimed to reuse in another program.
  • Добавил: literator
  • Дата: 5-08-2023, 05:26
  • Комментариев: 0
Название: How Computers Make Books: From graphics rendering, search algorithms, and functional programming to indexing and typesetting (MEAP v5)
Автор: John Whitington
Издательство: Manning Publications
Год: 2023
Страниц: 160
Язык: английский
Формат: pdf (true)
Размер: 12.7 MB

Learn about Computer Science by exploring the fascinating journey it took to make this book! How Computers Make Books introduces what’s wonderful about computer science by telling the story of how computers have transformed the ancient art of publishing books. Author and publishing software developer John Whitington takes readers on a journey through the computer processes needed to create this very book. Each chapter explores the elegance of modern digital printing, from how a computer knows where to place ink, to reproducing shades of gray, to laying out paragraphs on the page. Computers have transformed every industry—even ones as traditional as creating books. If you’ve ever been mystified about what goes into programming a computer to do practical, familiar tasks, this book is for you. In it, you’ll answer interesting questions about human-computer interaction. How do computers represent all the different languages and letters used by humans? How do we compress a book’s worth of complex information so it can be transferred in seconds? And what exactly is a computer program? This book answers all those questions by telling the story of how it was created!
  • Добавил: literator
  • Дата: 5-08-2023, 03:07
  • Комментариев: 0
Название: AI Startup Strategy: A Blueprint to Building Successful Artificial Intelligence Products from Inception to Exit
Автор: Adhiguna Mahendra
Издательство: Apress
Год: 2023
Страниц: 34
Язык: английский
Формат: pdf (true)
Размер: 12.2 MB

Gain exclusive access to the secrets to building an enterprise Artificial Intelligence (AI) start-up. AI innovation helps with every aspect of the business, from the supply chain, marketing, and advertising, customer service, risk management, operations to security. Industries from different verticals have been adopting AI and get real business values out of it. This book guides you through each step, from defining the business need and business model, all the way to registering IP and calculating your AI start-up valuation. You see how to perform market and technology validation, perform lean AI R&D, design AI architecture, AI product development and operationalization. The book also cover building and managing an AI team, along with attracting and keeping business and developer users. This book is designed to guide you through the intricate journey of building an AI startup, from inception to exit.
  • Добавил: literator
  • Дата: 4-08-2023, 21:09
  • Комментариев: 0
Название: Spring Security in Action, Second Edition (MEAP v8)
Автор: Laurentiu Spilca
Издательство: Manning Publications
Год: 2023
Страниц: 342
Язык: английский
Формат: pdf, epub
Размер: 14.0 MB

Design and develop Spring applications that are secure right from the start. Spring Security is essential for any Java developer looking to master authentication and authorization in Spring apps. By adopting "secure by design" principles with Spring Security's out-of-the-box features, you can protect your apps from data theft and unauthorized intrusions. Spring Security in Action, Second Edition reveals the Spring Security techniques and tools you need to defend your apps against attack. In this book, author Laurențiu Spilcă, a skilled Java and Spring developer, will teach you how to build your own authorization server, manage system users, configure secure endpoints, and prevent cross-site scripting and request forgery attacks. This new second edition delves into the OAuth 2/OpenID Connect stack and details SecurityFilterChain for security configuration. Don't let security be an afterthought. Start protecting your apps from the first line of code!
  • Добавил: literator
  • Дата: 4-08-2023, 16:11
  • Комментариев: 0
Название: Build Your Own Robot (MEAP v5)
Автор: Marwan Alsabbagh
Издательство: Manning Publications
Год: 2023
Страниц: 292
Язык: английский
Формат: pdf, epub
Размер: 17.2 MB

Build your first robots with Python and some cheap, basic components. This entertaining book guides you step by step! There’s nothing quite like watching your code come alive in the real world. Robotics is a fun, fascinating discipline that lets you do just that. In this guide, you’ll build some fun robotic toys that will teach you serious robotics engineering skills like computer vision, networking, and computation. Build Your Own Robot is a DIY guide for bringing your first Python-based robots to life. Start with the basics, teaching your new friend how to spin, move around, and find its way. You’ll then quickly progress to controlling your robot remotely using your phone, computer, or joystick. You’ll even set up a camera to broadcast what it sees right to your computer screen. Clever computer vision tricks will get your bot tracking faces, looking for QR codes, and maybe even fetching some snacks.
  • Добавил: literator
  • Дата: 4-08-2023, 15:06
  • Комментариев: 0
Название: Lead Developer Career Guide (MEAP v2)
Автор: Shelley Benhoff
Издательство: Manning Publications
Год: 2023
Страниц: 205
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

Learn the skills you need to be a lead developer, with expert advice on mentoring teams, handling clients and project managers, and keeping your head in emergencies. Lead Developer Career Guide is filled with interviews and real-world case studies from industry professionals and esteemed tech experts. You’ll learn how to become the face for your development team, gathering feedback from your coworkers and communicating with clients and stakeholders. You’ll learn to reliably calculate project estimates and even plan a project from scratch. You’ll master mentoring techniques, learn how to maintain your mental health in stressful projects, and even battle imposter syndrome. By the time you’re finished, you’ll have a unique balance of soft skills and technical expertise. If you’re a junior developer, this guide will help you plan your career path to becoming a technical lead. If you’re a senior developer, you’ll master the leadership abilities that will turn your technical knowledge into an asset for your whole team. If you’re a team leader, hand this book to your best developer to help them mature into the role of lead.
  • Добавил: literator
  • Дата: 4-08-2023, 14:07
  • Комментариев: 0
Название: Coding With Scratch: Create Fantastic Driving Games
Автор: Max Wainewright
Издательство: In Easy Steps Limited
Год: 2022
Язык: английский
Формат: epub (true)
Размер: 10.2 MB

Coding with Scratch - Create Fantastic Driving Games will take you from Scratch basics through to creating your own fantastic driving games in easy steps. Each game comes with challenges to take you to the next level of coding. Even includes mods to make your games more exciting. Have fun and amaze your friends and family! Scratch is a computer programming language that is the easiest language for learning coding, and yet it can be used to create impressive computer games and animations. It is ideal for kids to learn coding and is widely used in schools worldwide. In this book you will learn how to code your own driving games. If you haven’t done much coding before, don’t worry – we will cover all the coding concepts you need as we work through the book.
  • Добавил: SCART56
  • Дата: 4-08-2023, 11:33
  • Комментариев: 0

Название: Язык программирования Java и среда NetBeans (2-е изд.)
Автор: Монахов В.В.
Издательство: М.: НОУ "Интуит"
Год: 2016
Страниц: 450
Формат: PDF
Размер: 55.6 Мб
Язык: русский

В книге, написанной на базе курса лекций, читаемых автором на кафедре вычислительной физики СПбГУ, изложены основные синтаксические конструкции Java, принципы объектно-ориентированного программирования, особенности проведения численных расчетов.