Skip to content

Commit

Permalink
update cv and porto
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiAlifs committed Sep 15, 2023
1 parent 3d09ac5 commit b5b1aee
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
Binary file added assets/img/ssprojek/hompimpa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/ssprojek/lstmstock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 37 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,42 @@ <h5 class="card-title">Development of RNN Based Chatbot</h5>
</div>
</div>
</div>

<div class="col-md-6 col-lg-4 col-sm-12 mb-3" data-aos="zoom-in-down">
<div class="card h-100" style="width: 18rem; ">
<img src="assets\img\ssprojek\lstmstock.png" class="card-img-top">
<div class="card-body">
<h5 class="card-title">LSTM Based Stock Price Predictor</h5>
<p class="card-text">
LSTM Based Stock Price Predictor for Indonesian Stock Market. Utilized BMRI and TLKM Stock as Train, and MYOR Stock as Test. The Model Achieved 4.3965e-04 for loss train, and for 4.0521e-04 loss test.
</p>
</div>
<div class="card-footer">
<a href="https://github.com/AndiAlifs/Indonesian-LSTM-Stock-Price-Predictor/blob/main/main.ipynb"
class="btn btn-dark text-white"><i class="fab fa-python"></i> Notebook</a>
</div>
</div>
</div>

<div class="col-md-6 col-lg-4 col-sm-12 mb-3" data-aos="zoom-in-down">
<div class="card h-100" style="width: 18rem; ">
<img src="assets\img\ssprojek\hompimpa.png" class="card-img-top">
<div class="card-body">
<h5 class="card-title">
Convolutional Neural Network for Rock Paper Scissors Classification
</h5>
<p class="card-text">
Convolutional Neural Network for Rock Paper Scissors Classification. The Model Achieved over 95% accuracy in validation and test set.
</p>
</div>
<div class="card-footer">
<a href="https://github.com/AndiAlifs/deepLearning_hompimpa/blob/master/DeepLearning_hompimpa.ipynb"
class="btn btn-dark text-white"><i class="fab fa-python"></i> Notebook</a>
</div>
</div>
</div>

<div class="col-md-6 col-lg-4 col-sm-12 mb-3" data-aos="zoom-in-down">
<div class="card h-100" style="width: 18rem; ">
<img src="assets\img\ssprojek\datascience.png" class="card-img-top">
<div class="card-body">
Expand All @@ -307,8 +341,7 @@ <h5 class="card-title">Predicting Data Scientist Jobs Changes with Decision Tree
</div>
</div>
</div>
<!-- <div class="col-md-6 col-lg-4 col-sm-12 mb-3" data-aos="zoom-in-down">
<div class="col-md-6 col-lg-4 col-sm-12 mb-3" data-aos="zoom-in-down">
<div class="card h-100" style="width: 18rem; ">
<img src="assets\img\ssprojek\newsclassifier.png" class="card-img-top">
<div class="card-body">
Expand All @@ -322,9 +355,8 @@ <h5 class="card-title">News Classifier using Naive Bayes</h5>
class="btn btn-dark text-white"><i class="fab fa-python"></i> Notebook</a>
</div>
</div>
</div> -->
</div>
<div class="col-md-6 col-lg-4 col-sm-12 mb-3" data-aos="zoom-in-down">

<div class="card h-100" style="width: 18rem; ">
<img src="assets\img\ssprojek\mobilephone.png" class="card-img-top">
<div class="card-body">
Expand Down Expand Up @@ -585,7 +617,7 @@ <h2 class="mb-5">Other Resources</h2>
</li>
<li>
<span class="fa-li"><i class="fas fa-book text-warning"></i></span>
<a href="assets\CV_AndiAlifsyah_English.pdf">Curriculum Vitae (English)</a>
<a href="assets\CV_AndiAlifsyahEnglish.pdf">Curriculum Vitae (English)</a>
</li>
<li>
<span class="fa-li"><i class="fas fa-book text-warning"></i></span>
Expand Down

0 comments on commit b5b1aee

Please sign in to comment.