Skip to content

d0tiKs/goNNFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goNNFS

Introduction

goNNFS is a Go implementation of the concepts presented in the Neural Networks from Scratch book originally written in Python. This project aims to provide an educational resource for understanding neural networks by implementing them from scratch in Go, focusing on simplicity and readability.

Features

  • Translation from Python: Faithfully implements the Python examples from the NNFS book in Go.
  • Educational Focus: Designed to teach neural network fundamentals through hands-on coding.

Getting Started

Prerequisites

To use goNNFS, you need:

  • Go version 1.22.1 or higher
  • A basic understanding of neural networks

Installation

Clone the repository and build the project using:

git clone https://github.com/d0tiKs/goNNFS.git

Explore the different go files to check the implementation.

About

implementation of NNFS in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages