Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianvergaraf authored Aug 22, 2024
1 parent b7bad13 commit 4efa43e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,24 @@ <h2>Project 1: Finding patterns in spanish cities based on land use and spatial
<li>Used Python and scikit-learn cluster analysis.</li>
<li>Visualized the results with interactiva charts using Plotly.</li>
</ul>
</section>
</section>
</div>

<div class="row">
<div class="col-md-8">
<section>
<h2>Project 2: Land use cover classification using landsat images for the lingue basin in south central Chile</h2>
<ul>
<li> Download landsat images using google earth engine </li>
<li> Classify land use cover applying machine learning algorthms as random forest, sopport vector machine </li>
<li></li>
<li></li>
<li> Classify land use cover applying machine learning algorthms as random forest, sopport vector machine</li>
<li> Classify land use cover applying machine learning algorthms as random forest, sopport vector machine</li>
</ul>
</section>

</section>
</div>

</div>


</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
Expand Down

0 comments on commit 4efa43e

Please sign in to comment.