diff --git a/README.md b/README.md index 73823098..1fdd20a4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # SMLP -- Symbolic Machine Learning Prover -**SMLP is a general purpose tool for verification and optimisation of systems modelled using machine learning.** -**SMLP uses symbolic reasoning for ML model exploration and optimisation under verification and stability constraints** +SMLP is a general purpose tool for verification and optimisation of systems modelled using machine learning.
+SMLP uses symbolic reasoning for ML model exploration and optimisation under verification and stability constraints. + +SMLP Overview -SMLP Overview ### Industry adoption: used at Intel in production for optimization of package/board layouts and signal integrity @@ -24,7 +25,7 @@ can be dependent on the intended value itself.
-**[Combination of robustness and formal assurance of results validity](https://pure.manchester.ac.uk/ws/portalfiles/portal/294597658/fmcad_bkk_2020.pdf) is a distinctive strength of SMLP, not found in other optimization or model‑analysis tools.** +**[Combination of robustness and formal assurance of results validity](https://korovin.gitlab.io/pub/fmcad_bkk_2020.pdf) is a distinctive strength of SMLP, not found in other optimization or model‑analysis tools.** SMLP modes: @@ -52,7 +53,9 @@ SMLP supports: - stability constraints - parameter optimization +

SMLP Arch +

Papers: * SMLP: Symbolic Machine Learning Prover, (CAV'24) [[pdf]](https://link.springer.com/content/pdf/10.1007/978-3-031-65627-9_11.pdf) [[bib]](https://dblp.org/rec/conf/cav/BrausseKK24.html?view=bibtex) @@ -237,6 +240,9 @@ tests/install/test_container_install mdmitry1/python311-dev
NLP, LLM, Agentic +Current development is in PR[#21](https://github.com/SMLP-Systems/smlp/pull/21)
+See [Extended Manual](https://github.com/SMLP-Systems/smlp/blob/master/doc/smlp_manual_extended.pdf) for details. + NLP: - NLP based text classification. Applicable to spam detection, sentiment analysis, and more. - NLP based root cause analysis: which words or collections of words are most correlative to classification decision (especially, for the positive class). diff --git a/misc/smlp_github_qr_code.png b/misc/smlp_github_qr_code.png new file mode 100644 index 00000000..aad4a1e2 Binary files /dev/null and b/misc/smlp_github_qr_code.png differ diff --git a/misc/smlp_overview.png b/misc/smlp_overview.png index 8c70c287..a75f9c0a 100644 Binary files a/misc/smlp_overview.png and b/misc/smlp_overview.png differ