Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

pyrsm-mlp

النجوم٤
التفرعات٢
آخر تحديث١٩ يونيو ٢٠٢٦ في ٢٠:١٧

Fit and interpret a Multi-Layer Perceptron (feed-forward neural network) in Python using the pyrsm library's `mlp` class — for either binary classification (`mod_type="classification"`, predict P(`lev`)) or regression (`mod_type="regression"`, predict a continuous outcome). Use this skill whenever a student or analyst wants to fit a neural network on tabular data, tune hidden layer sizes / regularization (alpha) / solver with cross-validation, examine feature importance (permutation), look at partial-dependence plots, score new data, or evaluate classification performance (confusion, AUC, gains, lift, profit). The class automatically z-scores features before training (NN models require scaling). Triggers include phrases like "fit a neural network", "MLP classifier", "tune hidden layers", "neural network feature importance", "compare neural net vs logistic", "PDP for MLP", "neural net for tabular data", or any feed-forward NN modeling request in a marketing/business analytics context.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

مستكشف الملفات
4 ملفات
SKILL.md
readonly