Skip to content

Using K-means algorithm to perform customer segmentation by R.

Notifications You must be signed in to change notification settings

Megan0704-1/Machine-Learning-Accelerator

Repository files navigation

Models:

  • part1: MLP
  • part2: CNN
  • part3: Resnet (loaded from torchvision)
  • part4: BERT

Visualization

To visualize the model, run the visualization.py script

MODEL=resnet
python visualize.py --model-type $MODEL --input-path onnx_models/$MODEL_raw.onnx --output-path onnx_models/$MODEL_simplified.onnx

To make patch

git diff --no-index /path/to/origin /path/to/modified > patches/<filename>.patch

To apply patch for scripts

git apply changes.patch

About

Using K-means algorithm to perform customer segmentation by R.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published