Skip to content

Jetafull/algorithms-in-julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms in Julia

A collection of algorithms implemented in Julia. The implementations here focus on the mathematical readability. When possible, I will also include implementations that improve the performance and numerical stability.

List of Algorithms

Machine Learning Algorithms

Gradient boosting

  • AdaBoost
  • Decision tree
  • Loss functions
    1. Squared error
    2. Binomial deviance
    3. LambdaRank
    4. Survival analysis

Gaussian Process

  • GP regression
  • GP classification
  • Bayesian optimization

Data Structures

  • Search
  • Sort
  • Heap Queue
  • Union Find
  • Unweighted Graph
  • Weighted Graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages