Skip to content

Commit f143fab

Browse files
Update README.md
1 parent 10aafe5 commit f143fab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ pip install pyccnn
1010
# Features
1111
Regression
1212
<p align="center">
13-
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/examples/images/regression.jpg?raw=true"/>
14-
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/examples/images/quantile_regression.jpg?raw=true"/>
15-
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/examples/images/bayesian_regression.jpg?raw=true"/>
13+
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/pyccnn/examples/images/regression.jpg?raw=true"/>
14+
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/pyccnn/examples/images/quantile_regression.jpg?raw=true"/>
15+
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/pyccnn/examples/images/bayesian_regression.jpg?raw=true"/>
1616
</p>
1717

1818
Classification
1919
<p align="center">
20-
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/examples/images/spirals.jpg?raw=true"/>
21-
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/examples/images/spirals_classification.jpg?raw=true"/>
20+
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/pyccnn/examples/images/spirals.jpg?raw=true"/>
21+
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/pyccnn/examples/images/spirals_classification.jpg?raw=true"/>
2222
</p>
2323

2424
Unsupervised Learning
2525
<p align="center">
26-
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/examples/images/reconstruction.jpg?raw=true"/>
26+
<img src="https://github.com/mike-gimelfarb/cascade_correlation_neural_networks/blob/main/pyccnn/examples/images/reconstruction.jpg?raw=true"/>
2727
</p>
2828

2929
# References

0 commit comments

Comments
 (0)