unsupervised_learning_simul.../README.md

38 lines
995 B
Markdown
Raw Normal View History

# Goldrausch
Bei dem vorliegenden Projekt handelt es sich um eine Onlinesimulation zum LVQ-Algorithmus für das unüberwachte Lernen nach einer Idee von [ComputingEducation](https://computingeducation.de/proj-snaip-B/) (Prof. Dr. Tilman Michaeli, Dr. Stefan Seegerer, Sven Jatzlau).
2023-09-15 10:07:10 +02:00
## Build-Status
[![status-badge](https://ci.spittank.org/api/badges/31/status.svg)](https://ci.spittank.org/repos/31)
Der aktuellste Build ist auf [dieser Seite](https://goldrausch.spittank.eu) zum Ausprobieren hinterlegt.
2023-09-15 10:06:26 +02:00
2023-09-15 21:56:16 +02:00
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur)
2023-09-15 21:56:16 +02:00
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### View Production Build locally
```sh
npm run preview
```