File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## Version 0.1.0
4- * added encodings namespace
5- * added training namespace
4+ * added encodings
5+ * added training
66* added variational quantum classifier
Original file line number Diff line number Diff line change 11# QClojure ML
22QClojure ML is the Quantum Machine Learning (QML) extension library for QClojure.
3+
34QClojure ML contains QML algorithms and depends on scicloj/noj and scicloj/clay
45for the Clojure data science stack and notebook support.
56QClojure ML uses QClojure algorithms like Variational Quantum Eigensolver (VQE)
67for the quantum part and the data science libraries like noj, tech.ml.dataset and
78dtype.next for the classical parts of QML algorithms.
89
910## Features
11+ * Feature encoding
12+ * Training
13+ * Variational Quantum Classifier algorithm
1014
1115## Usage
1216
Original file line number Diff line number Diff line change 1- (defproject org.soulspace /qclojure-ml " 0.1.0-SNAPSHOT "
1+ (defproject org.soulspace /qclojure-ml " 0.1.0"
22 :description " Quantum Machine Learning algorithms for QClojure"
33 :license {:name " Eclipse Public License 1.0"
44 :url " http://www.eclipse.org/legal/epl-v10.html" }
You can’t perform that action at this time.
0 commit comments