Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZJaume <jzaragoza@prompsit.com>2021-06-14 18:39:19 +0300
committerZJaume <jzaragoza@prompsit.com>2021-06-14 18:39:19 +0300
commit7dcc0fef9d0304f97c5805eeb5ce2afb6db69c8a (patch)
treea0ed2b6a0f22dd78720e6806464f81169d3eba29
parent2673b78e33cd3e3e8d0500c1bbef27ba4c6b19db (diff)
Update CHANGELOGv1.0
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50dadad..f7ee25f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+Bicleaner AI 1.0:
+* Bicleaner train changes:
+ * Separate most of the training logic in the BaseModel class.
+ * Re-factor synthetic noise build function.
+ * Parallelize synthetic noise generation.
+ * Add fuzzy matching noise and neighbour noise.
+ * Add Decomposable Attention model.
+ * Add Transkformer-like model.
+ * Add XLMRoberta model.
+* Bicleaner classify changes:
+ * Change old classifier by new neural models.
+ * Move hardrules into a separate package.
+
Bicleaner 0.15:
* Bicleaner train changes:
* Qmax bug fixing.