தொடங்குதல்#

நிறுவல்#

Qiskit Machine Learning depends on Qiskit, which has its own Qiskit Getting Started detailing installation options and its supported environments/platforms. You should refer to that first. Then the information here can be followed which focuses on the additional installation specific to Qiskit Machine Learning.

Qiskit பொறி கற்றல் சில செயல்பாடுகளைக் கொண்டுள்ளது, அவை சார்பு குறியீடு மற்றும் / அல்லது ஆதரவு நிரல் (கள்) இயல்பாக நிறுவப்படவில்லை (அல்லது இருக்க முடியாது). அவை பைடார்ச் மற்றும் ஸ்பார்ஸ். மேலும் தகவலுக்கு விருப்ப நிறுவல்கள் ஐப் பார்க்கவும்.

The simplest way to get started is to first follow the getting started 'Start locally' guide for Qiskit

In your virtual environment, where you installed Qiskit, install Qiskit Machine Learning as follows:

pip install qiskit-machine-learning

Note

As Qiskit Machine Learning depends on Qiskit, you can though simply install it into your environment, as above, and pip will automatically install a compatible version of Qiskit if one is not already installed.

Source இலிருந்து Qiskit இயந்திரக் கற்றலை நிறுவுவது Python பேக்கேஜ் அட்டவணை (PyPI) களஞ்சியத்தில் பதிப்பைப் பயன்படுத்துவதற்குப் பதிலாக, சமீபத்தில் புதுப்பிக்கப்பட்ட பதிப்பை வளர்ச்சியின் கீழ் அணுக அனுமதிக்கிறது. இது Qiskit பொறி கற்றல் குறியீட்டின் சமீபத்திய பதிப்பை மிகவும் திறமையாக ஆய்வு செய்து நீட்டிக்கும் திறனை உங்களுக்கு வழங்கும்.

Qiskit பொறி கற்றல்__ qiskit-டைப் பொறுத்தது என்பதால், அதன் சமீபத்திய மாற்றங்களுக்கு qiskit-டின் புதிய அல்லது மாற்றப்பட்ட அம்சங்கள் தேவைப்படலாம் என்பதால், நீங்கள் முதலில் qiskit-டின் "Install from source" இங்கே அறிவுறுத்தல்களைப் பின்பற்ற வேண்டும் Qiskit Getting Started

Installing Qiskit Machine Learning from Source

நீங்கள் qiskit-டை நிறுவிய அதே மேம்பாட்டு சுற்றுச்சூழலைப் பயன்படுத்தி qiskit பொறி கற்றலை நிறுவ தயாராக உள்ளீர்கள்.

  1. Qiskit பொறி கற்றல் களஞ்சியத்தை க்ளோன் செய்யுங்கள்.

    git clone https://github.com/qiskit-community/qiskit-machine-learning.git
    
  2. களஞ்சியத்தை க்ளோன் செய்வது qiskit-machine-learning எனப்படும் உள்ளூர் கோப்புறையை உருவாக்குகிறது.

    cd qiskit-machine-learning
    
  3. நீங்கள் சோதனைகள் அல்லது லிட்டிங் காசோலைகளை இயக்க விரும்பினால், உருவாக்குபவர் தேவைகளை நிறுவவும்.

    pip install -r requirements-dev.txt
    
  4. qiskit-machine-learning ஐ நிறுவவும்.

    pip install .
    

நீங்கள் இதை திருத்தக்கூடிய பயன்முறையில் நிறுவ விரும்பினால், திட்டத்திற்கான குறியீடு மாற்றங்களுக்கு மறுநிறுவல் தேவையில்லை என்று பொருள், இதை நீங்கள் செய்யலாம்:

pip install -e .

விருப்ப நிறுவல்கள்#

  • PyTorch, may be installed either using command pip install 'qiskit-machine-learning[torch]' to install the package or refer to PyTorch getting started. When PyTorch is installed, the TorchConnector facilitates its use of quantum computed networks.

  • Sparse, may be installed using command pip install 'qiskit-machine-learning[sparse]' to install the package. Sparse being installed will enable the usage of sparse arrays/tensors.


செல்ல தயாரா?...#

Dive into the tutorials

Find out about Qiskit Machine Learning.

Qiskit Machine Learning tutorials