Releases: auxten/go-ctr
Releases · auxten/go-ctr
v0.5.0
What's Changed
- Fix din weight and CosineDistance to CosineSimilarity
- Add BCE, RMS, MSE cost func
- Add action for pull_request and open CGO flag when compiling by @nmreadelf in #16
Full Changelog: https://github.com/auxten/edgeRec/commits/v0.5.0
v0.4.0 with YoutubeDNN and DeepInterestNetwork models
Optimze memory and training performance
Din model v0.2.0
- Simple 2 layer MLP
- Simple 2 layer MLP test on MovieLens
- Dropout and L2 regularization
- Batch Normalization
- YouTube DNN
- YouTube DNN test on MovieLens
- Dropout and L2 regularization
- Batch Normalization
- DeepInterestNetwork
- DIN test on MovieLens
- Euclidean Distance based attention
- Dropout and L2 regularization
- Batch Normalization
Release v0.0.1
Add release action (#10)