1. Create n clusters, one for each data point
2. Compute the Proximity Matrix which wil be a (nxn) matrix
3. Repeat:
i. Merge the closest clusters
ii. Update the proximity matrix
Until: Only a single cluster remains
First setup virtual environment, activate it install the essentials.
pip install -r requirements.txt
streamlit run app.py
Note: Make sure you're inside the root folder where app.py
is there.
Coursera course: Machine Learning with Python by IBM
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.