Skip to content

Releases: omerfdmrl/ican

V0.1.2-alpha

24 Oct 17:58
Compare
Choose a tag to compare
V0.1.2-alpha Pre-release
Pre-release

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

20 Oct 09:53
719eb11
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

Project code base upgraded.

About makefile update;

  • make all: create library
  • make run: run custom main.c
  • make clean: delete library file
  • make fclean: delete library file and object files
  • make gtest: run gdb test
  • make utest: run custom test from test/ folder
  • make memcheck: run valgrind for detect memory leaks

About folder hierarchy update;

  • test/: custom test functions and unity library
  • src/: library functions and header file
  • examples/: examples usages of library
  • build/depends/: dependencies of library
  • build/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

30 Jun 19:13
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

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