-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7bad13
commit 4efa43e
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|