Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/packtpublishing/machine-learning-with-go-second-edition

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/packtpublishing/machine-learning-with-go-second-edition

  • v0.0.0-20210118121128-964b8e7a3b21
  • Source
  • Go
  • Socket score

Version published
Created
Source

Machine Learning With Go - Second Edition

Machine Learning With  Go - Second Edition

This is the code repository for Machine Learning With Go - Second Edition, published by Packt.

Leverage Go's powerful packages to build smart machine learning and predictive applications

What is this book about?

This updated edition of the popular Machine Learning With Go shows you how to overcome the common challenges of integrating analysis and machine learning code within an existing engineering organization.

This book covers the following exciting features:

  • Become well versed with data processing, parsing, and cleaning using Go packages
  • Learn to gather data from various sources and in various real-world formats
  • Perform regression, classification, and image processing with neural networks
  • Evaluate and detect anomalies in a time series model
  • Understand common deep learning architectures to learn how each model is built

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

import pandas as pd
# Define column names.
cols = [
 'integercolumn',
 'stringcolumn'
 ]

Following is what you need for this book: This book is primarily for Go programmers who want to become a machine learning engineer and to build a solid machine learning mindset along with a good hold on Go packages. This is also useful for data analysts, data engineers, machine learning users who want to run their machine learning experiments using the Go ecosystem. Prior understanding of linear algebra is required to benefit from this book

With the following software and hardware list you can run all code files present in the book (Chapter 1-10).

Software and Hardware List

ChapterSoftware requiredOS required
1go.1.12.4, Kubernetes, Minikube VM, PachydermWindows 64-bit, Mac OS X, and Linux
2 - 8go.1.12.4Windows 64-bit, Mac OS X, and Linux
9go.1.12.4, TensorFlowWindows, Mac OS X, and Linux (Any)
10go.1.12.4Linux, 64-bit (x86), macOS X, Version 10.12.6 (Sierra) or higher

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Get to Know the Authors

Daniel Whitenack is a trained PhD data scientist with over 10 years' experience working on data-intensive applications in industry and academia. Recently, Daniel has focused his development efforts on open source projects related to running machine learning (ML) and artificial intelligence (AI) in cloud-native infrastructure (Kubernetes, for instance), maintaining reproducibility and provenance for complex data pipelines, and implementing ML/AI methods in new languages such as Go. Daniel co-hosts the Practical AI podcast, teaches data science/engineering at Ardan Labs and Purdue University, and has spoken at conferences around the world (including ODSC, PyCon, DataEngConf, QCon, GopherCon, Spark Summit, and Applied ML Days, among others).

Janani Selvaraj works as a senior research and analytics consultant for a start-up in Trichy, TamilNadu. She is a mathematics graduate with PhD in environmental management. Her current interests include data wrangling and visualization, machine learning, and geospatial modeling. She currently trains students in data science and works as a consultant on several data-driven projects in a variety of domains. She is an R programming expert and founder of the R-Ladies Trichy group, a group that promotes gender diversity. She has served as a reviewer for Go-Machine learning Projects book.

Another book by the author

Suggestions and Feedback

Click here if you have any feedback or suggestions.

FAQs

Package last updated on 18 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc