ML for the Working Programmer
Title | ML for the Working Programmer PDF eBook |
Author | Lawrence C. Paulson |
Publisher | |
Pages | 429 |
Release | 1992 |
Genre | Computers |
ISBN | 9780521422253 |
This new edition of a successful text treats modules in more depth, and covers the revision of ML language.
Introduction to Programming Using SML
Title | Introduction to Programming Using SML PDF eBook |
Author | Michael R. Hansen |
Publisher | Addison-Wesley |
Pages | 390 |
Release | 1999 |
Genre | Computer programming |
ISBN |
Based on Hanson and Rischel's introductory programming course in the Informatics Programme at the Technical University of Denmark, Using Standard ML (Meta Language) throughout, they bypass theory and customized or efficient implementations to focus on understanding the process of programming and program design. Annotation copyrighted by Book News, Inc., Portland, OR
Programming Machine Learning
Title | Programming Machine Learning PDF eBook |
Author | Paolo Perrotta |
Publisher | Pragmatic Bookshelf |
Pages | 437 |
Release | 2020-03-31 |
Genre | Computers |
ISBN | 1680507710 |
You've decided to tackle machine learning - because you're job hunting, embarking on a new project, or just think self-driving cars are cool. But where to start? It's easy to be intimidated, even as a software developer. The good news is that it doesn't have to be that hard. Master machine learning by writing code one line at a time, from simple learning programs all the way to a true deep learning system. Tackle the hard topics by breaking them down so they're easier to understand, and build your confidence by getting your hands dirty. Peel away the obscurities of machine learning, starting from scratch and going all the way to deep learning. Machine learning can be intimidating, with its reliance on math and algorithms that most programmers don't encounter in their regular work. Take a hands-on approach, writing the Python code yourself, without any libraries to obscure what's really going on. Iterate on your design, and add layers of complexity as you go. Build an image recognition application from scratch with supervised learning. Predict the future with linear regression. Dive into gradient descent, a fundamental algorithm that drives most of machine learning. Create perceptrons to classify data. Build neural networks to tackle more complex and sophisticated data sets. Train and refine those networks with backpropagation and batching. Layer the neural networks, eliminate overfitting, and add convolution to transform your neural network into a true deep learning system. Start from the beginning and code your way to machine learning mastery. What You Need: The examples in this book are written in Python, but don't worry if you don't know this language: you'll pick up all the Python you need very quickly. Apart from that, you'll only need your computer, and your code-adept brain.
ML for the Working Programmer
Title | ML for the Working Programmer PDF eBook |
Author | Lawrence C. Paulson |
Publisher | Cambridge University Press |
Pages | 500 |
Release | 1996-06-28 |
Genre | Computers |
ISBN | 9780521565431 |
Software -- Programming Languages.
Elements of ML Programming
Title | Elements of ML Programming PDF eBook |
Author | Jeffrey D. Ullman |
Publisher | Pearson |
Pages | 383 |
Release | 1998-01 |
Genre | Computers |
ISBN | 9780137903870 |
This highly accessible introduction to the fundamentals of ML is presented by computer science educator and author, Jeffrey D. Ullman. The primary change in the Second Edition is that it has been thoroughly revised and reorganized to conform to the new language standard called ML97. This is the first book that offers both an accurate step-by-step tutorial to ML programming and a comprehensive reference to advanced features. It is the only book that focuses on the popular SML/NJ implementation. The material is arranged for use in sophomore through graduate level classes or for self-study. This text assumes no previous knowledge of ML or functional programming, and can be used to teach ML as a first programming language. It is also an excellent supplement or reference for programming language concepts, functional programming, or compiler courses.
Real World OCaml
Title | Real World OCaml PDF eBook |
Author | Yaron Minsky |
Publisher | "O'Reilly Media, Inc." |
Pages | 618 |
Release | 2013-11-04 |
Genre | Computers |
ISBN | 1449324754 |
This fast-moving tutorial introduces you to OCaml, an industrial-strength programming language designed for expressiveness, safety, and speed. Through the book’s many examples, you’ll quickly learn how OCaml stands out as a tool for writing fast, succinct, and readable systems code. Real World OCaml takes you through the concepts of the language at a brisk pace, and then helps you explore the tools and techniques that make OCaml an effective and practical tool. In the book’s third section, you’ll delve deep into the details of the compiler toolchain and OCaml’s simple and efficient runtime system. Learn the foundations of the language, such as higher-order functions, algebraic data types, and modules Explore advanced features such as functors, first-class modules, and objects Leverage Core, a comprehensive general-purpose standard library for OCaml Design effective and reusable libraries, making the most of OCaml’s approach to abstraction and modularity Tackle practical programming problems from command-line parsing to asynchronous network programming Examine profiling and interactive debugging techniques with tools such as GNU gdb
AI and Machine Learning for Coders
Title | AI and Machine Learning for Coders PDF eBook |
Author | Laurence Moroney |
Publisher | O'Reilly Media |
Pages | 393 |
Release | 2020-10-01 |
Genre | Computers |
ISBN | 1492078166 |
If you're looking to make a career move from programmer to AI specialist, this is the ideal place to start. Based on Laurence Moroney's extremely successful AI courses, this introductory book provides a hands-on, code-first approach to help you build confidence while you learn key topics. You'll understand how to implement the most common scenarios in machine learning, such as computer vision, natural language processing (NLP), and sequence modeling for web, mobile, cloud, and embedded runtimes. Most books on machine learning begin with a daunting amount of advanced math. This guide is built on practical lessons that let you work directly with the code. You'll learn: How to build models with TensorFlow using skills that employers desire The basics of machine learning by working with code samples How to implement computer vision, including feature detection in images How to use NLP to tokenize and sequence words and sentences Methods for embedding models in Android and iOS How to serve models over the web and in the cloud with TensorFlow Serving