Skip to content

Commit d225c42

Browse files
committed
Updated supported features page
1 parent fc89752 commit d225c42

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packageDescription := "DynaML is a scala library/repl for implementing and worki
1212
"which can be extended easily to implement advanced models for small and large scale applications.\n\n"+
1313
"But the library can also be used as an educational/research tool for data analysis."
1414

15-
val mainVersion = "v1.4.3-beta.3"
15+
val mainVersion = "v1.4.3-beta.4"
1616

1717
val dataDirectory = settingKey[File]("The directory holding the data files for running example scripts")
1818

docs/supported_features.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: Supported features
3-
---
4-
51
!!! summary
62
"If you're not sure whether DynaML fits your requirements, this list provides a semi-comprehensive overview of available features."
73

@@ -10,9 +6,12 @@ title: Supported features
106
Model Family | Supported | Notes
117
--------|-----------|-----------
128
[Generalized Linear Models](/core/core_glm.md) | Yes | Supports regularized least squares based models for regression as well as logistic and probit models for classification.
9+
[Generalized Least Squares Models](/core/core_gls.md) | Yes | -
1310
[Least Squares Support Vector Machines](/core/core_lssvm.md) | Yes | Contains implementation of dual LS-SVM applied to classification and regression.
1411
[Gaussian Processes](/core/core_gp.md) | Yes | Supports gaussian process inference models for regression and binary classification; the binary classification GP implementation uses the Laplace approximation for posterior mode computation. For regression problems, there are also multi-output and multi-task GP implementations.
15-
[Feed forward Neural Networks](/core/core_ann.md)| Yes | Can build and learn feedforward neural nets of various sizes.
12+
[Student T Processes](/core/core_stp.md) | Yes | Supports student T process inference models for regression, there are also multi-output and multi-task STP implementations.
13+
[Skew Gaussian Processes](/core/core_esgp.md) | Yes | Supports extended skew gaussian process inference models for regression.
14+
[Feed forward Neural Networks](/core/core_ffn_new.md)| Yes | Can build and learn feedforward neural nets of various sizes.
1615
[Committee/Meta Models](/core/core_model_hierarchy.md#meta-modelsmodel-ensembles) | Yes | Supports creation of gating networks or committee models.
1716

1817
## Optimizers & Solvers

0 commit comments

Comments
 (0)