An open API service indexing awesome lists of open source software.

https://github.com/pxl-th/yama.jl

Visualize loss landscape
https://github.com/pxl-th/yama.jl

flux julia loss-landscape neural-networks visualization

Last synced: 18 days ago
JSON representation

Visualize loss landscape

Awesome Lists containing this project

README

          

# Yama 山

[![Build Status](https://github.com/pxl-th/Yama.jl/workflows/CI/badge.svg)](https://github.com/pxl-th/Yama.jl/actions)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://pxl-th.github.io/Yama.jl/dev/)

Visualize loss surface in random directions (1st & 2nd picture) or between model checkpoints (3rd picture).




Visualize path that optimizer took during training (4th picture).




## References

- [Hao Li et.al. "Visualizing the Loss Landscape of Neural Nets"](https://arxiv.org/abs/1712.09913)
- [Original code in Python](https://github.com/tomgoldstein/loss-landscape)