Skip to content
View Tiancong11's full-sized avatar

Block or report Tiancong11

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. slambook2 slambook2 Public

    Forked from gaoxiang12/slambook2

    edition 2 of the slambook

    C++

  2. Deep-Learning-with-PyTorch-Chinese Deep-Learning-with-PyTorch-Chinese Public

    Forked from ShusenTang/Deep-Learning-with-PyTorch-Chinese

    本仓库将PyTorch官方书籍《Deep learning with PyTorch》(基本摘录版)翻译成中文版并给出可运行的相关代码。

    Jupyter Notebook

  3. dlwpt-code dlwpt-code Public

    Forked from deep-learning-with-pytorch/dlwpt-code

    Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.

    Jupyter Notebook

  4. paper-reading paper-reading Public

    Forked from mli/paper-reading

    深度学习经典、新论文逐段精读

  5. opencv opencv Public

    Forked from opencv/opencv

    Open Source Computer Vision Library

    C++

  6. ORL_faces ORL_faces Public

    Forked from Frank-qlu/ORL_faces

    ORL人脸识别不同算法的实现,用到了scikit-learn,tensorflow等,任选5张训练,5张测试。因为每次训练随机挑选,所以每次输出识别率有偏差 算法 识别率 bp神经网络 0.8 pca+bp神经网络 0.85 小波变换+pca+bp神经网络 0.95 CNN 0.98 小波变换+pca+SVM 0.98####同时希望大家提出宝贵意见,欢迎学习交流,如果你喜欢该项目,请sta…

    Python