├── Alternative_methods ├── SVD_recommender_scipy.py └── TruncatedSVD_sklearn.py ├── Data ├── MovieLens.README ├── predicted_ratings.pkl.zip ├── u.data ├── u.genre ├── u.info ├── u.item ├── u.occupation ├── u.user ├── u1.base ├── u1.test ├── u2.base ├── u2.test ├── u3.base ├── u3.test ├── u4.base ├── u4.test ├── u5.base ├── u5.test ├── ua.base ├── ua.test ├── ub.base └── ub.test ├── LICENSE.md ├── README.md ├── Static ├── Amber-Orient (1).jpg ├── Amber-Orient (2).jpg ├── Amber-Orient (3).jpg ├── Amber-Orient (4).jpg ├── Amber-Orient (5).jpg ├── Amber-Orient.jpg ├── Example1.png ├── Example2.png └── README_photos ├── Word2Vec ├── Occupation_embeddings.csv └── W2Vec_occupations.py └── src ├── Attribute_tuning.py ├── Orient.py ├── Recommendations.py └── fill_user_matrix.py /Alternative_methods/SVD_recommender_scipy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Alternative_methods/SVD_recommender_scipy.py -------------------------------------------------------------------------------- /Alternative_methods/TruncatedSVD_sklearn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Alternative_methods/TruncatedSVD_sklearn.py -------------------------------------------------------------------------------- /Data/MovieLens.README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/MovieLens.README -------------------------------------------------------------------------------- /Data/predicted_ratings.pkl.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/predicted_ratings.pkl.zip -------------------------------------------------------------------------------- /Data/u.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u.data -------------------------------------------------------------------------------- /Data/u.genre: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u.genre -------------------------------------------------------------------------------- /Data/u.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u.info -------------------------------------------------------------------------------- /Data/u.item: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u.item -------------------------------------------------------------------------------- /Data/u.occupation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u.occupation -------------------------------------------------------------------------------- /Data/u.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u.user -------------------------------------------------------------------------------- /Data/u1.base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u1.base -------------------------------------------------------------------------------- /Data/u1.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u1.test -------------------------------------------------------------------------------- /Data/u2.base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u2.base -------------------------------------------------------------------------------- /Data/u2.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u2.test -------------------------------------------------------------------------------- /Data/u3.base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u3.base -------------------------------------------------------------------------------- /Data/u3.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u3.test -------------------------------------------------------------------------------- /Data/u4.base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u4.base -------------------------------------------------------------------------------- /Data/u4.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u4.test -------------------------------------------------------------------------------- /Data/u5.base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u5.base -------------------------------------------------------------------------------- /Data/u5.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/u5.test -------------------------------------------------------------------------------- /Data/ua.base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/ua.base -------------------------------------------------------------------------------- /Data/ua.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/ua.test -------------------------------------------------------------------------------- /Data/ub.base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/ub.base -------------------------------------------------------------------------------- /Data/ub.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Data/ub.test -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/README.md -------------------------------------------------------------------------------- /Static/Amber-Orient (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Static/Amber-Orient (1).jpg -------------------------------------------------------------------------------- /Static/Amber-Orient (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Static/Amber-Orient (2).jpg -------------------------------------------------------------------------------- /Static/Amber-Orient (3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Static/Amber-Orient (3).jpg -------------------------------------------------------------------------------- /Static/Amber-Orient (4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Static/Amber-Orient (4).jpg -------------------------------------------------------------------------------- /Static/Amber-Orient (5).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Static/Amber-Orient (5).jpg -------------------------------------------------------------------------------- /Static/Amber-Orient.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Static/Amber-Orient.jpg -------------------------------------------------------------------------------- /Static/Example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Static/Example1.png -------------------------------------------------------------------------------- /Static/Example2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Static/Example2.png -------------------------------------------------------------------------------- /Static/README_photos: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Word2Vec/Occupation_embeddings.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Word2Vec/Occupation_embeddings.csv -------------------------------------------------------------------------------- /Word2Vec/W2Vec_occupations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/Word2Vec/W2Vec_occupations.py -------------------------------------------------------------------------------- /src/Attribute_tuning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/src/Attribute_tuning.py -------------------------------------------------------------------------------- /src/Orient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/src/Orient.py -------------------------------------------------------------------------------- /src/Recommendations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/src/Recommendations.py -------------------------------------------------------------------------------- /src/fill_user_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstronomerAmber/Project-Orient/HEAD/src/fill_user_matrix.py --------------------------------------------------------------------------------