BlenderWang9487 / DummyML

A Dummy ML Library For NSD Course Term Proect (: P)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DummyML

A Dummy ML Library For NSD Course Term Project (: P)

Introduction

DummyML is an easy-to-use machine learning hybrid library.

The core of ML algorithm is implement in C++, and the API is provided in Python 3.

Dependencies

DummyML has the following dependencies:

cmake   >=  3.4
python  >=  3
numpy   >=  1.22.3

Usage

$ git clone --recursive https://github.com/BlenderWang9487/DummyML.git
$ cd DummyML
$ chmod +x ./scripts/build_n_test.sh
$ ./scripts/build_n_test.sh Release

About

A Dummy ML Library For NSD Course Term Proect (: P)

License:MIT License


Languages

Language:C++ 73.7%Language:Jupyter Notebook 16.4%Language:Python 7.4%Language:CMake 1.9%Language:Shell 0.7%