From a5269efb98c2220eb6cd5b28ea67c261ade41c03 Mon Sep 17 00:00:00 2001 From: Olalekan Ayinde <32509498+danielson147@users.noreply.github.com> Date: Thu, 26 Sep 2019 15:53:03 +0100 Subject: [PATCH 1/4] Add files via upload --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b9d92d..de9046c 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ -# RecommenderSystem \ No newline at end of file +# Lucid Recommender System + +Project prepared by team java + +Project Abstract: +The project aims to build a recommeder system using Explanatory Data Analysis based on the lucid.blog dataset. This project tries to solve the problem of recommending who to follow on lucid based on post popularity and contents. + +Dataset +Lucid Blog Dataset (https://files.slack.com/files-pri/TMR92NKM4-FNPC2UVB9/download/lucid.sql.zip) + +Getting Started +The instructions below will help you test the Recommender System using the Colab. + +Project Structure + +How we Trained Our Model +Our model was trained using Google Colab. The project was trained with a dataset from lucid.blog + \ No newline at end of file From 39785e5d1f1227c6239d17229326c14737f7614a Mon Sep 17 00:00:00 2001 From: Olalekan Ayinde <32509498+danielson147@users.noreply.github.com> Date: Sat, 28 Sep 2019 04:30:32 +0100 Subject: [PATCH 2/4] Add files via upload Adding LICENSE.txt file to the project --- LICENSE.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..32029f6 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 OpenAI + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file From 5d265e28c2578e33acab7a755dd7e68368681233 Mon Sep 17 00:00:00 2001 From: Olalekan Ayinde <32509498+danielson147@users.noreply.github.com> Date: Sat, 28 Sep 2019 04:32:52 +0100 Subject: [PATCH 3/4] Add files via upload Adding LICENSE.txt file to the project. From 77fb7123c0f3baa24c84e2117cf2f58bbf31afd6 Mon Sep 17 00:00:00 2001 From: Olalekan Ayinde <32509498+danielson147@users.noreply.github.com> Date: Sat, 28 Sep 2019 04:47:55 +0100 Subject: [PATCH 4/4] Delete README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index de9046c..0000000 --- a/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Lucid Recommender System - -Project prepared by team java - -Project Abstract: -The project aims to build a recommeder system using Explanatory Data Analysis based on the lucid.blog dataset. This project tries to solve the problem of recommending who to follow on lucid based on post popularity and contents. - -Dataset -Lucid Blog Dataset (https://files.slack.com/files-pri/TMR92NKM4-FNPC2UVB9/download/lucid.sql.zip) - -Getting Started -The instructions below will help you test the Recommender System using the Colab. - -Project Structure - -How we Trained Our Model -Our model was trained using Google Colab. The project was trained with a dataset from lucid.blog - \ No newline at end of file