Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ neural_kmeans.py
File
neural_kmeans.py
unsupervised_class/neural_kmeans.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
numpy
as
np
2
import
matplotlib.pyplot
as
plt
3
from
kmeans
import
get_simple_data
4
from
sklearn.preprocessing
import
StandardScaler
Callers
nothing calls this directly
Calls
2
get_simple_data
Function · 0.90
fit_transform
Method · 0.45
Tested by
no test coverage detected