723 skills found · Page 1 of 25
zotroneneis / Machine Learning BasicsPlain python implementations of basic machine learning algorithms
julienr / Ipynb PlaygroundVarious ipython notebooks
nikolaypavlov / MLPNeuralNetFast multilayer perceptron neural network library for iOS and Mac OS X
SmallVagetable / Machine Learning Python通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、决策树、逻辑回归、svm、adaboost、朴素贝叶斯
haoranD / Awesome Embodied AIA curated list of awesome papers on Embodied AI and related research/industry-driven resources.
casparwylie / PerceptronA flexible artificial neural network builder to analyse performance, and optimise the best model.
shreyans29 / ThesemicolonThis repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
drorlab / Gvp PytorchGeometric Vector Perceptrons --- a rotation-equivariant GNN for learning from biomolecular structure
fukuball / Fuku MlSimple machine learning library / 簡單易用的機器學習套件
emilwallner / Deep Learning From ScratchSix snippets of code that made deep learning what it is today.
meetvora / Mlp ClassifierA handwritten multilayer perceptron classifer using numpy.
jczic / MicroMLPA micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
luokn / Ml经典机器学习算法的极简实现
made2591 / Go Perceptron GoA single / multi layer / recurrent neural network written in Golang.
drorlab / GvpGeometric Vector Perceptron --- a rotation-equivariant GNN for learning from biomolecular structure
muchlakshay / MLP From ScratchA C++ implementation of a Multilayer Perceptron (MLP) neural network using Eigen, supporting multiple activation and loss functions, mini-batch gradient descent, and backpropagation for training.
DataForScience / DeepLearningDeep Learning From Scratch
geyang / Deep Learning Notesa collection of my notes on deep learning
tsoding / PerceptronSimple Perceptron Implementation inspired by Veritasium Video
radi-cho / GatedTabTransformerA deep learning tabular classification architecture inspired by TabTransformer with integrated gated multilayer perceptron.