Mathematics and Programming for Machine Learning with R: From the Ground Up
Autor William Clasteren Limba Engleză Paperback – 27 oct 2020
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
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 284.24 lei 6-8 săpt. | |
CRC Press – 27 oct 2020 | 284.24 lei 6-8 săpt. | |
Hardback (1) | 559.21 lei 6-8 săpt. | |
CRC Press – 27 oct 2020 | 559.21 lei 6-8 săpt. |
Preț: 284.24 lei
Preț vechi: 408.51 lei
-30% Nou
Puncte Express: 426
Preț estimativ în valută:
54.40€ • 56.70$ • 45.29£
54.40€ • 56.70$ • 45.29£
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
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.