Pro machine learning algorithms, Ayyadevara, V Kishore
Автор: Cormen, Thomas H., E Название: Introduction to algorithms 3 ed. ISBN: 0262033844 ISBN-13(EAN): 9780262033848 Издательство: MIT Press Рейтинг: Цена: 27588.00 р. Наличие на складе: Нет в наличии.
Описание: A new edition of the essential text and professional reference, with substantial new material on such topics as vEB trees, multithreaded algorithms, dynamic programming, and edge-base flow.
Автор: Agarwal, Dr Basant, Baka, Benjamin Название: Hands-On Data Structures and Algorithms with Python 2 ed ISBN: 1788995570 ISBN-13(EAN): 9781788995573 Издательство: Неизвестно Рейтинг: Цена: 8091.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Data structures help us to organize and align the data in a very efficient way. This book will surely help you to learn important and essential data structures through Python implementation for better understanding of the concepts.
Автор: Bradley Efron and Trevor Hastie Название: Computer Age Statistical Inference ISBN: 1107149894 ISBN-13(EAN): 9781107149892 Издательство: Cambridge Academ Рейтинг: Цена: 9029.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The twenty-first century has seen a breathtaking expansion of statistical methodology, both in scope and in influence. 'Big data', 'data science', and 'machine learning' have become familiar terms in the news, as statistical methods are brought to bear upon the enormous data sets of modern science and commerce. How did we get here? And where are we going? This book takes us on an exhilarating journey through the revolution in data analysis following the introduction of electronic computation in the 1950s. Beginning with classical inferential theories - Bayesian, frequentist, Fisherian - individual chapters take up a series of influential topics: survival analysis, logistic regression, empirical Bayes, the jackknife and bootstrap, random forests, neural networks, Markov chain Monte Carlo, inference after model selection, and dozens more. The distinctly modern approach integrates methodology and algorithms with statistical inference. The book ends with speculation on the future direction of statistics and data science.
Автор: Miroslav Kubat Название: An Introduction to Machine Learning ISBN: 3319348868 ISBN-13(EAN): 9783319348865 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book presents basic ideas of machine learning in a way that is easy to understand, by providing hands-on practical advice, using simple examples, and motivating students with discussions of interesting applications.
Автор: Mohammed Название: Machine Learning,Algorithms And App ISBN: 1498705383 ISBN-13(EAN): 9781498705387 Издательство: Taylor&Francis Рейтинг: Цена: 12707.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Machine learning, one of the top emerging sciences, has an extremely broad range of applications. However, many books on the subject provide only a theoretical approach, making it difficult for a newcomer to grasp the subject material. This book provides a more practical approach by explaining the concepts of machine learning algorithms and describing the areas of application for each algorithm, using simple practical examples to demonstrate each algorithm and showing how different issues related to these algorithms are applied.
Описание: This book presents machine learning models and algorithms to address big data classification problems. The first part mainly focuses on the topics that are needed to help analyze and understand data and big data. The third part presents the topics required to understand and select machine learning techniques to classify big data.
Автор: Vipin Kumar; P.S. Gopalakrishnan; Laveen N. Kanal Название: Parallel Algorithms for Machine Intelligence and Vision ISBN: 1461279941 ISBN-13(EAN): 9781461279945 Издательство: Springer Рейтинг: Цена: 16769.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Recent research results in the area of parallel algorithms for problem solving, search, natural language parsing, and computer vision, are brought together in this book.
Автор: Moitra, Ankur (massachusetts Institute Of Technology) Название: Algorithmic aspects of machine learning ISBN: 1107184584 ISBN-13(EAN): 9781107184589 Издательство: Cambridge Academ Рейтинг: Цена: 10613.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Machine learning is reshaping our everyday life. This book explores the theoretical underpinnings in an accessible way, offering theoretical computer scientists an introduction to important models and problems and offering machine learning researchers a cutting-edge algorithmic toolkit.
Автор: Li, Fanzhang / Zhang, Li / Zhang, Zhao Название: Dynamic Fuzzy Machine Learning ISBN: 3110518708 ISBN-13(EAN): 9783110518702 Издательство: Walter de Gruyter Рейтинг: Цена: 22439.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Machine learning is widely used for data analysis. Dynamic fuzzy data are one of the most difficult types of data to analyse in the field of big data, cloud computing, the Internet of Things, and quantum information. At present, the processing of this kind of data is not very mature. The authors carried out more than 20 years of research, and show in this book their most important results. The seven chapters of the book are devoted to key topics such as dynamic fuzzy machine learning models, dynamic fuzzy self-learning subspace algorithms, fuzzy decision tree learning, dynamic concepts based on dynamic fuzzy sets, semi-supervised multi-task learning based on dynamic fuzzy data, dynamic fuzzy hierarchy learning, examination of multi-agent learning model based on dynamic fuzzy logic. This book can be used as a reference book for senior college students and graduate students as well as college teachers and scientific and technical personnel involved in computer science, artificial intelligence, machine learning, automation, data analysis, mathematics, management, cognitive science, and finance. It can be also used as the basis for teaching the principles of dynamic fuzzy learning.
Self-driving cars, natural language recognition, and online recommendation engines are all possible thanks to Machine Learning. Now you can create your own genetic algorithms, nature-inspired swarms, Monte Carlo simulations, cellular automata, and clusters. Learn how to test your ML code and dive into even more advanced topics. If you are a beginner-to-intermediate programmer keen to understand machine learning, this book is for you.
Discover machine learning algorithms using a handful of self-contained recipes. Build a repertoire of algorithms, discovering terms and approaches that apply generally. Bake intelligence into your algorithms, guiding them to discover good solutions to problems.
In this book, you will:
Use heuristics and design fitness functions.
Build genetic algorithms.
Make nature-inspired swarms with ants, bees and particles.
Create Monte Carlo simulations.
Investigate cellular automata.
Find minima and maxima, using hill climbing and simulated annealing.
Try selection methods, including tournament and roulette wheels.
Learn about heuristics, fitness functions, metrics, and clusters.
Test your code and get inspired to try new problems. Work through scenarios to code your way out of a paper bag; an important skill for any competent programmer. See how the algorithms explore and learn by creating visualizations of each problem. Get inspired to design your own machine learning projects and become familiar with the jargon.
What You Need:
Code in C++ (>= C++11), Python (2.x or 3.x) and JavaScript (using the HTML5 canvas). Also uses matplotlib and some open source libraries, including SFML, Catch and Cosmic-Ray. These plotting and testing libraries are not required but their use will give you a fuller experience. Armed with just a text editor and compiler/interpreter for your language of choice you can still code along from the general algorithm descriptions.
Автор: Moitra Ankur Название: Algorithmic Aspects of Machine Learning ISBN: 1316636003 ISBN-13(EAN): 9781316636008 Издательство: Cambridge Academ Рейтинг: Цена: 5386.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Machine learning is reshaping our everyday life. This book explores the theoretical underpinnings in an accessible way, offering theoretical computer scientists an introduction to important models and problems and offering machine learning researchers a cutting-edge algorithmic toolkit.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru