Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to AI and Machine Learning with Go (Golang)
Highest Rated
Rating: 4.6 out of 5(107 ratings)
1,524 students

Introduction to AI and Machine Learning with Go (Golang)

Learn the fundamentals of Artificial Intelligence and Machine Learning and apply them to your Go programs.
Created byTrevor Sawler
Last updated 9/2025
English

What you'll learn

  • Learn the basic principles of artificial intelligence
  • Learn AI search algorithms (BFS, DFS, GBFS, Dijkstra & A* Search)
  • Learn the basic principles behind machine learning
  • Learn about creating worlds with rules for artificial intelligence
  • Learn how to manage probability with artificial intelligence
  • Learn how to train a model using linear regression and multiple linear regression
  • Learn how to implement and use a neural network
  • Learn how to connect to and use remote models on services like Hugging Face
  • Learn how to integrate a Go application with LLMs like ChatGPT, and locally hosted LLMs

Course content

14 sections188 lectures36h 12m total length
  • Introduction10:00
  • A bit about me1:01
  • Installing Go1:31
  • Installing an IDE2:01
  • Setting up VS Code for Python2:29

Requirements

  • A basic understanding of the Go programming knowledge
  • A basic understanding of the Python programming language
  • Ideally, a computer with a GPU (helpful, but not strictly necessary)

Description

Are you a Go developer ready to explore the exciting world of AI and machine learning? This course is your comprehensive guide, designed specifically for Gophers who want to add powerful AI skills to their toolkit.

Much of the code in this course is written in Go, but some of it is written in Python, where it makes sense to do so, and this means that before taking this course you should have a basic understanding of both languages.

We'll start with fundamental AI concepts, building a strong foundation with practical, hands-on projects. Then, we'll dive into the world of machine learning, tackling everything from classic regression models to modern neural networks. You'll learn how to leverage Go for high-performance AI applications, and discover how to integrate it with Python and cutting-edge tools like Hugging Face and LLMs for state-of-the-art solutions.


What You'll Learn

  • Search Algorithms & Intelligent Agents: Master core AI search algorithms like A* and Dijkstra's by solving mazes and building a robot vacuum.

  • Propositional Logic & Model Checking: knowledge based AI agents often need to make decisions based on available information in the world they operate in. Propositional logic and model checking are two different approaches to solving this problem.

  • Uncertainty: Learn how AI agents handle randomness by creating a Battleship AI and a card-counting Blackjack player.

  • Machine Learning Fundamentals: Get a practical understanding of linear regression by building models in both Python and Go to predict housing prices.

  • Deep Learning & Neural Networks: Build a neural network from scratch for housing price prediction and a Convolutional Neural Network (CNN) for image classification.

  • Natural Language Processing (NLP): Discover the power of NLP by creating an extractive summarization program in Go. You'll also learn to interface with external models from Hugging Face and harness the power of Large Language Models (LLMs) to create hybrid summarization systems.

  • Large Language Models (LLMs): Learn how to connect your Go programs to Large Language Models like ChatGPT. We'll use a locally hosted LLM using Ollama, but the code we write will be 100% compatible with OpenAI, which is used to connect to most LLMs.


Course Requirements

This course is for intermediate to advanced Go developers. You should be comfortable with Go syntax and core concepts. A basic understanding of data structures like graphs and trees is also helpful, but not required. You should also have a basic understanding of Python.

All you need is a computer running Windows, macOS, or Linux. While a GPU will speed up certain deep learning tasks, it is not essential; everything will run on a CPU.


Why This Course?

This isn't just another machine learning course; it's tailored for Go programmers. You'll learn how to build production-ready AI and machine learning applications that leverage Go's performance and concurrency. By the end, you'll have a portfolio of projects and the skills to confidently build your own intelligent applications.

Ready to build the future of AI with Go? Enroll now and start your journey!

Who this course is for:

  • Developers who want to see how AI & Machine Learning can improve their development skills while working in the Go programming language.