quick and dirty graph neural network in pure cpp
Find a file
2025-06-06 21:51:01 -07:00
data lab07: neural net starter code 2024-02-26 08:20:30 -08:00
models updating init files as a hack to fix the machine dependency issue with random number generation 2025-05-29 23:57:00 -07:00
test_output lab07: neural net starter code 2024-02-26 08:20:30 -08:00
.envrc feat: add flake.nix for reproducibility 2025-06-06 11:51:36 -07:00
.gitignore feat: add flake.nix for reproducibility 2025-06-06 11:51:36 -07:00
DataLoader.cpp lab07: neural net starter code 2024-02-26 08:20:30 -08:00
DataLoader.hpp lab07: neural net starter code 2024-02-26 08:20:30 -08:00
flake.lock feat: add flake.nix for reproducibility 2025-06-06 11:51:36 -07:00
flake.nix feat: add flake.nix for reproducibility 2025-06-06 11:51:36 -07:00
Graph.cpp feat: implement updateConnection 2025-06-06 15:36:10 -07:00
Graph.hpp feat: implement graph methods (passes test 4) 2025-06-06 13:44:33 -07:00
main.cpp JN - fixed file path typo 2024-02-28 19:09:26 -08:00
Makefile lab07: neural net starter code 2024-02-26 08:20:30 -08:00
NeuralNetwork.cpp fix: correct update implementation 2025-06-06 21:51:01 -07:00
NeuralNetwork.hpp lab07: neural net starter code 2024-02-26 08:20:30 -08:00
README.md Initial commit 2024-02-26 08:19:08 -08:00
tdd.cpp lab07: neural net starter code 2024-02-26 08:20:30 -08:00
tdd.hpp lab07: neural net starter code 2024-02-26 08:20:30 -08:00
test_neuralnet.cpp feat: implement updateConnection 2025-06-06 15:36:10 -07:00
utility.cpp lab07: neural net starter code 2024-02-26 08:20:30 -08:00
utility.hpp lab07: neural net starter code 2024-02-26 08:20:30 -08:00

STARTER-lab07