Advances and Innovations in Statistics and Data Science

Автор: literator от 29-10-2022, 03:22, Коментариев: 0

Категория: КНИГИ » ОС И БД

Advances and Innovations in Statistics and Data ScienceНазвание: Advances and Innovations in Statistics and Data Science
Автор: Wenqing He, Liqun Wang, Jiahua Chen, Chunfang Devon Lin
Издательство: Springer
Серия: ICSA Book Series in Statistics
Год: 2022
Страниц: 338
Язык: английский
Формат: pdf (true), epub
Размер: 29.3 MB

This book covers a variety of topics, including methodology development in Data Science, such as methodology in the analysis of high dimensional data, feature screening in ultra-high dimensional data and natural language ranking; statistical analysis challenges in sampling, multivariate survival models and contaminated data, as well as applications of statistical methods. With this book, readers can make use of frontier research methods to tackle their problems in research, education, training and consultation.
 

Burda Вязание №2 2022

Автор: Malinka от 29-10-2022, 03:12, Коментариев: 0

Категория: ЖУРНАЛЫ » ВЯЗАНИЕ И ШИТЬЕ

Название: Burda Вязание
Издательство: Burda
Год / месяц: 2022 / Октябрь
Номер: 2
Формат: PDF
Страниц: 68
Размер: 101 Мб
Язык: русский

«Burda Вязание» - российский журнал, который поможет создать модный трикотажный гардероб для всей семьи. Журнал представляет стильные сезонные коллекции: весна-лето, осень-зима. Все модели сопровождаются подробными инструкциями, точными схемами и выкройками, имеют широкий размерный ряд - от S до XXL для взрослых и для детей от 0 до 14 лет.
 

Introduction to Bioinformatics and Clinical Scientific Computing

Автор: literator от 29-10-2022, 03:03, Коментариев: 0

Категория: КНИГИ » ОС И БД

Introduction to Bioinformatics and Clinical Scientific ComputingНазвание: Introduction to Bioinformatics and Clinical Scientific Computing
Автор: Paul S. Ganney
Издательство: CRC Press
Год: 2023
Страниц: 405
Язык: английский
Формат: pdf (true)
Размер: 19.1 MB

This textbook provides an introduction to Computer Science theory, informatics best practice, and the standards and legislation that apply to computing in a healthcare environment. It delivers an accessible discussion of databases (construction, interrogation and maintenance); networking (design and low-level application); programming (best practice rather than the specifics of any one language – design, maintenance, safety). A NoSQL database provides a mechanism for storage and retrieval of data that is modelled in ways other than the tabular relations used in relational databases, “NoSQL” originally referring to “non SQL” or “non-relational” databases. NoSQL systems are also sometimes called “Not only SQL” to emphasise that they may support SQL-like query languages.
 

Near-sensor and In-sensor Computing

Автор: literator от 29-10-2022, 02:38, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

Near-sensor and In-sensor ComputingНазвание: Near-sensor and In-sensor Computing
Автор: Yang Chai, Fuyou Liao
Издательство: Springer
Год: 2022
Страниц: 237
Язык: английский
Формат: pdf (true)
Размер: 17.1 MB

This book provides a detailed introduction to near-sensor and in-sensor computing paradigms, their working mechanisms, development trends and future directions. The authors also provide a comprehensive review of current progress in this area, analyze existing challenges in the field, and offer possible solutions. Readers will benefit from the discussion of computing approaches that intervene in the vicinity of or inside sensory networks to help process data more efficiently, decreasing power consumption and reducing the transfer of redundant data between sensing and processing units. Neuromorphic computing dreams of human-level artificial general intelligence by emulating the brain, which contrasts the pervasive von Neumann computing architecture. Up to now, artificial synapses have been long and widely adapted to function mostly as signal transmission with a memory effect in neuromorphic computing; significant efforts have been made to mimic mostly the memory function (e.g., memristors). However, emulating synaptic computation, which is vital for information processing, working memory, and decision-making by using short-term plasticity (STP), remains technically challenging to be demonstrated without using numerous CMOS devices. In the human brain, a quadrillion synapses are present in a massively parallel architecture, which highlights the issue of integration of CMOS devices for an efficient neuromorphic chip.
 

National Defense - November 2022

Автор: magnum от 29-10-2022, 02:15, Коментариев: 0

Категория: ЖУРНАЛЫ » ВОЕННЫЕ

National Defense - November 2022Название: National Defense
Издательство: National Defense Industrial Association
Год / месяц: November 2022
Номер: 11
Страниц: 52
Формат: True PDF
Размер: 10,2 MB
Язык: English

National Defense, published monthly by the National Defense Industrial Association, provides news and analysis on topics of relevance to national security government and industry professionals.
 

Introduction to the Tools of Scientific Computing, 2nd Edition

Автор: literator от 29-10-2022, 02:14, Коментариев: 0

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

Introduction to the Tools of Scientific Computing, 2nd EditionНазвание: Introduction to the Tools of Scientific Computing, 2nd Edition
Автор: Einar Smith
Издательство: Springer
Год: 2022
Страниц: 429
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

The book provides an introduction to common programming tools and methods in numerical mathematics and scientific computing. Unlike standard approaches, it does not focus on any specific language, but aims to explain the underlying ideas. Typically, new concepts are first introduced in the particularly user-friendly Python language and then transferred and extended in various programming environments from C/C++, Julia and MATLAB to Maple and Mathematica. This includes various approaches to distributed computing. By examining and comparing different languages, the book is also helpful for mathematicians and practitioners in deciding which programming language to use for which purposes. At a more advanced level, special tools for the automated solution of partial differential equations using the finite element method are discussed. On a more experimental level, the basic methods of scientific Machine Learning in artificial neural networks are explained and illustrated.
 

Reinforcement Learning From Scratch: Understanding Current Approaches - with Examples in Java and Greenfoot

Автор: literator от 29-10-2022, 01:59, Коментариев: 0

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

Reinforcement Learning From Scratch: Understanding Current Approaches - with Examples in Java and GreenfootНазвание: Reinforcement Learning From Scratch: Understanding Current Approaches - with Examples in Java and Greenfoot
Автор: Uwe Lorenz
Издательство: Springer
Год: 2022
Страниц: 195
Язык: английский
Формат: pdf (true), epub
Размер: 46.5 MB

In ancient games such as chess or go, the most brilliant players can improve by studying the strategies produced by a machine. Robotic systems practice their own movements. In arcade games, agents capable of learning reach superhuman levels within a few hours. How do these spectacular Reinforcement Learning (RL) algorithms work? With easy-to-understand explanations and clear examples in Java and Greenfoot, you can acquire the principles of Reinforcement Learning and apply them in your own intelligent agents. Greenfoot and the Hamster model are simple but also powerful didactic tools that were developed to convey basic programming concepts. The book should also be appropriate for technicians, computer scientists, or programmers who want to better understand RL algorithms by studying and implementing learning these algorithms from scratch themselves (especially if they have been socialized with Java) or for students who want to study Machine Learning and intelligent agents.
 

Aerospace America - November 2022

Автор: magnum от 29-10-2022, 01:49, Коментариев: 0

Категория: ЖУРНАЛЫ » ВОЕННЫЕ

Aerospace America - November 2022Название: Aerospace America
Издательство: AIAA
Год / месяц: November 2022
Номер: Vol.60 No.10
Страниц: 68
Формат: True PDF
Размер: 10,6 MB
Язык: English

Aerospace America - a publication of the American Institute of Aeronautics and Astronautics
 

250+ Spring Framework Practice Questions

Автор: literator от 29-10-2022, 01:37, Коментариев: 0

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

250+ Spring Framework Practice QuestionsНазвание: 250+ Spring Framework Practice Questions
Автор: Javin Paul
Издательство: Leanpub
Год: August 2022 (Version 1.0)
Страниц: 205
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

Learn and improve your Spring Framework skill by solving these Sring Framework Practice Questions. Prepare for Spring Certification and Spring framework interview confidently by going through essential Spring, MVC, and Spring Boot concepts. If you are preparing for Spring Professional certification, a Java interview with Spring Boot skills, or just want to test your Spring Framework skills, then these Practice questions are perfect for you. There are 250+ Questions on different spring topics, which will test your in-depth knowledge. Spring Certification is an in-demand certification for Java developers as there are few certified Spring professionals available. It has become even tougher and costlier because of mandatory training requirements introduced by Vmware.
 

Академия Космического Флота. Цикл из 5 книг

Автор: martin от 29-10-2022, 01:35, Коментариев: 0

Категория: КНИГИ » ФАНТАСТИКА И ФЭНТЕЗИ

Название: Академия Космического Флота. Цикл из 5 книг
Автор: Селина Катрин
Издательство: СИ, Литрес
Жанр: Боевая фантастика
Год: 2020-2022
Язык: Русский
Формат: fb2, rtf
Размер файла: 10.4 Мб

Меня зовут Анестэйша Радосская. Я единственная дочь и наследница влиятельного политика, входящего в Аппарат Управления Планетой. Всю жизнь отец готовил меня к тому, что я стану во главе самого доходного на Захране семейного бизнеса по утилизации мусора, не желая слышать о полётах в космос.
Однажды я угнала истребитель, мечтая посмотреть другие галактики, но сэкономленные кредиты быстро закончились, корабль конфисковали за неправильную парковку, а разъярённый отец сообщил, что сурово накажет, как только найдёт. Боясь его гнева и не собираясь возвращаться на родную планету, я согласилась на единственно возможный вариант в этой ситуации – приглашение офицера стать кадетом Академии Космического Флота. Вот только что со мной сделают, когда узнают, что я не мальчишка? И как далеко простирается влияние отца?