Introduction to ML .Net and the recommender system. Create your own model for custom recommendations.
Prerequisites:
- At least a basic understanding of object-oriented programming
- Knowledge of C# or any other C based language
- Some form of IDE, I will be using Visual Studio 2017 v15.9.4
- .Net Core 2.0 or higher, this project will be using version 2.2
- You can use the .csv from this solution, found in the /BookRecommenderSystem/BookRecommenderTrainer/Data/ folder
Dataset downloaded from https://www.kaggle.com/dicoderdisha/goodreads-dataset/version/1The dataset we are downloading from Kaggle is already cleaned and preprocessed. This process can be time consuming, so by skipping ~~~~this step we can focus on the training and implementation of our machine learning model.