A place to keep my go packages.
Table of Contents
Documentation and Reference
- pkg.go.dev shows these packages
- go-cheat-sheet
- my-go-examples
- my-go-tools
- This repos github webpage built with concourse
-
A package to implement a user scalable multi-layer perceptron (MLP) / feed-forward (FF) neural network using a sigmoid non-linear function.
-
A package to calculate the area and circumference of a circle.
-
A package to calculate and manipulate simple 2D and 3D geometric shapes.
-
A package containing computations related to prime numbers.