The Definition of Standard ML

The Definition of Standard ML PDF Author: Robin Milner
Publisher: MIT Press
ISBN: 9780262631815
Category : Computers
Languages : en
Pages : 132

Get Book Here

Book Description
Software -- Programming Languages.

The Definition of Standard ML

The Definition of Standard ML PDF Author: Robin Milner
Publisher: MIT Press
ISBN: 9780262631815
Category : Computers
Languages : en
Pages : 132

Get Book Here

Book Description
Software -- Programming Languages.

The Standard ML Basis Library

The Standard ML Basis Library PDF Author: Emden R. Gansner
Publisher: Cambridge University Press
ISBN: 9781139451406
Category : Computers
Languages : en
Pages : 486

Get Book Here

Book Description
The book provides a description of the Standard ML (SML) Basis Library, the standard library for the SML language. For programmers using SML, it provides a complete description of the modules, types and functions composing the library, which is supported by all conforming implementations of the language. The book serves as a programmer's reference, providing manual pages with concise descriptions. In addition, it presents the principles and rationales used in designing the library, and relates these to idioms and examples for using the library. A particular emphasis of the library is to encourage the use of SML in serious system programming. Major features of the library include I/O, a large collection of primitive types, support for internationalization, and a portable operating system interface. This manual will be an indispensable reference for students, professional programmers, and language designers.

Functional Programming Using Standard ML

Functional Programming Using Standard ML PDF Author: Åke Wikström
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 472

Get Book Here

Book Description


Interpretable Machine Learning

Interpretable Machine Learning PDF Author: Christoph Molnar
Publisher: Lulu.com
ISBN: 0244768528
Category : Artificial intelligence
Languages : en
Pages : 320

Get Book Here

Book Description
This book is about making machine learning models and their decisions interpretable. After exploring the concepts of interpretability, you will learn about simple, interpretable models such as decision trees, decision rules and linear regression. Later chapters focus on general model-agnostic methods for interpreting black box models like feature importance and accumulated local effects and explaining individual predictions with Shapley values and LIME. All interpretation methods are explained in depth and discussed critically. How do they work under the hood? What are their strengths and weaknesses? How can their outputs be interpreted? This book will enable you to select and correctly apply the interpretation method that is most suitable for your machine learning project.

Introduction to Programming Using SML

Introduction to Programming Using SML PDF Author: Michael R. Hansen
Publisher: Addison-Wesley
ISBN:
Category : Computer programming
Languages : en
Pages : 390

Get Book Here

Book Description
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

An Introduction to Functional Programming Through Lambda Calculus

An Introduction to Functional Programming Through Lambda Calculus PDF Author: Greg Michaelson
Publisher: Courier Corporation
ISBN: 0486280292
Category : Mathematics
Languages : en
Pages : 336

Get Book Here

Book Description
Well-respected text for computer science students provides an accessible introduction to functional programming. Cogent examples illuminate the central ideas, and numerous exercises offer reinforcement. Includes solutions. 1989 edition.

Foundations of Programming Languages

Foundations of Programming Languages PDF Author: Kent D. Lee
Publisher: Springer
ISBN: 3319133144
Category : Computers
Languages : en
Pages : 365

Get Book Here

Book Description
This clearly written textbook introduces the reader to the three styles of programming, examining object-oriented/imperative, functional, and logic programming. The focus of the text moves from highly prescriptive languages to very descriptive languages, demonstrating the many and varied ways in which we can think about programming. Designed for interactive learning both inside and outside of the classroom, each programming paradigm is highlighted through the implementation of a non-trivial programming language, demonstrating when each language may be appropriate for a given problem. Features: includes review questions and solved practice exercises, with supplementary code and support files available from an associated website; provides the foundations for understanding how the syntax of a language is formally defined by a grammar; examines assembly language programming using CoCo; introduces C++, Standard ML, and Prolog; describes the development of a type inference system for the language Small.

Annotated C# Standard

Annotated C# Standard PDF Author: Jon Jagger
Publisher: Morgan Kaufmann
ISBN: 9780080550534
Category : Computers
Languages : en
Pages : 864

Get Book Here

Book Description
Standards, while being definitive, do not usually serve as the best reference to the use of a programming language. Books on languages usually are able to explain usage better, but lack the definitive precision of a standard. Annotated C# Standard combines the two; it is the standard with added explanatory material. Written by members of the standards committee Annotates the standard with practical implementation advice The definitive reference to the C# International Standard

Mathematics for Machine Learning

Mathematics for Machine Learning PDF Author: Marc Peter Deisenroth
Publisher: Cambridge University Press
ISBN: 1108569323
Category : Computers
Languages : en
Pages : 392

Get Book Here

Book Description
The fundamental mathematical tools needed to understand machine learning include linear algebra, analytic geometry, matrix decompositions, vector calculus, optimization, probability and statistics. These topics are traditionally taught in disparate courses, making it hard for data science or computer science students, or professionals, to efficiently learn the mathematics. This self-contained textbook bridges the gap between mathematical and machine learning texts, introducing the mathematical concepts with a minimum of prerequisites. It uses these concepts to derive four central machine learning methods: linear regression, principal component analysis, Gaussian mixture models and support vector machines. For students and others with a mathematical background, these derivations provide a starting point to machine learning texts. For those learning the mathematics for the first time, the methods help build intuition and practical experience with applying mathematical concepts. Every chapter includes worked examples and exercises to test understanding. Programming tutorials are offered on the book's web site.

ML for the Working Programmer

ML for the Working Programmer PDF Author: Lawrence C. Paulson
Publisher:
ISBN: 9780521422253
Category : Computers
Languages : en
Pages : 429

Get Book Here

Book Description
This new edition of a successful text treats modules in more depth, and covers the revision of ML language.