skills$openclaw/gaussian-process-mlp-hybrid
hhhh124hhhh560

by hhhh124hhhh

gaussian-process-mlp-hybrid – OpenClaw Skill

gaussian-process-mlp-hybrid is an OpenClaw Skills integration for ai ml workflows. Discussion on Gaussian Process and MLP hybrid models for uncertainty estimation. Use when exploring machine learning model architectures, uncertainty quantification, or ensemble methods for drug discovery and similar applications.

560 stars7.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

namegaussian-process-mlp-hybrid
descriptionDiscussion on Gaussian Process and MLP hybrid models for uncertainty estimation. Use when exploring machine learning model architectures, uncertainty quantification, or ensemble methods for drug discovery and similar applications. OpenClaw Skills integration.
ownerhhhh124hhhh
repositoryhhhh124hhhh/gaussian-process-mlp-hybrid
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @hhhh124hhhh/gaussian-process-mlp-hybrid
last updatedFeb 7, 2026

Maintainer

hhhh124hhhh

hhhh124hhhh

Maintains gaussian-process-mlp-hybrid in the OpenClaw Skills directory.

View GitHub profile
File Explorer
8 files
.
assets
example_asset.txt
865 B
references
api_reference.md
978 B
scripts
example.py
613 B
_meta.json
306 B
SKILL.md
1.8 KB
SKILL.md

name: gaussian-process-mlp-hybrid description: Discussion on Gaussian Process and MLP hybrid models for uncertainty estimation. Use when exploring machine learning model architectures, uncertainty quantification, or ensemble methods for drug discovery and similar applications.

AI 编码 Prompt Skill

描述

I have a feeling there must be an obvious answer here. I just came across gaussian process here:

ht...

类型

  • 类型: AI 编码
  • 评分: 60/100

Prompt

I have a feeling there must be an obvious answer here. I just came across gaussian process here:

https://www.sciencedirect.com/science/article/pii/S2405471220303641

From my understanding, a model that provides a prediction with an uncertainty estimate (that is properly tuned/calibrated for OOD) is immensely useful for the enrichment of results via an acquisition function from screening (for example over the drug perturbation space in a given cell line). 

In that paper, they suggest a hybrid approach of GP + MLP. \*what drawbacks would this have, other than a slightly higher MSE?\* 

Although this is not what I'm going for, another application is continued learning:

https://www.cell.com/cell-reports-methods/fulltext/S2667-2375(23)00251-5

Their paper doesn't train a highly general drug-drug synergy model, but certianly shows that uncertainty works in practice.

I've implemented (deep) ensemble learning before, but this seems more practical than having to train 5 identical models at

来源信息

元数据

  • 收集时间: 2026-01-30T20:48:50.624304
  • Prompt 类型: AI 编码
  • 质量分数: 60/100

Skill generated by Clawdbot

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install gaussian-process-mlp-hybrid?

Run openclaw add @hhhh124hhhh/gaussian-process-mlp-hybrid in your terminal. This installs gaussian-process-mlp-hybrid into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/hhhh124hhhh/gaussian-process-mlp-hybrid. Review commits and README documentation before installing.