We Raised $8M Series A to Continue Building Experiment Tracking and Model Registry That “Just Works”
Neptune For Researchers
Bring your research experimentation one level up.

I am an individual researcher
If you are a student (BSc, MSc, PhD) or a postdoc who works individually on their projects you can start working with Neptune right away.
Simply register below and you are ready to go. We provide Neptune for free for individual researchers (within the free quota).
Sign up
I lead a research team
If you lead a research team and you need teamwork and collaboration capabilities, simply create a researchers workspace in Neptune.
We provide Neptune for free for research leads and their teams.
Create researchers workspaceHow to cite Neptune?
Neptune is an experiment management and collaboration tool.
It lets you monitor and organize experiments, improve teamwork and share results with fellow researchers.
Neptune comes useful for a broad spectrum of machine learning, deep learning, reinforcement learning or optimization research.
# If you use Neptune in your research, let others know and cite us!
@software{neptune,
author = {{neptune.ai}},
title = {Neptune: experiment management and
collaboration tool},
url = {https://neptune.ai},
year = {2020},}
Have questions?

Kamil Kaczmarek
Data Scientist & AI Research Advocate
Integrate Neptune in 5 minutes
1. Create a free account
Sign up2. Install Neptune client library
pip install neptune-client
3. Add logging to your script
import neptune.new as neptune
run = neptune.init('Me/MyProject')
run['params'] = {'lr':0.1, 'dropout':0.4}
run['test_accuracy'] = 0.84
Try live notebook
