Machine Learning with spark and python – Michael Bowles

Extracting actionable information from data is changing the fabric of modern business in ways that directly affect programmers. One way is the demand for new programming skills. Market analysts predict demand for people with advanced statistics and machine learning skills will exceed supply by 140,000 to 190,000 by 2018. That means good salaries and a wide choice of interesting projects for those who have the requisite skills. Another development that affects programmers is progress in developing core tools for statistics and machine learning. This relieves programmers of the need to program intricate algorithms for themselves each time they want to try a new one. Among general-purpose programming languages, Python developers have been in the forefront, building state-of-the-art machine learning tools, but there is a gap between having the tools and being able to use them efficiently.

Programmers can gain general knowledge about machine learning in a number of ways: online courses, a number of well-written books, and so on. Many of these give excellent surveys of machine learning algorithms and examples of their use, but because of the availability of so many different algorithms, it’s difficult to cover the details of their usage in a survey. This leaves a gap for the practitioner. The number of algorithms available requires making choices that a programmer new to machine learning might not be equipped to make until trying several, and it leaves the programmer to fill in the details of the usage of these algorithms in the context of overall problem formulation and solution.

Related posts:

Deep Learning with Python - A Hands-on Introduction - Nikhil Ketkar
Understanding Machine Learning from theory to algorithms - Shai Shalev-Shwartz & Shai Ben-David
Coding Theory - Algorithms, Architectures and Application
Deep Learning for Natural Language Processing - Jason Brownlee
Deep Learning - Ian Goodfellow & Yoshua Bengio & Aaron Courville
Medical Image Segmentation Using Artificial Neural Networks
Python Machine Learning Eqution Reference - Sebastian Raschka
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Scikit-learn Cookbook Second Edition over 80 recipes for machine learning - Julian Avila & Trent Hau...
Intelligent Projects Using Python - Santanu Pattanayak
Python Deep Learning Cookbook - Indra den Bakker
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Building Machine Learning Systems with Python - Willi Richert & Luis Pedro Coelho
Machine Learning - A Probabilistic Perspective - Kevin P.Murphy
Hands-on Machine Learning with Scikit-Learn, Keras & TensorFlow - Aurelien Geron
Deep Learning in Python - LazyProgrammer
Pattern recognition and machine learning - Christopher M.Bishop
Deep Learning dummies second edition - John Paul Mueller & Luca Massaronf
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Aurelien Geron
Machine Learning - An Algorithmic Perspective second edition - Stephen Marsland
Deep Learning with PyTorch - Vishnu Subramanian
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Artificial Intelligence - A Very Short Introduction - Margaret A.Boden
Python Machine Learning Third Edition - Sebastian Raschka & Vahid Mirjalili
Introduction to Machine Learning with Python - Andreas C.Muller & Sarah Guido
Deep Learning from Scratch - Building with Python form First Principles - Seth Weidman
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Building Chatbots with Python Using Natural Language Processing and Machine Learning - Sumit Raj
Applied Text Analysis with Python - Benjamin Benfort & Rebecca Bibro & Tony Ojeda
Python for Programmers with introductory AI case studies - Paul Deitel & Harvey Deitel
Deep Learning with Theano - Christopher Bourez
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli