PennyLane-Qiskit October 30, 2024October 30, 2024 by ComputingNotes https://docs.pennylane.ai/projects/qiskit/en/latest https://github.com/PennyLaneAI/pennylane-qiskit Installation: Best resources:
BERT Classifier on Genomic Dataset October 30, 2024October 30, 2024 by ComputingNotes https://github.com/ML-Bioinfo-CEITEC/genomic_benchmarks/blob/main/notebooks/How_To_Train_BERT_Classifier_With_HF.ipynb
Genomic Benchmarks Dataset October 30, 2024October 30, 2024 by ComputingNotes https://github.com/ML-Bioinfo-CEITEC/genomic_benchmarks Accessing: 3. HuggingFace Hubhttps://github.com/ML-Bioinfo-CEITEC/genomic_benchmarks/blob/main/notebooks/How_To_Use_Datasets_From_HF.ipynb Training Benchmark genomic datasets resources:
Intro to Weights and Biases October 30, 2024October 30, 2024 by ComputingNotes https://colab.research.google.com/github/wandb/examples/blob/master/colabs/intro/Intro_to_Weights_%26_Biases.ipynb
Training, Validation and Test Sets October 28, 2024October 28, 2024 by ComputingNotes Training Dataset: Evaluation Dataset: Test Dataset:
Nobel Prize in Physics for Geoffrey Hinton October 10, 2024October 10, 2024 by ComputingNotes https://www.utoronto.ca/news/geoffrey-hinton-wins-nobel-prize
Convolutional Neural Networks October 10, 2024October 10, 2024 by ComputingNotes References: What are CNNs? Different steps:
Installing conda in google colab October 8, 2024October 8, 2024 by ComputingNotes Conda is not pre-installed in Google Colab, but you can install and use it by following these steps. This will allow you to create and manage Conda environments within Colab. Steps to Use Conda in Google Colab: Notes: