├── FMonSpark_demo_a9a.ipynb ├── LICENSE ├── README.md ├── fm ├── fm_parallel_sgd.py └── fm_parallel_sgd.scala └── img └── parallel_sgd.PNG /FMonSpark_demo_a9a.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blebreton/spark-FM-parallelSGD/HEAD/FMonSpark_demo_a9a.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blebreton/spark-FM-parallelSGD/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blebreton/spark-FM-parallelSGD/HEAD/README.md -------------------------------------------------------------------------------- /fm/fm_parallel_sgd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blebreton/spark-FM-parallelSGD/HEAD/fm/fm_parallel_sgd.py -------------------------------------------------------------------------------- /fm/fm_parallel_sgd.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blebreton/spark-FM-parallelSGD/HEAD/fm/fm_parallel_sgd.scala -------------------------------------------------------------------------------- /img/parallel_sgd.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blebreton/spark-FM-parallelSGD/HEAD/img/parallel_sgd.PNG --------------------------------------------------------------------------------