Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View vpizza's full-sized avatar

Block or report vpizza

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. NN_hw1_MLP NN_hw1_MLP Public

    神经网络 大作业1 用Numpy实现MLP

    Python 3

  2. MachineLearning MachineLearning Public

    Forked from csuldw/MachineLearning

    Machine learning resources,including algorithm, paper, dataset, example and so on.

    Python

  3. PCA PCA Public

    主成分分析两个例子

    Python 1

  4. Machine-Learning Machine-Learning Public

    Forked from FlorianMuellerklein/Machine-Learning

    Machine learning library written in readable python code

    Jupyter Notebook

  5. iris_classification_BPNeuralNetwork iris_classification_BPNeuralNetwork Public

    Forked from MichaelLee826/iris_classification_BPNeuralNetwork

    Python 基于BP神经网络实现鸢尾花的分类

    Python

  6. BP_neural_network BP_neural_network Public

    Forked from Anonymoushhh/BP_neural_network

    采用的数据集著名的“MNIST数据集”完成一个神经网络的训练和测试,不允许使用tensorflow等框架。并用两种不同的bp模型做性能对比 (比如一个层数和神经元较少的简单模型和一个层数和神经元较多的复杂模型)。

    Python