Math for Deep Learning

Автор: TRex от 30-06-2022, 09:07, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Math for Deep Learning
Автор: Ronald T. Kneusel
Издательство: No Starch Press
Год: 2022
Формат: True PDF
Страниц: 347
Размер: 10 Mb
Язык: English

You’ll work through Python examples to learn key deep learning related topics in probability, statistics, linear algebra, differential calculus, and matrix calculus as well as how to implement data flow in a neural network, backpropagation, and gradient descent. You’ll also use Python to work through the mathematics that underlies those algorithms and even build a fully-functional neural network.
 

Python. Чистый код для продолжающих

Автор: TRex от 29-06-2022, 19:44, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Python. Чистый код для продолжающих
Автор: Свейгарт Эл
Издательство: Питep
Год: 2022
Формат: True PDF
Страниц: 384
Размер: 10 Mb
Язык: Русский

"Python. Чистый код для продолжающих" - это не набор полезных советов и подсказок по написанию чистого кода. Вы узнаете о командной строке и других инструментах профессионального разработчика: средствах форматирования кода, статических анализаторах и контроле версий. Вы научитесь настраивать среду разработки, давать имена переменным и функциям, делающие код удобочитаемым, грамотно комментировать и документировать ПО, оценивать быстродействие программ и сложность алгоритмов, познакомитесь с ООП.
Такие навыки поднимут вашу ценность как программиста не только в Python, но и в любом другом языке.
 

UNIX Programming: UNIX Processes, Memory Management, Process Communication, Networking, and Shell Scripting

Автор: TRex от 29-06-2022, 12:51, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: UNIX Programming: UNIX Processes, Memory Management, Process Communication, Networking, and Shell Scripting
Автор: Dr. Vineeta Khemchandani, Dr. Darpan Anand, Dr. K.K. Mishra, Dr. Sandeep Harit
Издательство: BPB
Год: 2022
Формат: ePUB, PDF
Страниц: 244
Размер: 10 Mb
Язык: English

Functioning of UNIX operating system with shell programming
Key Features
Equipped with installation, administration, and best practices for UNIX system management.
Provides a wide range of shell scripting and Unix-based solutions.
UNIX foundations, Resource Management, Socket Programming, Shell Scripting, and the C Interface are all covered.
 

Ethical Hacker’s Penetration Testing Guide

Автор: TRex от 29-06-2022, 12:41, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Ethical Hacker’s Penetration Testing Guide
Автор: Samir Kumar Rakshit
Издательство: BPB
Год: 2022
Формат: PDF
Страниц: 509
Размер: 18,6 Mb
Язык: English

Discover security posture, vulnerabilities, and blind spots ahead of the threat actor
Key Features
Includes illustrations and real-world examples of pentesting web applications, REST APIs, thick clients, mobile applications, and wireless networks.
Covers numerous techniques such as Fuzzing (FFuF), Dynamic Scanning, Secure Code Review, and bypass testing.
Practical application of Nmap, Metasploit, SQLmap, OWASP ZAP, Wireshark, and Kali Linux.
 

Cracking C Programming Interview: 500+ interview questions and explanations to sharpen your C concepts

Автор: TRex от 29-06-2022, 12:19, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Cracking C Programming Interview: 500+ interview questions and explanations to sharpen your C concepts
Автор: Tanuj Kumar Jhamb
Издательство: BPB
Год: 2022
Формат: ePUB, PDF
Страниц: 384
Размер: 10 Mb
Язык: English

Develop strong understanding of C principles through popular challenges and solutions
Key Features
Extensive coverage of C principles and its applications with a thorough explanation.
Includes 500+ interview questions on C data structures, arrays, with detailed solutions.
Perfect for campus interviews and GATE, ISRO, and BARC career exams.
 

Game Design Deep Dive: Free-to-Play

Автор: harun54 от 29-06-2022, 09:34, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Game Design Deep Dive: Free-to-Play
Автор: Joshua Bycer
Издательство: CRC Press
Год: 2022
Формат: EPUB
Размер: 19 Мб
Язык: английский / English

Game Design Deep Dive: Free-to-Play (F2P) continues the series’ focus on examining genres with a look at the history and methodology behind free-to-play and mobile games. The genre is one of the most lucrative and controversial in the industry. Josh Bycer lays out not only the potential and pitfalls of this design but also explores the ethics behind good and bad monetization.
 

A Friendly Introduction to Abstract Algebra

Автор: TRex от 29-06-2022, 09:12, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: A Friendly Introduction to Abstract Algebra
Автор: Ryota Matsuura
Издательство: American Mathematical Society
Год: 2022
Формат: True PDF
Страниц: 404
Размер: 10,7 Mb
Язык: English

A Friendly Introduction to Abstract Algebra offers a new approach to laying a foundation for abstract mathematics. Prior experience with proofs is not assumed, and the book takes time to build proof-writing skills in ways that will serve students through a lifetime of learning and creating mathematics.
 

Математическое программирование (2018)

Автор: umkaS от 29-06-2022, 09:01, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Математическое программирование
Автор: Балдин К. В. , Брызгалов Н. А. , Рукосуев А. В. под общ. ред. К.В. Балдина
Издательство: Дашков и К°
Год: 2018 - 2-е изд.
Cтраниц: 218 с. : ил.
Формат: pdf (ocr) / djvu
Размер: 11 мб

В учебнике рассматриваются теоретические основы математического программирования с позиций методологии системного анализа. Представлены методы решения задач линейного, нелинейного, динамического программирования и некоторых специальных задач линейного программирования. Рассматриваются проблемы применения известных методов и моделей теории игр в разработке рациональных управленческих решений в неопределенных условиях. В приложениях представлены задачи для самостоятельного решения.
 

Essential Math for Data Science

Автор: TRex от 29-06-2022, 08:51, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Essential Math for Data Science
Автор: Thomas Nield
Издательство: O’Reilly Media, Inc.
Год: 2022
Формат: True PDF
Размер: 11,6 Mb
Язык: English

To succeed in data science you need some math proficiency. But not just any math. This common-sense guide provides a clear, plain English survey of the math you'll need in data science, including probability, statistics, hypothesis testing, linear algebra, machine learning, and calculus.
Practical examples with Python code will help you see how the math applies to the work you'll be doing, providing a clear understanding of how concepts work under the hood while connecting them to applications like machine learning. You'll get a solid foundation in the math essential for data science, but more importantly, you'll be able to use it to
 

Coding All-in-One For Dummies, 2nd Edition

Автор: TRex от 28-06-2022, 11:03, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Coding All-in-One For Dummies, 2nd Edition
Автор: Chris Minnick, Nikhil Abraham, Barry Burd, Eva Holland, Luca Massaron, and John Paul Mueller
Издательство: For Dummies
Год: 2022
Формат: True PDF
Страниц: 915
Размер: 41,7 Mb
Язык: English

The go-to guide for learning coding from the ground-up Adding some coding know-how to your skills can help launch a new career or bolster an old one. Coding All-in-One For Dummies offers an ideal starting place for learning the languages that make technology go. This edition gets you started with a helpful explanation of how coding works and how it's applied in the real-world before setting you on a path toward writing code for web building, mobile application development, and data analysis. Add coding to your skillset for your existing career, or begin the exciting transition into life as a professional developer–Dummies makes it easy. Learn coding basics and how to apply them Analyze data and automate routine tasks on the job Get the foundation you need to launch a career as a coder Add HTML, jаvascript, and Python know-how to your resume This book serves up insight on the basics of coding, designed to be easy to follow, even if you've never written a line of code in your life. You can do this.