Releases: omerfdmrl/ican
Releases · omerfdmrl/ican
V0.1.2-alpha
Implemented layers;
- Layer RNN
- Layer GRU
- Layer Batch Normalization
Implemented functions;
- Standar Scaler
- Pad Sequences
- Fit On Texts
Full Changelog: https://github.com/omerfdmrl/ican/commits/v0.1.2-alpha
v0.1.1-alpha
Project code base upgraded.
About makefile update;
make all: create librarymake run: run custom main.cmake clean: delete library filemake fclean: delete library file and object filesmake gtest: run gdb testmake utest: run custom test from test/ foldermake memcheck: run valgrind for detect memory leaks
About folder hierarchy update;
test/: custom test functions and unity librarysrc/: library functions and header fileexamples/: examples usages of librarybuild/depends/: dependencies of librarybuild/objs/: stores object files while creating library (make all)build/results/: includes bin file (gdb test), output file (program) and library file
For more details, you can check this commit.
v0.1.0-alpha
Project relased with base components;
- Initializers
- Ones
- Random HeUniform
- Random Normal
- Random Uniform
- Random Xavier
- Zeros
- Activation
- Sigmoid
- Tanh
- Softmax
- Layers
- Activation
- Dense
- Shuffle
- Max Pooling
- Min Pooling
- Mean Pooling
- Optimizers
- Finite Diff
- Gradient Descent
- Batch Gradient Descent
- Utils
- CSV
- IMG
- IO
Full Changelog: https://github.com/omerfdmrl/alemdar/commits/v0.1.0-alpha