Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4d02349

Browse files
Update README.md
1 parent e4e808a commit 4d02349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Thanks,
1717
|[Hidden Markov model (HMM) and Viterbi](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/HMM)|HMM is a statistical Markov model in which the system being modeled is assumed to be a Markov process with unobserved (i.e. hidden) states. The Viterbi algorithmis used to compute the most probable path (as well as its probability). It requires knowledge of the parameters of the HMM model and a particular output sequence and it finds the state sequence that is most likely to have generated that output sequence. It works by finding a maximum over all possible state sequences. In sequence analysis, this method can be used for example to predict coding vs non-coding sequences.|[Specification](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/HMM/INF552-TechnicalSpecification-%5BHMM%5D-%5B1.0%5D-%5B20161203%5D.pdf) and [Viterbi Algorithm Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/HMM/HMM-Viterbi.py)|
1818
|[K-Means](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/K-Means)|One of most famous and easy to understand clustering algorithm|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/K-Means/K-Means.py)|
1919
|[Neural Network](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/NeuralNetwork)|The foundation algorithm of deep learning|[Specification](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/NeuralNetwork/INF552-TechnicalSpecification-%5BNeuralNetwork%5D-%5B1.0%5D-%5B20161104%5D.pdf) and [Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/NeuralNetwork/NeuralNetwork.py)|
20-
|[PCA](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/PCA)|An algorithm for dimension reductions. PCA is a statistical technique, via orthogonal transformation, convert dataset that some of them may correlated to a new data space that is linearly uncorrelated set of values. This new set of data call principal components. PCA is sensitive to the relative scaling of the original variables, so before applying PCA, data pre-processing step is very important and we should always do. Mean normalization (x - mean of the feature) or feature scaling (x - mean)/max(x) or (x-mean)/(Standard deviation of x) are required. |[Specification](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/PCA/INF552-TechnicalSpecification-PCA_FastMap-%5B1.0%5D-%5B20161011%5D.pdf) and [Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/PCA/PCA.py)|
20+
|[PCA](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/PCA)|An algorithm for dimension reductions. PCA is a statistical technique, via orthogonal transformation, convert dataset that some of them may correlated to a new data space that is linearly uncorrelated set of values. This new set of data call principal components. PCA is sensitive to the relative scaling of the original variables, so before applying PCA, data pre-processing step is very important and we should always do. Mean normalization (xi - mean of the feature) or feature scaling (xi - mean)/max(xi) or (xi - mean)/(Standard deviation of x) then replace xi by the new value for each feature are required. |[Specification](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/PCA/INF552-TechnicalSpecification-PCA_FastMap-%5B1.0%5D-%5B20161011%5D.pdf) and [Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/PCA/PCA.py)|
2121
|[Neural Network and Long Short Term Memory (LSTM) on Tensorflow](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/TensorFlow)|This is a project which implemented Neural Network and Long Short Term Memory (LSTM) to predict stock price in Python 3 by Tensorflow|[Project Report](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/TensorFlow/ProjectReport.pdf) and [MLP Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/TensorFlow/StockPriceForecasting-MLP.py), [LSTM Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/TensorFlow/StockPriceForecasting-LSTM.py)|
2222

2323

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /