Skip to content

Gananath/codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network from scratch

  • Creating neural networks from scratch using mygrad library

Golang and Rust implementation of

  • Game of life
  • Tic Tac Toe
  • Fractals
  • Web App

libtac

A go lang library for creating text based n dimensional tic-tac-toe games

Two
		X|O|
		-|-|
Three
		O|-|-|
		-|-|X|
		-|-|-|
Four
  	        X|-|O|O|
		-|-|O|-|
		-|O|-|-|
		X|-|X|X|
           .
           .
           .

About

A few toy programs implemented by me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published