Activity
feat: change activation function to polynomial
feat: change activation function to polynomial
fix: loop index in max_pool_2d and global_max_pool_2d
fix: loop index in max_pool_2d and global_max_pool_2d
feat: add 2d global max pooling layer, both square and non-square
feat: add 2d global max pooling layer, both square and non-square
feat: add 2d sum pooling layer, both square and non-square
feat: add 2d sum pooling layer, both square and non-square
feat: add 2d average pooling layer, both square and non-square
feat: add 2d average pooling layer, both square and non-square
feat: add simplified conv2d function for sqaure inputs and kernels
feat: add simplified conv2d function for sqaure inputs and kernels
refactor: change input to in and output to out in test_samples
refactor: change input to in and output to out in test_samples
refactor: move noir_code_generator.py path
refactor: move noir_code_generator.py path
refactor: remove target files of circle_fc
refactor: remove target files of circle_fc
refactor: main.nr file for mnist_fc, using new layer indices and fc i…
refactor: main.nr file for mnist_fc, using new layer indices and fc i…
feat: add outputs of mnist_fc.ipynb
feat: add outputs of mnist_fc.ipynb
refactor: cleanup latter cells of mnist_classifier.ipynb, rename to m…
refactor: cleanup latter cells of mnist_classifier.ipynb, rename to m…
docs: add documentation for utils.nr
docs: add documentation for utils.nr
docs: add documentation for lib.nr
docs: add documentation for lib.nr
feat: add circle_fc visualization
feat: add circle_fc visualization
docs: add documentation for noir_code_generator
docs: add documentation for noir_code_generator
feat: add circle_fc test samples
feat: add circle_fc test samples
refactor: change visualization filename
refactor: change visualization filename
refactor: change visualization filename
refactor: change visualization filename
fix: make save_path and model_parameters compulsory
fix: make save_path and model_parameters compulsory