Xamarin.Forms Solutions

Автор: bhaer от 7-12-2018, 13:13, Коментариев: 0

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


Название: Xamarin.Forms Solutions
Автор: Gerald Versluis, Steven Thewissen
Издательство: Apress
Год: 2019
Страниц: 281
Формат: PDF, EPUB
Размер: 15 Mb
Язык: English

Use the solutions provided in this book to handle common challenges in Xamarin.Forms that are encountered on a daily basis. Working examples and techniques are presented that you can modify and drop directly into your own projects. You will be able to deliver working code faster than ever. Examples are made available through GitHub, maximizing the convenience and value this book provides to Xamarin.Forms developers.
 

Practical Computer Vision Applications Using Deep Learning with CNNs: With Detailed Examples in Python Using TensorFlow and Kivy

Автор: bhaer от 7-12-2018, 13:03, Коментариев: 0

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


Название: Practical Computer Vision Applications Using Deep Learning with CNNs: With Detailed Examples in Python Using TensorFlow and Kivy
Автор: Ahmed Fawzy Gad
Издательство: Apress
Год: 2019
Страниц: 405
Формат: PDF, EPUB
Размер: 24 Mb
Язык: English

Deploy deep learning applications into production across multiple platforms. You will work on computer vision applications that use the convolutional neural network (CNN) deep learning model and Python. This book starts by explaining the traditional machine-learning pipeline, where you will analyze an image dataset. Along the way you will cover artificial neural networks (ANNs), building one from scratch in Python, before optimizing it using genetic algorithms.
 

First Course in Algorithms Through Puzzles

Автор: bhaer от 7-12-2018, 12:46, Коментариев: 0

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


Название: First Course in Algorithms Through Puzzles
Автор: Ryuhei Uehara
Издательство: Springer
Год: 2019
Страниц: 175
Формат: PDF, EPUB
Размер: 13 Mb
Язык: English

This textbook introduces basic algorithms and explains their analytical methods. All algorithms and methods introduced in this book are well known and frequently used in real programs. Intended to be self-contained, the contents start with the basic models, and no prerequisite knowledge is required. This book is appropriate for undergraduate students in computer science, mathematics, and engineering as a textbook, and is also appropriate for self-study by beginners who are interested in the fascinating field of algorithms.
 

Learning Algorithms Through Programming and Puzzle Solving

Автор: bhaer от 7-12-2018, 12:39, Коментариев: 0

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


Название: Learning Algorithms Through Programming and Puzzle Solving
Автор: Alexander S. Kulikov, Pavel Pevzner
Издательство: Leanpub
Год: 2018
Страниц: 138
Формат: PDF
Размер: 10 Mb
Язык: English

There are many excellent books on Algorithms — why in the world we would read another one??? Because its authors' feel that while these books excel in introducing algorithmic ideas, they have not yet succeeded in teaching you how to implement algorithms, the crucial computer science skill.
 

Java Design Patterns: A Hands-On Experience with Real-World Examples, 2nd Edition

Автор: bhaer от 7-12-2018, 12:30, Коментариев: 0

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


Название: Java Design Patterns: A Hands-On Experience with Real-World Examples, 2nd Edition
Автор: Vaskaran Sarcar
Издательство: Apress
Год: 2019
Страниц: 500
Формат: PDF, EPUB
Размер: 31 Mb
Язык: English

Get hands-on experience implementing 26 of the most common design patterns using Java and Eclipse. In addition to Gang of Four (GoF) design patterns, you will also learn about alternative design patterns, and understand the criticisms of design patterns with an overview of anti-patterns. For each pattern you will see at least one real-world scenario, a computer-world example, and a complete implementation including output.
 

Learn Keras for Deep Neural Networks: A Fast-Track Approach to Modern Deep Learning with Python

Автор: bhaer от 7-12-2018, 12:25, Коментариев: 0

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


Название: Learn Keras for Deep Neural Networks: A Fast-Track Approach to Modern Deep Learning with Python
Автор: Jojo Moolayil
Издательство: Apress
Год: 2019
Страниц: 182
Формат: PDF, EPUB
Размер: 10 Mb
Язык: English

Learn, understand, and implement deep neural networks in a math- and programming-friendly approach using Keras and Python. The book focuses on an end-to-end approach to developing supervised learning algorithms in regression and classification with practical business-centric use-cases implemented in Keras.
 

Modern X86 Assembly Language Programming: Covers x86 64-bit, AVX, AVX2, and AVX-512, 2nd Edition

Автор: bhaer от 7-12-2018, 12:18, Коментариев: 0

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


Название: Modern X86 Assembly Language Programming: Covers x86 64-bit, AVX, AVX2, and AVX-512, 2nd Edition
Автор: Daniel Kusswurm
Издательство: Apress
Год: 2019
Страниц: 604
Формат: PDF, EPUB
Размер: 27 Mb
Язык: English

Gain the fundamentals of x86 64-bit assembly language programming and focus on
the updated aspects of the x86 instruction set that are most relevant to application
software development. This book covers topics including x86 64-bit programming and
Advanced Vector Extensions (AVX) programming.
 

Linux Device Drivers, Third Edition

Автор: alex66 от 7-12-2018, 06:39, Коментариев: 0

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


Название: Linux Device Drivers, Third Edition
Автор: Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman
Издательство: O’Reilly Media, Inc.
Год: 2005
Формат: PDF
Страниц: 632
Размер: 12,27 МБ
Язык: English

Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas of programming for the Linux operating system that calls for unique, Linux-specific knowledge. For years now, programmers have relied on the classic Linux Device Drivers from O'Reilly to master this critical subject.

Изменил: alex66 по причине: обновлена ссылка

 

Pro Bash Programming: Scripting the GNU/Linux Shell, Second Edition

Автор: alex66 от 7-12-2018, 06:29, Коментариев: 0

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


Название: Pro Bash Programming: Scripting the GNU/Linux Shell, Second Edition
Автор: Chris Johnson, Jayant Varma
Издательство: Apress
Год: 2015
Формат: PDF
Страниц: 237
Размер: 12.74 МБ
Язык: English

Pro Bash Programming teaches you how to effectively utilize the Bash shell in your programming. The Bash shell is a complete programming language, not merely a glue to combine external Linux commands. By taking full advantage of Shell internals, Shell programs can perform as snappily as utilities written in C or other compiled languages. And you will see how, without assuming Unix lore, you can write professional Bash 4.3 programs through standard programming techniques.

Изменил: alex66 по причине: обновлена ссылка

 

MATLAB for Brain and Cognitive Scientists

Автор: alex66 от 7-12-2018, 06:22, Коментариев: 0

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


Название: MATLAB for Brain and Cognitive Scientists
Автор: Mike X. Cohen
Издательство: The MIT Press
Год: 2017
Формат: PDF
Страниц: 572
Размер: 11,66 МБ
Язык: English

An introduction to a popular programming language for neuroscience research, taking the reader from beginning to intermediate and advanced levels of MATLAB programming.

Изменил: alex66 по причине: обновлена ссылка