# \[ANN\] EasyML.jl v0.2.0 - a foolproof way of doing ML with GUI elements

**URL:** https://discourse.julialang.org/t/ann-easyml-jl-v0-2-0-a-foolproof-way-of-doing-ml-with-gui-elements/65936
**Category:** Package Announcements
**Tags:** package, announcement, machine-learning
**Created:** [August 6, 2021, 10:40am UTC](https://discourse.julialang.org/t/ann-easyml-jl-v0-2-0-a-foolproof-way-of-doing-ml-with-gui-elements/65936 "2021-08-06T10:40:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![OMLA](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/omla/32/20942_2.png) [@OMLA](https://discourse.julialang.org/u/OMLA)
#### Post date: [August 6, 2021, 10:40am UTC](https://discourse.julialang.org/t/ann-easyml-jl-v0-2-0-a-foolproof-way-of-doing-ml-with-gui-elements/65936/1 "2021-08-06T10:40:24Z")

</div>

![EasyML logo](https://global.discourse-cdn.com/julialang/original/3X/a/0/a09bf7a1ea4ded6d50c53a4d1861db5e65d8e69b.png)

A new version of [EasyML.jl](https://github.com/OML-NPA/EasyML.jl) has been released.

With our package it is possible to:

- Design a neural network

- Train a neural network

- Validate a neural network

- Apply a neural network to new data

Classification, regression and segmentation on images are currently fully supported.

 ![design_model](https://global.discourse-cdn.com/julialang/original/3X/9/9/99a3af78e45c82db0050010e26c86ae402aeece1.png) ![train](https://global.discourse-cdn.com/julialang/original/3X/6/2/622ab490b5bb26eebc3c85a4cef1d84e6ba7e1d9.png) ![validate1](https://global.discourse-cdn.com/julialang/original/3X/3/7/37af248ab07715a98cb35218823c306cbc43d6e5.jpeg)

## Release highlights

- Modular design (Design, DataPreparation, Training, Validation and Application modules) allowing for easier and asymmetric development.

- Training module supports any data and any model.

- Support for other ML libraries can be easily added on request to the Training module.

- Added tests. 94% code coverage.

- Added Linux support

## Community

Any help (suggestions, PRs, donations, joining the association) is welcome.

What does currently prevent you from using EasyML? What would you like to be added?
