|
 |
|
 |
|
|
 |
|  |
|
Название: Deep Learning with Structured Data (MEAP Version 4) Автор: Mark Ryan Издательство: Manning Publications Co Год: 2020 Формат: true pdf/epub Страниц: 241 Размер: 17.1 Mb Язык: English
Deep Learning with Structured Data shows you how to bring powerful deep learning techniques to your business’s structured data to predict trends and unlock hidden insights. In it, deep learning advocate Mark Ryan takes you through cleaning and preparing structured data for deep learning. You’ll learn the architecture of a Keras deep learning model, along with techniques for training, deploying, and maintaining your model. You’ll discover ways to get quick wins that can rapidly show whether your models are working, and techniques for monitoring your model’s ongoing functionality. |
Разместил: bomboane 19-05-2020, 10:00 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: The Joy of jаvascript (MEAP Version 6) Автор: Luis Atencio Издательство: Manning Publications Co. Год: 2020 Формат: true pdf/epub/mobi Страниц: 277 Размер: 10.3 Mb Язык: English
The Joy of jаvascript teaches you how to design jаvascript applications founded in sound computer science concepts and real-world industry success. First, you’ll get up close and personal with jаvascript’s object system. From there, you’ll dive into programming objects and functions. As you build various domain models, you’ll learn the pros and cons of techniques ranging from prototype-centered tightly coupled object configurations to loosely coupled delegation-based compositions. You’ll also explore ways of connecting objects with pure functions, and driving business logic with immutability and algebraic data types. |
Разместил: bomboane 19-05-2020, 09:51 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Cryptography: The Key to Digital Security, How It Works, and Why It Matters Автор: Keith Martin Издательство: W. W. Norton & Company Год: Формат: epub/azw3/mobi/pdf(conv.) Страниц: 320 Размер: 10 Mb Язык: English
Despite its reputation as a language only of spies and hackers, cryptography plays a critical role in our everyday lives. Though often invisible, it underpins the security of our mobile phone calls, credit card payments, web searches, internet messaging, and cryptocurrencies?in short, everything we do online. Increasingly, it also runs in the background of our smart refrigerators, thermostats, electronic car keys, and even the cars themselves. As our daily devices get smarter, cyberspace—home to all the networks that connect them—grows. Broadly defined as a set of tools for establishing security in this expanding cyberspace, cryptography enables us to protect and share our information. Understanding the basics of cryptography is the key to recognizing the significance of the security technologies we encounter every day, which will then help us respond to them. What are the implications of connecting to an unprotected Wi-Fi network? Is it really so important to have different passwords for different accounts? Is it safe to submit sensitive personal information to a given app, or to convert money to bitcoin? In clear, concise writing, information security expert Keith Martin answers all these questions and more, revealing the many crucial ways we all depend on cryptographic technology. He demystifies its controversial applications and the nuances behind alarming headlines about data breaches at banks, credit bureaus, and online retailers. We learn, for example, how cryptography can hamper criminal investigations and obstruct national security efforts, and how increasingly frequent ransomware attacks put personal information at risk. Yet we also learn why responding to these threats by restricting the use of cryptography can itself be problematic. Essential reading for anyone with a password, Cryptography offers a profound perspective on personal security, online and off.
|
Разместил: bomboane 19-05-2020, 09:44 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Grokking Artificial Intelligence Algorithms (MEAP Version 5) Автор: Rishal Hurbans Издательство: Manning Publications Co. Год: 2020 Формат: true pdf/epub Страниц: 320 Размер: 26.4 Mb Язык: English
Grokking Artificial Intelligence Algorithms uses simple language, jargon-busting explanations, and hand-drawn diagrams to open up complex algorithms. Don’t worry if you aren’t a calculus wunderkind; you’ll need only the algebra you picked up in math class. Creative coding exercises take you hands-on with the core and most-common algorithms, as you learn to classify data with a neural network, navigate a maze with a functional decision-making algorithm, create an autonomous agent to play two-player games, and more. As you start to grok how AI works under the hood, exciting and innovative ways to apply AI to your software will click into place. When you’re done, you’ll be able to identify problems best solved by AI and be able to select the perfect algorithms to solve them! |
Разместил: bomboane 19-05-2020, 09:27 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Get Programming with Scala (MEAP Version 5) Автор: Daniela Sfregola Издательство: Manning Publications Co Год: 2020 Формат: true pdf/epub/azw3 Страниц: 264 Размер: 10 Mb Язык: English
Get Programming with Scala teaches you the core skills you'll need to code with Scala. This book lives up to its name! You'll learn the ins and outs of Scala by actually programming with it, thanks to the practical examples, exercises, and easy-to-follow lessons. You'll start by reviewing OOP concepts in the Scala language. Then, example-by-example, you'll gradually open up the world of functional programming. You'll explore functions and types and learn how to combine them to create powerful, flexible abstractions. Along the way, you'll learn some Scala testing and get an intuition for sniffing out and fixing code that doesn't smell quite right.
|
Разместил: bomboane 19-05-2020, 09:19 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Jump Start Git: Take Control of your Code and Assets, 2nd Edition Автор: Shaumik Daityari Издательство: SitePoint Pty. Ltd Год: 2020 Формат: epub/pdf(conv.) Размер: 13.5 Mb Язык: English
Get a Jump Start on version control with Git today! If you've worked on a web development project of any size, you've probably used Git, the most broadly adopted distributed version control system available. It enables you to store different versions of project files and directories, so you can roll back to an earlier one if something goes wrong. And since it's distributed, it smoothes the path for dev team collaboration. |
Разместил: bomboane 19-05-2020, 09:09 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Tiny Python Projects (MEAP Version 6) Автор: Ken Youens-Clark Издательство: Manning Publications Год: 2020 Формат: true pdf/epub Страниц: 408 Размер: 22 Mb Язык: English
Tiny Python Projects teaches you the big ideas of Python programming through small puzzles, tasks, and games. Each chapter challenges you with a fun new Python program for you to write and run, including a Shakespearean insult generator, an unbreakable password creator, and various text encoders. As you practice core Python language features and coding skills, you’ll also explore the principles of test-driven development by running your programs against a suite of specially designed tests. Designed for reading cover to cover or just dipping into the chapters that interest you, this entertaining book will have you parsing command-line arguments, getting interactive user input, and understanding many other programming techniques that scale easily from tiny Python projects to big ones! |
Разместил: bomboane 19-05-2020, 08:54 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Программирование ввода-вывода в ОС ЕС ЭВМ на языке Ассемблера Автор: Хусаинов Б.С. Издательство: М.: Статистика Год: 1980 Формат: pdf Страниц: 264 Размер: 53,7 Мб Язык: Русский
Описываются технические средства ЕС ЭВМ и организация данных, рассматривается общая схема организации обмена информацией в ОС ЕС ЭВМ, вопросы создания и использования блока управления данными. Для пользователей, программирующих на языке Ассемблера.
|
Разместил: oksanavalera 19-05-2020, 07:04 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Kubernetes для DevOps. Развертывание, запуск и масштабирование в облаке Автор: Д. Арундел Издательство: Питер Год: 2020 Страниц: 384 Формат: PDF Размер: 10 MB Язык: русский
Kubernetes – один из ключевых элементов современной облачной экосистемы. Эта технология обеспечивает надежность, масштабируемость и устойчивость контейнерной виртуализации. Джон Арундел и Джастин Домингус рассказывают об экосистеме Kubernetes и знакомят с проверенными решениями повседневных проблем. Шаг за шагом вы построите собственное облачно-ориентированное приложение и создадите инфраструктуру для его поддержки, настроите среду разработки и конвейер непрерывного развертывания, который пригодится вам при работе над следующими приложениями. |
Разместил: Dovegone 18-05-2020, 20:16 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python Coding: An Introduction To Neural Networks And A Brief Overview of the Processes You Need to Know When Programming Computers and Coding with Python Автор: Tony Coding Издательство: Amazon.com Services LLC Год: 2019 Страниц: 124 Язык: английский Формат: pdf, azw3 Размер: 10.1 MB
Wandering how to learn everything on Python Programming right from the beginning? The next few lines can tell you something! Learning Python is one of the 21st century specialties you can have right now. You know how to code with Python, you become one of the most relevant citizens of the computer age. You can access neural networks, interpret, understand, code and decode certain special languages of a computer. So in order to be relevant, you need a program like Python. |
Разместил: Ingvar16 18-05-2020, 20:08 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|