Skip to content

V 0.3.0

  • Community detection
    • Label Propagation
    • Method for labeling nodes
  • Added Neural Network with backpropagation algorithm
    • Added module for layers, network and used matrice library
  • Refactor modules into separate categories
    • Module for deep learning research
    • Created module for graph theory algorithms
    • Added data extraction and structures module
  • New operations added for matrix library
    • Matrix multiplication
    • Scalar value multiplication
    • Raise matrix to a power