ClarkQTIM/SSL

0

stars

0

commits

Jupyter Notebook

primary language

Jul 11, 2024

updated

README

Description of Repository

The goal of this repository is to explore several different Self-Supervised Learning Algorithms.

As such, it is a collection of other repos, custom SSL algorithms, and SSL training outputs.

Setting up the Virtual Environment

Create Environment

python3 -m venv ~/.virtualenvs/venv3.10

Activate and use previously build venv

source ~/.virtualenvs/venv3.10/bin/activate
deactive
pip install -r requirements.txt
python # Start interpreter
import pandas
```# SSL

ClarkQTIM/SSL

0

stars

0

commits

Jupyter Notebook

primary language

Jul 11, 2024

updated

README

Description of Repository

The goal of this repository is to explore several different Self-Supervised Learning Algorithms.

As such, it is a collection of other repos, custom SSL algorithms, and SSL training outputs.

Setting up the Virtual Environment

Create Environment

python3 -m venv ~/.virtualenvs/venv3.10

Activate and use previously build venv

source ~/.virtualenvs/venv3.10/bin/activate
deactive
pip install -r requirements.txt
python # Start interpreter
import pandas
```# SSL

Languages

Jupyter Notebook

99.5%