Skip to content

Commit 7793676

Browse files
authored
Update README.md
1 parent 533e1f3 commit 7793676

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
@@ -25,7 +25,7 @@ To start off, a Hidden Markov Model consists of the following properties:
2525
###### For example,
2626
if the current state is Sunny the probability that the day after is Sunny as well is 0.8, whereas the probability that the day after is Rainy is 0.2.
2727

28-
![Transition probability](https://github.com/siddarthjha/Hidden-Markov-Model-Java/blob/master/images/1.jpeg)
28+
![Transition probability](images/1.jpeg)
2929

3030
Similarly if today is Rainy, the probability that tomorrow is Rainy as well is 0.6, while the probability that tomorrow is Sunny is 0.4.
3131

0 commit comments

Comments
 (0)