Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/mahout
Mirror of Apache Mahout
https://github.com/apache/mahout
java library mahout
Last synced: 2 days ago
JSON representation
Mirror of Apache Mahout
- Host: GitHub
- URL: https://github.com/apache/mahout
- Owner: apache
- License: apache-2.0
- Created: 2014-05-23T07:00:07.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T16:27:18.000Z (10 days ago)
- Last Synced: 2025-01-28T18:59:12.695Z (9 days ago)
- Topics: java, library, mahout
- Language: HTML
- Size: 61.7 MB
- Stars: 2,154
- Watchers: 230
- Forks: 948
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - apache/mahout
README
Welcome to Apache Mahout!
===========
The goal of the Apache Mahout™ project is to build an environment for quickly creating scalable, performant machine learning applications.For additional information about Mahout, visit the [Mahout Home Page](http://mahout.apache.org/)
![Qumat Logo](docs/assets/mascot.png)
# Qumat
Qunat is a POC of a high level Python library for intefacing with multiple quantum computing backends. It is designed to be easy to use and to abstract the particularities of each backend, so that you may 'write once, run anywhere.' Like the Java of quantum computing, but Java is the new COBOL so we're trying to distance ourselves from that comparison :P
Check out [basic gates](docs/basic_gates.md) for a quick introduction to the basic gates. These are now supported across multiple quantum computing frameworks, including Qiskit, Cirq, and Braket.
## Getting started
To install dependencies, run the following:
```
pip install -U poetry
poetry install
```## Roadmap
### Q2 2024
- [x] Transition of Classic to maintenance mode### Q3 2024
- [ ] Integration of Qumat with hardened (tests, docs, CI/CD) Cirq, Qiskit, and Braket backends
- [ ] Initiation of kernel methods
- [x] Integration with Amazon Braket
- [x] [Public talk about Qumat](https://2024.fossy.us/schedule/presentation/265/)### Q3 2024
- [ ] Development of distributed quantum solvers### Q1 2025
- [x] [FOSDEM talk](https://fosdem.org/2025/schedule/event/fosdem-2025-5298-introducing-qumat-an-apache-mahout-joint-/)#### Legal
Please see the `NOTICE.txt` included in this directory for more information.