Hiring in Machine Learning

Voyager Technologies, Inc.

Voyager Technologies, Inc. is actively hiring across machine learning and AI. These roles are sourced live from public job boards.

Open ML Roles
3
Top Comp
$160k – $210k
Focus
Computer Vision

In their ML stack

Technologies and specializations most frequently mentioned across Voyager Technologies, Inc.'s current machine-learning postings.

bolt Computer Visionbolt Deep Learningbolt Python
payments
$160k – $210k
Top advertised compensation
inference_engine.py
import torch
from transformers import AutoModel

# load a production checkpoint
model = AutoModel.from_pretrained("torch-talent/base")
model = model.to("cuda").half()

# low-latency inference
output = model.generate("Scale intelligence...")