Cantitate/Preț
Produs

Mathematics and Programming for Machine Learning with R: From the Ground Up

Autor William Claster
en Limba Engleză Paperback – 27 oct 2020
Based on the author’s experience in teaching data science for more than 10 years, Mathematics and Programming for Machine Learning with R: From the Ground Up reveals how machine learning algorithms do their magic and explains how these algorithms can be implemented in code. It is designed to provide readers with an understanding of the reasoning behind machine learning algorithms as well as how to program them. Written for novice programmers, the book progresses step-by-step, providing the coding skills needed to implement machine learning algorithms in R.
The book begins with simple implementations and fundamental concepts of logic, sets, and probability before moving to the coverage of powerful deep learning algorithms. The first eight chapters deal with probability-based machine learning algorithms, and the last eight chapters deal with machine learning based on artificial neural networks. The first half of the book does not require mathematical sophistication, although familiarity with probability and statistics would be helpful. The second half assumes the reader is familiar with at least one semester of calculus. The text guides novice R programmers through algorithms and their application and along the way; the reader gains programming confidence in tackling advanced R programming challenges.
Highlights of the book include:
  • More than 400 exercises
  • A strong emphasis on improving programming skills and guiding beginners to the implementation of full-fledged algorithms
  • Coverage of fundamental computer and mathematical concepts including logic, sets, and probability
  • In-depth explanations of machine learning algorithms
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 28424 lei  6-8 săpt.
  CRC Press – 27 oct 2020 28424 lei  6-8 săpt.
Hardback (1) 55921 lei  6-8 săpt.
  CRC Press – 27 oct 2020 55921 lei  6-8 săpt.

Preț: 28424 lei

Preț vechi: 40851 lei
-30% Nou

Puncte Express: 426

Preț estimativ în valută:
5440 5670$ 4529£

Carte tipărită la comandă

Livrare economică 04-18 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780367507855
ISBN-10: 0367507854
Pagini: 430
Ilustrații: 13 Tables, black and white; 65 Illustrations, black and white
Dimensiuni: 178 x 254 x 28 mm
Greutate: 0.68 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press

Cuprins

Chapter 1. Functions Tutorial. Chapter 2. Logic and R. Chapter 3. Sets with R: Building the Tools. Chapter 4. Probability. Chapter 5. Naïve Rule. Chapter 6. Complete Bayes. Chapter 7. Naïve Bayes Classifier. Chapter 8. Stored Model for Naive Bayes Classifier. Chapter 9. Review of Mathematics for Neural Networks. Chapter 10. Calculus. Chapter 11. Neural Networks - Feed Forward Process and Back Propagation Process. Chapter 12. Programming a Neural Network using OOP in R. Chapter 13. Adding in a Bias Term. Chapter 14. Modular Version of Neural Networks for Deep Learning. Chapter 15. Deep Learning with Convolutional Neural Networks. Chapter 16. R Packages for Neural Networks, Deep Learning, and Naïve Bayes.

Descriere

Based on the author’s experience teaching data science for more than 10 years, Mathematics and R Programming for Machine Learning reveals how machine learning algorithms do their magic and explains how logic can be implemented in code.