Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
achilletIrisa committed Jan 18, 2024
1 parent 13297d1 commit 7fff641
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 20 deletions.
8 changes: 8 additions & 0 deletions src/Augmentation/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Augmentation

[![Build Status](https://github.com/achillet/Augmentation.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/achillet/Augmentation.jl/actions/workflows/CI.yml?query=branch%3Amain)


The Module Augmentation define some function to create a data augmentation.
The objective is to add some channel model on the signals. This Modules can be used with synthetic data or with real.

The parameter N represents the augmentation factor.
If N = 1 the function return a matrix wich has the same size as the input matrix and only applying channel model on data.
If N = 2 the function return a matrix which is the double of the input matrix and apply two different channel.
7 changes: 0 additions & 7 deletions src/LatexConfusionMatrix/Manifest.toml

This file was deleted.

13 changes: 0 additions & 13 deletions src/LatexConfusionMatrix/Project.toml

This file was deleted.

2 changes: 2 additions & 0 deletions src/LatexConfusionMatrix/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# LatexConfusionMatrix

[![Build Status](https://github.com/achillet/LatexConfusionMatrix.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/achillet/LatexConfusionMatrix.jl/actions/workflows/CI.yml?query=branch%3Amain)

The Module LatexConfusionMatrix allow to create Confusion Matrix for Latex based on csv file.
3 changes: 3 additions & 0 deletions src/Results/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Results

[![Build Status](https://github.com/achillet/Results.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/achillet/Results.jl/actions/workflows/CI.yml?query=branch%3Amain)


The Module Results allows to create graphics who show the F1 score evolution in function of time during the training or create CSV files with confusion Matrix obtained by infered Test Data on a network.
3 changes: 3 additions & 0 deletions src/RiFyFi_IdF/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# RiFyFi_IdF

[![Build Status](https://github.com/achillet/RiFyFi_IdF.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/achillet/RiFyFi_IdF.jl/actions/workflows/CI.yml?query=branch%3Amain)


The Module RiFyFi_IdF defines function related to the classification/ Identification Framework particularly based on CNN
3 changes: 3 additions & 0 deletions src/RiFyFi_VDG/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# RiFyFi_VDG

[![Build Status](https://github.com/achillet/RiFyFi_VDG.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/achillet/RiFyFi_VDG.jl/actions/workflows/CI.yml?query=branch%3Amain)


The Module RiFyFi_VDG defines function to create virtual database.

0 comments on commit 7fff641

Please sign in to comment.