Giter Club home page Giter Club logo

svhss_decisiontree's Introduction

SVHSS_DecisionTree

In this project, we apply our SVHSS scheme to privacy-preserving machine learning.

IDE

In the coding, we chose CLion as IDE. Therefore, if you use CLion as IDE it will help you deploy this project more conveniently.

Dependencies

Install m4

wget http://mirrors.kernel.org/gnu/m4/m4-1.4.13.tar.gz
tar -xzvf m4-1.4.13.tar.gz
cd m4-1.4.13
./configure --prefix=/usr/local
sudo make
sudo make install

Install autoconf

wget http://mirrors.kernel.org/gnu/autoconf/autoconf-2.65.tar.gz
tar -xzvf autoconf-2.65.tar.gz
cd autoconf-2.65
./configure --prefix=/usr/local
sudo make
sudo make install

Install automake

wget http://mirrors.kernel.org/gnu/automake/automake-1.11.tar.gz
tar xzvf automake-1.11.tar.gz
cd automake-1.11
./configure --prefix=/usr/local
sudo make
sudo make install

Install libtool

wget http://mirrors.kernel.org/gnu/libtool/libtool-2.2.6b.tar.gz
tar xzvf libtool-2.2.6b.tar.gz
cd libtool-2.2.6b
./configure --prefix=/usr/local
sudo make
sudo make install

Install GMP

tar -jxvf  gmp-6.2.1.tar.bz2
cd gmp-6.2.1
./configure --prefix=/usr/local
sudo make
sudo make install
make check

Install MPFR

tar -xzvf mpfr-4.0.1.tar.gz
cd mpfr-4.0.1
./configure --prefix=/usr/local
sudo make
sudo make install

Install FLINT

tar -xzvf flint-2.8.4.tar.gz
cd flint-2.8.4
./configure --with-gmp  --with-mpfr --prefix=/usr/local
sudo make
sudo make install

Install CMake

tar -xzvf cmake-3.10.2.tar.gz
cd cmake-3.10.2
./configure --prefix=/usr/local
sudo make
sudo make install

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.