├── .DS_Store ├── NumericalC ├── dlc.c ├── dlc.h ├── numC.c ├── numC.h └── transformer.c ├── README.md └── gpt.c /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astledsa/Deep-Learning-C/HEAD/.DS_Store -------------------------------------------------------------------------------- /NumericalC/dlc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astledsa/Deep-Learning-C/HEAD/NumericalC/dlc.c -------------------------------------------------------------------------------- /NumericalC/dlc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astledsa/Deep-Learning-C/HEAD/NumericalC/dlc.h -------------------------------------------------------------------------------- /NumericalC/numC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astledsa/Deep-Learning-C/HEAD/NumericalC/numC.c -------------------------------------------------------------------------------- /NumericalC/numC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astledsa/Deep-Learning-C/HEAD/NumericalC/numC.h -------------------------------------------------------------------------------- /NumericalC/transformer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astledsa/Deep-Learning-C/HEAD/NumericalC/transformer.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astledsa/Deep-Learning-C/HEAD/README.md -------------------------------------------------------------------------------- /gpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astledsa/Deep-Learning-C/HEAD/gpt.c --------------------------------------------------------------------------------