首页分类机器学习与神经网络

🧠 机器学习与神经网络

以可视化方式探索决策树、强化学习、自组织映射与K均值聚类。

16 个模拟60 fps 实时0 安装步骤
Decision Tree LiveCART decision tree with Gini impurity splitting; axis-aligned splits emerge level by level… Reinforcement LearningQ-learning agent navigates an 8×8 grid maze. Heatmap shows max Q-values; white arrows show… Self-Organising Map24×24 Kohonen SOM (576 neurons, 3D RGB input). Gaussian neighbourhood update as α and σ… K-Means Clustering — Interactive Machine LearningStep through K-means clustering: watch centroids converge, Voronoi regions update, and… PCA & SVD Visualiser — Principal Component Analysis InteractiveGenerate a 2D dataset, diagonalise covariance matrix into principal components, and watch… PerceptronNewRosenblatt's 1958 algorithm: each misclassified point tilts the weight vector w ← w + η·y·x.… k-Nearest NeighboursNewClassify a point by majority vote among its k closest neighbours. Decision regions update… BackpropagationNewδ pulses flow backward through a small MLP: gradients highlight edges, weights update, and… Random Forest ClassifierNewBagging and random feature selection turn weak decision trees into a robust forest. Compare… t-SNE VisualiserNewt-SNE projects high-dimensional clusters to 2D via gradient descent on KL divergence. Tune… Self-Organising Map (SOM)NewA Kohonen grid folds high-dimensional data into 2D: neuron weights self-organise as σ… Radial Basis Function NetworkNewRadial basis network: N Gaussian bumps of width σ sum into a smooth decision boundary —… K-Means Clustering — Lloyd's AlgorithmNewCluster 2D points with k-means: assign to nearest centroid, move to the mean, repeat. Watch… DBSCAN — Density-Based ClusteringNewDBSCAN grows clusters from dense core points via ε-neighbourhoods and minPts, labelling… Naive Bayes Classifier — Probabilistic DecisionNewClassify 2D points with Gaussian naive Bayes: estimate per-class means and variances, apply… Gradient Descent — 3D Loss Surface & OptimisersNewNavigate a 3D loss landscape (Rosenbrock, Rastrigin, Himmelblau) with SGD, Momentum, RMSprop…
关于该分类

机器学习与神经网络

以可视化方式探索决策树、强化学习、自组织映射与K均值聚类。

Three.js · WebGL 60 FPS CC BY 4.0
快速了解
16个该分类下的互动模拟
在任何现代浏览器中均以 60 FPS 运行
🌐支持英语、乌克兰语、波兰语、西班牙语、德语、日语、意大利语、葡萄牙语(巴西)、法语、阿拉伯语、荷兰语、中文、韩语、印地语、土耳其语、越南语、俄语、印尼语、波斯语、孟加拉语、泰语、菲律宾语、斯瓦希里语、乌尔都语、马来语、泰米尔语、希伯来语、希腊语、旁遮普语、阿姆哈拉语、缅甸语、高棉语、格鲁吉亚语、尼泊尔语、蒙古语、亚美尼亚语、僧伽罗语、老挝语、捷克语、罗马尼亚语、匈牙利语、保加利亚语和瑞典语
🎓CC BY 4.0 — 可免费用于课堂和 LMS 嵌入

常见问题

运行 机器学习与神经网络 模拟需要安装什么吗?

不需要。所有内容都完全在浏览器中运行——无需下载、插件或注册账户。支持 Chrome、Firefox、Edge 和 Safari,大多数模拟同样支持移动设备。

我可以将这些模拟用于教学吗?

可以——所有内容均在 CC BY 4.0 协议下免费用于教育用途。您可以直接链接到任意模拟,或通过 iframe 将其嵌入到您的学习管理系统(LMS)中,无需 API 密钥。

这些模型在科学上是否准确?

它们采用与专业软件相同的数学公式,并实时进行数值积分计算。每个模拟都列出了所用算法,许多还附有讲解相关数学原理的文章链接。

相关分类

您发现了什么问题?

添加复现步骤(可选)