From 5f86304bf97f361a7faa6c00f1c176ceeacc2c4f Mon Sep 17 00:00:00 2001 From: "Mark Edward M. Gonzales" Date: Sun, 30 Apr 2023 18:35:48 +0800 Subject: [PATCH] Update guide to navigating through the repository --- 0. Directory.ipynb | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/0. Directory.ipynb b/0. Directory.ipynb index 64d498b..adb6dec 100644 --- a/0. Directory.ipynb +++ b/0. Directory.ipynb @@ -1,5 +1,21 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Paper" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "- [Final Version](https://ieeexplore.ieee.org/abstract/document/9978037) - Published in the conference proceedings of the 2022 IEEE Region 10 Conference (TENCON 2022), held virtually and in-person in Hong Kong\n", + "- [Preprint](https://github.com/memgonzales/meta-learning-clustering/blob/master/Distance%20Metric%20Recommendation%20for%20k-Means%20Clustering%20A%20Meta-Learning%20Approach.pdf)\n", + "- [TENCON 2022 Presentation Slides](https://github.com/memgonzales/meta-learning-clustering/blob/master/Presentation%20Slides.pdf)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -36,20 +52,6 @@ "- [Meta-Feature Extraction](https://github.com/memgonzales/meta-learning-clustering/blob/master/2.%20Meta-Feature%20Extraction.ipynb)\n", "- [Model Building and Evaluation](https://github.com/memgonzales/meta-learning-clustering/blob/master/3.%20Model%20Building%20%26%20Evaluation.ipynb)" ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Paper" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "- [Preprint version accepted for paper presentation in 2022 IEEE Region 10 Conference (TENCON 2022)](https://github.com/memgonzales/meta-learning-clustering/blob/master/Distance%20Metric%20Recommendation%20for%20k-Means%20Clustering%20A%20Meta-Learning%20Approach.pdf)" - ] } ], "metadata": { @@ -68,7 +70,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.6" + "version": "3.7.15" } }, "nbformat": 4,