Skip to content

Releases: Morisset/AI4neb

0.2.13

08 May 23:08
fdfd6b6
Compare
Choose a tag to compare
Merge pull request #13 from Morisset/devel

Devel

0.2.12

25 Apr 22:52
c1c20e7
Compare
Choose a tag to compare

Nothing really new. Released for the workshop at IA Ensenada May 2023.

0.2.11

04 Oct 19:45
1b64ea9
Compare
Choose a tag to compare

Update ComparePolynom.ipynb
Add no_try keyword
add LGB, CatBoost and user_defined
add kwargs to save_RM
add compile_ keyword to init
move compile call, secure numpy array for pred
Add CatBoost saving (but still not working :-( )

0.2.10

15 Jun 08:03
Compare
Choose a tag to compare
  • Dropout was in wrong place
  • Add kwargs to plot_loss
  • change bias_initialization to glorot_uniform

0.2.9

24 May 15:48
Compare
Choose a tag to compare
Merge branch 'devel'

0.2.8

09 Apr 18:01
8ab907d
Compare
Choose a tag to compare

Name changed to ai4neb.
Incorporate a lot os new ML methods.
get ready for integration into PyNeb.

0.1.5

22 Sep 21:19
8ab907d
Compare
Choose a tag to compare

commit 4fefc09
Merge: 11c795a d2394e7
Author: morisset [email protected]
Date: Sun Sep 22 14:12:39 2019 -0700

Merge branch 'devel'

commit d2394e7
Author: morisset [email protected]
Date: Sun Sep 22 14:07:02 2019 -0700

update notebooks

commit 7cf2006
Author: morisset [email protected]
Date: Sat Sep 21 18:17:41 2019 -0700

update notebooks

commit b33f67c
Author: Christophe Morisset [email protected]
Date: Fri Sep 20 14:59:01 2019 -0700

0.1.5b2

commit b4d3b88
Author: Christophe Morisset [email protected]
Date: Fri Sep 20 14:58:29 2019 -0700

reshaping y table

commit 11c795a
Author: morisset [email protected]
Date: Mon Sep 16 08:48:20 2019 -0700

0.1.4

0.2.3

30 Sep 04:57
Compare
Choose a tag to compare

Some work has been done on the saving facilities.
No need anymore for the scaleit and uselog when setting X_test: it is taken and applied from the object.
No noise anymore: it has to be managed outside of the class

0.2.2

27 Sep 04:12
Compare
Choose a tag to compare

Adding saving facility for the Keras-Tensorflow models.

0.2.1

25 Sep 21:58
Compare
Choose a tag to compare

Rename the libraty to mwinai.
Rename the RM_types to be more explicit: SK_ANN, SK_ANN_Dis, K_ANN, etc.