deepinsight / paralite

Machine Learning Platform Based on PS-Lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paralite

Machine Learning Platform Based on PS-Lite

This project is based on DMLC's ps-lite to deliver several kinds of general purpose machine learning libraries.

How to build

# 安装依赖
# ZMQ
yum install cppzmq-devel.x86_64
# Protobuf
yum install -y protobuf-devel
# LZ4
yum install -y lz4-devel
# Glog
yum install -y glog-devel

# CityHash(optional)
git clone https://github.com/google/cityhash
cd cityhash
./configure --enable-sse4.2
make all check CXXFLAGS="-g -O3 -msse4.2"
make install


# build
mkdir build
cd build
cmake ..
make

Testing

Local

Distribute

About

Machine Learning Platform Based on PS-Lite

License:Other


Languages

Language:C++ 95.5%Language:CMake 3.1%Language:Shell 1.3%