Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PetukhovVictor authored Feb 2, 2018
1 parent a9a0078 commit dc8185b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Program consist of four top-level parts:
- autoencoding: run autoencoder neural network on the dataset obtained from the previous stage (vector set);
- anomaly selection based on the decoding losses obtained from the autoencoder (DBScan or 3/5-sigma deviation).

These parts correspond to three tools included in code-anomaly-detection as submodules: [kotlin-source2ast](https://github.com/PetukhovVictor/kotlin-source2ast), [ast-set2matrix](https://github.com/PetukhovVictor/ast-set2matrix) and [anomaly-detectyion](https://github.com/PetukhovVictor/anomaly-detection).
These parts correspond to three tools included in code-anomaly-detection as submodules: [kotlin-source2ast](https://github.com/PetukhovVictor/kotlin-source2ast), [ast-set2matrix](https://github.com/PetukhovVictor/ast-set2matrix) and [anomaly-detection](https://github.com/PetukhovVictor/anomaly-detection).

## Program use

Expand Down

0 comments on commit dc8185b

Please sign in to comment.