Skip to content
View sujinhui233's full-sized avatar

Block or report sujinhui233

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. AcceDataProcess AcceDataProcess Public

    Forked from cktstart/AcceDataProcess

    对采集到的加速度试验数据进行读取、滤波、PSD、数值积分等处理

    Python 1

  2. Python Python Public

    Forked from TheAlgorithms/Python

    All Algorithms implemented in Python

    Python

  3. MFC-SimpleGobang MFC-SimpleGobang Public

    Forked from Vaczzy/MFC-SimpleGobang

    用MFC对话框(而非单文档)编写的五子棋游戏,代码对初学者友好,内含可执行文件可直接下载运行(Simple Gobang Program,or called it Five-in-a-raw)

    C++

  4. contrastive contrastive Public

    Forked from abidlabs/contrastive

    Contrastive PCA

    Jupyter Notebook

  5. deep-learning deep-learning Public

    Forked from tz28/deep-learning

    personal practice(个人练习,实现了深度学习中的一些算法,包括:四种初始化方法(zero initialize, random initialize, xavier initialize, he initialize),深度神经网络,正则化,dropout, 三种梯度下降方法(BGD, SGD, mini-batch),六种优化算法(momentum、nesterov mom…

    Python

  6. GA-svm GA-svm Public

    Forked from xuwangyin/GA-svm

    使用libsvm和遗传算法优化支持向量机的cost和gamma参数

    Python