https://github.com/kurama622/algorithm
https://github.com/kurama622/algorithm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kurama622/algorithm
- Owner: Kurama622
- Created: 2020-03-02T14:08:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T12:56:09.000Z (over 5 years ago)
- Last Synced: 2025-03-01T03:45:51.659Z (8 months ago)
- Language: Python
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PCA
[PCA.py](./PCA/PCA.py)
# LDA
[LDA.py](./LDA/LDA.py)
# FastICA
[FastICA.py](./FastICA/FastICA.py)
# The use of TSNE
[The use of Tsne(sklearn)](./The%20use%20of%20TSNE/Tsne.py)
# CSP
[csp.py](./CSP/csp.py)[CSP equation](./CSP/README.md)
# Bayes
[Bayes.py](./Bayes/Bayes.py)
# SVM
[SVM](./SVM/README.md)[svm.py](./SVM/svm.py)
