h1alexbel / samples-filter

Command-line filter for GitHub repositories that contain "samples", instead of real project or framework or library
MIT License
5 stars 0 forks source link

Investigate models based on unsupervised learning #129

Closed h1alexbel closed 4 months ago

h1alexbel commented 5 months ago

Let's investigate models like Anomaly detection and text transformers that are based on unsupervised learning

h1alexbel commented 5 months ago

for classic ML unsupervised learning algorithms let's try Clustering. Some of the application contain these models:

let's study them and pick one of them, that mostly applicable for our use-case

h1alexbel commented 5 months ago

Let's try Isolation Forest as classic one. Gaussian Mixture Models can be used as a sub contender.

0pdd commented 4 months ago

@h1alexbel the puzzle #139 is still not solved.

h1alexbel commented 4 months ago

for transformers we trying BERT and SRdT (custom one)

0pdd commented 4 months ago

@h1alexbel 2 puzzles #139, #154 are still not solved.