Skip to content

ayushmanchhabra/double

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

double

I wrote this program in 2023 with the intention of answering the problem that would eventually arise:

Q: How to onboard software engineers into an AI tech stack?.

A: There should be a small program, using a universally understood language, that could describe the core attributes/features of what the 2020s AI run is all about.

In the process, I learnt "AI" from first principles. The original gist can be found here:

Building

Use any C compiler you want.

Clang:

clang ./double.c -o ./double.exe

GCC:

gcc ./double.c -o ./double.exe

Usage:

└─$ ./double.exe 
Computed Weight: 1.999501
Estimate double of 10: 19.995007
Sample size: 5

License

MIT

About

AI from as first principles as I could get

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages