Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Machine Learning with Go Quick Start Guide

    Posted By: ksveta6
    Machine Learning with Go Quick Start Guide

    Machine Learning with Go Quick Start Guide: Hands-on techniques for building supervised and unsupervised machine learning workflows by Michael Bironneau, Toby Coleman
    2019 | ISBN: 1838550356 | English | 168 pages | True PDF | 5 MB

    This quick start guide will bring the readers to a basic level of understanding when it comes to the Machine Learning (ML) development lifecycle, will introduce Go ML libraries and then will exemplify common ML methods such as Classification, Regression, and Clustering

    Key Features
    Your handy guide to building machine learning workflows in Go for real-world scenarios
    Build predictive models using the popular supervised and unsupervised machine learning techniques
    Learn all about deployment strategies and take your ML application from prototype to production ready
    Book Description
    Machine learning is an essential part of today's data-driven world and is extensively used across industries, including financial forecasting, robotics, and web technology. This book will teach you how to efficiently develop machine learning applications in Go.

    The book starts with an introduction to machine learning and its development process, explaining the types of problems that it aims to solve and the solutions it offers. It then covers setting up a frictionless Go development environment, including running Go interactively with Jupyter notebooks. Finally, common data processing techniques are introduced.

    The book then teaches the reader about supervised and unsupervised learning techniques through worked examples that include the implementation of evaluation metrics. These worked examples make use of the prominent open-source libraries GoML and Gonum.

    The book also teaches readers how to load a pre-trained model and use it to make predictions. It then moves on to the operational side of running machine learning applications: deployment, Continuous Integration, and helpful advice for effective logging and monitoring.

    At the end of the book, readers will learn how to set up a machine learning project for success, formulating realistic success criteria and accurately translating business requirements into technical ones.

    What you will learn
    Understand the types of problem that machine learning solves, and the various approaches
    Import, pre-process, and explore data with Go to make it ready for machine learning algorithms
    Visualize data with gonum/plot and Gophernotes
    Diagnose common machine learning problems, such as overfitting and underfitting
    Implement supervised and unsupervised learning algorithms using Go libraries
    Build a simple web service around a model and use it to make predictions

    Who this book is for
    This book is for developers and data scientists with at least beginner-level knowledge of Go, and a vague idea of what types of problem Machine Learning aims to tackle. No advanced knowledge of Go (and no theoretical understanding of the math that underpins Machine Learning) is required.

    Table of Contents
    Introducing Machine Leaning with Go
    Setting Up the Development Environment
    Supervised Learning
    Unsupervised Learning
    Using Pretrained Models
    Deploying Machine Learning Applications
    Conclusion - Successful ML Projects