Copyright
Efficient R programming
There are many excellent R resources for visualization, data science, and package development. Hundreds of scattered vignettes, web pages, and forums explain how to use R in particular domains. But little has been written on how to simply make R work effectively-until now.
Deep Learning or Machine Learning? (MathWorks)
“In this ebook, we discuss some of the key differences between deep learning and traditional machine learning approaches. We look at three factors that might influence your decision and then step through an example that combines the two approaches”. (MathWorks).
AUTOMATE THE BORING STUFF WITH PYTHON: PRACTICAL PROGRAMMING FOR TOTAL BEGINNERS
The second edition of this best-selling Python book (100,000+ copies sold in print alone) uses Python 3 to teach even the technically uninclined how to write programs that do in minutes what would take hours to do by hand.
Neural Networks with JavaScript Succinctly
Although most concepts are relatively simple, there are many of them, and they interact with each other in unobvious ways, which is a major challenge of neural networks. But you can learn all important neural network concepts by running and examining the code in this book, with complete example programs for the three major types of neural network problems.