BeautifulAlgorithms.jl
Страница в процессе перевода. |
Concise algorithms written in Julia and formatted with Carbon.
Algorithms for machine learning, optimization, reinforcement learning, online planning, decision making under uncertainty, and sorting. All implementations are working and self-contained; refer to the test cases.
Note, these are primarily for academic purposes and are not designed for real-world usage. There are many other Julia packages that implement more sound versions of these algorithms.
] add http://github.com/mossr/BeautifulAlgorithms.jl
Note: Algorithms are modified from their original sources.
The EM algorithm
Andrew Ng, Mixtures of Gaussians and the EM algorithm, Stanford University, 2020.1
Linear regression
Mykel J. Kochenderfer and Tim A. Wheeler, Algorithms for Optimization, MIT Press, 2019. (Credit @HenriDeh for use of ones
)