Skip to content

Commit be3ac92

Browse files
committed
released version 0.1.0
1 parent 2bdfedf commit be3ac92

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# QClojure ML
22
QClojure ML is the Quantum Machine Learning (QML) extension library for QClojure.
3+
34
QClojure ML contains QML algorithms and depends on scicloj/noj and scicloj/clay
45
for the Clojure data science stack and notebook support.
56
QClojure ML uses QClojure algorithms like Variational Quantum Eigensolver (VQE)
67
for the quantum part and the data science libraries like noj, tech.ml.dataset and
78
dtype.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

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"}

0 commit comments

Comments
 (0)