File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.7.0] - 2026-01-06
9+
10+ ### Added
11+ - ** Linear (Dense) Layer** : Fully connected layer for classification and output projections
12+ - Forward and backward passes with gradient computation
13+ - Xavier/Glorot weight initialization
14+ - Works with all optimizers (SGD, Adam, RMSprop)
15+ - ` linear_layer_example.rs ` demonstration
16+
817## [ 0.6.1] - 2025-11-30
918
1019### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " rust-lstm"
3- version = " 0.6.1 "
3+ version = " 0.7.0 "
44authors = [" Alex Kholodniak <alexandrkholodniak@gmail.com>" ]
55edition = " 2021"
66rust-version = " 1.70"
You can’t perform that action at this time.
0 commit comments