GithubHelp home page GithubHelp logo

akalmykov / aleo-boosting Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danielto1404/aleo-boosting

0.0 0.0 0.0 23.9 MB

Privacy preserving recommender systems using CatBoost and Aleo

License: MIT License

Python 22.37% Jupyter Notebook 77.63%

aleo-boosting's Introduction

Aleo Boosting is a transpiler for python compatible boosting models to Aleo smart contracts.

Privacy preserving ML using Boosting models and Aleo smart contracts.

  1. Read quick documentation
  2. See some examples in examples folder


Why boosting models?

Boostings models are one of the most popular ML models, they are widely used in many areas, such as:

  • Recommendation systems
  • Fraud detection

Boosting models are also very easy to use, they are usually implemented in many ML libraries, such as:

For now, we support only XGBoost, but we are working on adding support for other boosting models. Read more about supported models


Demo: Privacy preserving recommendation system

Due to privacy preserving nature of Aleo smart contracts, we can build recommendation system without revealing user's data to the server. Many problems can be solved using this approach, for example, we can build a recommendation system for a dating app, where users can find their perfect match without revealing their personal data to the server.

For demonstration purposes we will use Book Recommenation Dataset from Kaggle.

You can follow step-by-step example from this instruction


How it works?

  1. You shoold train XGBoost model.
  2. Transpile trained XGBoost model to Aleo smart contract using leo-transpiler-python
  3. Deploy transpiled Aleo smart contract to Aleo blockchain
  4. Predict user's book preferences using deployed Aleo smart contract
  5. Enjoy privacy preserving recommendation system ๐Ÿš€ :)

aleo-boosting's People

Contributors

danielto1404 avatar peterochek avatar

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.