MHD

Results 51 comments of MHD

@VodBox Thanks man for this great tool. I have another neat feature " Conditional Actions " that would appear if a combination of file types is selected.a good scenario would...

sorry for the late reply, here is a quick example: ```php $dataset = [ "Intel core i5-12400" => [ "user1" => 1, "user2" => 1, "user3" => 0.2, ], "Intel...

@lujihong - The score can range from [0,1]. you can think of it as a percentage [0%, 100%]. - This package has 3 schemes to calculate the similarity between 2...

Here is a database diagram for an app that stores user ratings for visited venues. and serves recommendations based on the those ratings. ![drawSQL-export-2022-07-28_12_01](https://user-images.githubusercontent.com/9967336/181490216-3e38d7ec-e18c-4621-8621-7614ac5da1c1.png) And here is the function that...

@lujihong great. good luck mate. > Note: I have updated the code to reflect the last version of the package.

@lucianobosco Try this: ```bash composer require laravel-notification-channels/fcm ```

@1337haxx0r this repository doesn't support recurring payments at the moment. we might add this feature in the future.

![image](https://github.com/KRTirtho/spotube/assets/9967336/96b1608f-95de-4718-884f-ad8c17e2e376)

Hello thanks for your feedback, acctualy the recommender accepts a second constructor argument for the model, https://github.com/phpjuice/opencf/blob/3f27dfdd08594d95a69682316ad892ed7f274b92/src/Algorithms/Recommender.php#L44 So storing the model in a file or a Redis cache after calculation...