-
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
f15040f
commit 2e5bc3b
Showing
4 changed files
with
348 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<html lang="en"><head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"> | ||
|
||
<title>Projects</title> | ||
<meta content="" name="descriptison"> | ||
<meta content="" name="keywords"> | ||
|
||
<!-- Favicons --> | ||
<link href="../assets/img/favicon.png" rel="icon"> | ||
<link href="../assets/img/apple-touch-icon.png" rel="apple-touch-icon"> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | ||
|
||
<!-- Vendor CSS Files --> | ||
<link href="../assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/icofont/icofont.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/remixicon/remixicon.css" rel="stylesheet"> | ||
<link href="../assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/venobox/venobox.css" rel="stylesheet"> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="../assets/css/style.css" rel="stylesheet"> | ||
|
||
<!-- ======================================================= | ||
* Template Name: Personal - v2.2.0 | ||
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/ | ||
* Author: BootstrapMade.com | ||
* License: https://bootstrapmade.com/license/ | ||
======================================================== --> | ||
</head> | ||
|
||
<body data-gr-c-s-loaded="true"> | ||
|
||
<!-- ======= Portfolio Details ======= --> | ||
<main id="main"> | ||
<div id="portfolio-details" class="portfolio-details"> | ||
<div class="container"> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-lg-12 portfolio-info"> | ||
<br> | ||
<h2 style="color:#12d640">Sentiment Analysis</h2> | ||
|
||
<ul> | ||
<li><strong>Tech Stack</strong>: Python (version 3.7+), Pandas, NumPy, Scikit-learn, SVM, KNN, DT, XGBoost, Random Forest, Logistic Regression </li> | ||
<li><strong>Github URL</strong>: <a href="https://github.com/Daudsarfraz/twitter_sentiment_analysis/tree/main" target="_blank">Project Link</a></li> | ||
</ul> | ||
|
||
<p> | ||
Gold is a widely traded precious metal with prices influenced by various economic, political, and market factors. Predicting the price of gold can be valuable for investors, traders, and financial analysts. In this project, | ||
I aim to build a predictive model using the Random Forest Regressor algorithm to forecast gold prices based on historical data. | ||
</p> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div><!-- End Portfolio Details --> | ||
</main><!-- End #main --> | ||
|
||
<!-- Vendor JS Files --> | ||
<script async="" src="//www.google-analytics.com/analytics.js"></script><script src="assets/vendor/jquery/jquery.min.js"></script> | ||
<script src="../assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="../assets/vendor/jquery.easing/jquery.easing.min.js"></script> | ||
<script src="../assets/vendor/php-email-form/validate.js"></script> | ||
<script src="../assets/vendor/waypoints/jquery.waypoints.min.js"></script> | ||
<script src="../assets/vendor/counterup/counterup.min.js"></script> | ||
<script src="../assets/vendor/owl.carousel/owl.carousel.min.js"></script> | ||
<script src="../assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="../assets/vendor/venobox/venobox.min.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="../assets/js/main.js"></script> | ||
|
||
<script>if( window.self == window.top ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55234356-4', 'auto'); ga('send', 'pageview'); } </script> | ||
|
||
</body> | ||
</html> | ||
|
||
|
||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<html lang="en"><head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"> | ||
|
||
<title>Projects</title> | ||
<meta content="" name="descriptison"> | ||
<meta content="" name="keywords"> | ||
|
||
<!-- Favicons --> | ||
<link href="../assets/img/favicon.png" rel="icon"> | ||
<link href="../assets/img/apple-touch-icon.png" rel="apple-touch-icon"> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | ||
|
||
<!-- Vendor CSS Files --> | ||
<link href="../assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/icofont/icofont.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/remixicon/remixicon.css" rel="stylesheet"> | ||
<link href="../assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/venobox/venobox.css" rel="stylesheet"> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="../assets/css/style.css" rel="stylesheet"> | ||
|
||
<!-- ======================================================= | ||
* Template Name: Personal - v2.2.0 | ||
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/ | ||
* Author: BootstrapMade.com | ||
* License: https://bootstrapmade.com/license/ | ||
======================================================== --> | ||
</head> | ||
|
||
<body data-gr-c-s-loaded="true"> | ||
|
||
<!-- ======= Portfolio Details ======= --> | ||
<main id="main"> | ||
<div id="portfolio-details" class="portfolio-details"> | ||
<div class="container"> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-lg-12 portfolio-info"> | ||
<br> | ||
<h2 style="color:#12d640">Sentiment Analysis</h2> | ||
|
||
<ul> | ||
<li><strong>Tech Stack</strong>: Python (version 3.7+), Pandas, NumPy, Scikit-learn, SVM, KNN, DT, XGBoost, Random Forest, Logistic Regression </li> | ||
<li><strong>Github URL</strong>: <a href="https://github.com/Daudsarfraz/twitter_sentiment_analysis/tree/main" target="_blank">Project Link</a></li> | ||
</ul> | ||
|
||
<p> | ||
Gold is a widely traded precious metal with prices influenced by various economic, political, and market factors. Predicting the price of gold can be valuable for investors, traders, and financial analysts. In this project, | ||
I aim to build a predictive model using the Random Forest Regressor algorithm to forecast gold prices based on historical data. | ||
</p> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div><!-- End Portfolio Details --> | ||
</main><!-- End #main --> | ||
|
||
<!-- Vendor JS Files --> | ||
<script async="" src="//www.google-analytics.com/analytics.js"></script><script src="assets/vendor/jquery/jquery.min.js"></script> | ||
<script src="../assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="../assets/vendor/jquery.easing/jquery.easing.min.js"></script> | ||
<script src="../assets/vendor/php-email-form/validate.js"></script> | ||
<script src="../assets/vendor/waypoints/jquery.waypoints.min.js"></script> | ||
<script src="../assets/vendor/counterup/counterup.min.js"></script> | ||
<script src="../assets/vendor/owl.carousel/owl.carousel.min.js"></script> | ||
<script src="../assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="../assets/vendor/venobox/venobox.min.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="../assets/js/main.js"></script> | ||
|
||
<script>if( window.self == window.top ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55234356-4', 'auto'); ga('send', 'pageview'); } </script> | ||
|
||
</body> | ||
</html> | ||
|
||
|
||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<html lang="en"><head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"> | ||
|
||
<title>Projects</title> | ||
<meta content="" name="descriptison"> | ||
<meta content="" name="keywords"> | ||
|
||
<!-- Favicons --> | ||
<link href="../assets/img/favicon.png" rel="icon"> | ||
<link href="../assets/img/apple-touch-icon.png" rel="apple-touch-icon"> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | ||
|
||
<!-- Vendor CSS Files --> | ||
<link href="../assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/icofont/icofont.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/remixicon/remixicon.css" rel="stylesheet"> | ||
<link href="../assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/venobox/venobox.css" rel="stylesheet"> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="../assets/css/style.css" rel="stylesheet"> | ||
|
||
<!-- ======================================================= | ||
* Template Name: Personal - v2.2.0 | ||
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/ | ||
* Author: BootstrapMade.com | ||
* License: https://bootstrapmade.com/license/ | ||
======================================================== --> | ||
</head> | ||
|
||
<body data-gr-c-s-loaded="true"> | ||
|
||
<!-- ======= Portfolio Details ======= --> | ||
<main id="main"> | ||
<div id="portfolio-details" class="portfolio-details"> | ||
<div class="container"> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-lg-12 portfolio-info"> | ||
<br> | ||
<h2 style="color:#12d640">Sentiment Analysis</h2> | ||
|
||
<ul> | ||
<li><strong>Tech Stack</strong>: Python (version 3.7+), Pandas, NumPy, Scikit-learn, SVM, KNN, DT, XGBoost, Random Forest, Logistic Regression </li> | ||
<li><strong>Github URL</strong>: <a href="https://github.com/Daudsarfraz/twitter_sentiment_analysis/tree/main" target="_blank">Project Link</a></li> | ||
</ul> | ||
|
||
<p> | ||
Gold is a widely traded precious metal with prices influenced by various economic, political, and market factors. Predicting the price of gold can be valuable for investors, traders, and financial analysts. In this project, | ||
I aim to build a predictive model using the Random Forest Regressor algorithm to forecast gold prices based on historical data. | ||
</p> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div><!-- End Portfolio Details --> | ||
</main><!-- End #main --> | ||
|
||
<!-- Vendor JS Files --> | ||
<script async="" src="//www.google-analytics.com/analytics.js"></script><script src="assets/vendor/jquery/jquery.min.js"></script> | ||
<script src="../assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="../assets/vendor/jquery.easing/jquery.easing.min.js"></script> | ||
<script src="../assets/vendor/php-email-form/validate.js"></script> | ||
<script src="../assets/vendor/waypoints/jquery.waypoints.min.js"></script> | ||
<script src="../assets/vendor/counterup/counterup.min.js"></script> | ||
<script src="../assets/vendor/owl.carousel/owl.carousel.min.js"></script> | ||
<script src="../assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="../assets/vendor/venobox/venobox.min.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="../assets/js/main.js"></script> | ||
|
||
<script>if( window.self == window.top ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55234356-4', 'auto'); ga('send', 'pageview'); } </script> | ||
|
||
</body> | ||
</html> | ||
|
||
|
||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<html lang="en"><head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"> | ||
|
||
<title>Projects</title> | ||
<meta content="" name="descriptison"> | ||
<meta content="" name="keywords"> | ||
|
||
<!-- Favicons --> | ||
<link href="../assets/img/favicon.png" rel="icon"> | ||
<link href="../assets/img/apple-touch-icon.png" rel="apple-touch-icon"> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | ||
|
||
<!-- Vendor CSS Files --> | ||
<link href="../assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/icofont/icofont.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/remixicon/remixicon.css" rel="stylesheet"> | ||
<link href="../assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/venobox/venobox.css" rel="stylesheet"> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="../assets/css/style.css" rel="stylesheet"> | ||
|
||
<!-- ======================================================= | ||
* Template Name: Personal - v2.2.0 | ||
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/ | ||
* Author: BootstrapMade.com | ||
* License: https://bootstrapmade.com/license/ | ||
======================================================== --> | ||
</head> | ||
|
||
<body data-gr-c-s-loaded="true"> | ||
|
||
<!-- ======= Portfolio Details ======= --> | ||
<main id="main"> | ||
<div id="portfolio-details" class="portfolio-details"> | ||
<div class="container"> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-lg-12 portfolio-info"> | ||
<br> | ||
<h2 style="color:#12d640">Sentiment Analysis</h2> | ||
|
||
<ul> | ||
<li><strong>Tech Stack</strong>: Python (version 3.7+), Pandas, NumPy, Scikit-learn, SVM, KNN, DT, XGBoost, Random Forest, Logistic Regression </li> | ||
<li><strong>Github URL</strong>: <a href="https://github.com/Daudsarfraz/twitter_sentiment_analysis/tree/main" target="_blank">Project Link</a></li> | ||
</ul> | ||
|
||
<p> | ||
Gold is a widely traded precious metal with prices influenced by various economic, political, and market factors. Predicting the price of gold can be valuable for investors, traders, and financial analysts. In this project, | ||
I aim to build a predictive model using the Random Forest Regressor algorithm to forecast gold prices based on historical data. | ||
</p> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div><!-- End Portfolio Details --> | ||
</main><!-- End #main --> | ||
|
||
<!-- Vendor JS Files --> | ||
<script async="" src="//www.google-analytics.com/analytics.js"></script><script src="assets/vendor/jquery/jquery.min.js"></script> | ||
<script src="../assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="../assets/vendor/jquery.easing/jquery.easing.min.js"></script> | ||
<script src="../assets/vendor/php-email-form/validate.js"></script> | ||
<script src="../assets/vendor/waypoints/jquery.waypoints.min.js"></script> | ||
<script src="../assets/vendor/counterup/counterup.min.js"></script> | ||
<script src="../assets/vendor/owl.carousel/owl.carousel.min.js"></script> | ||
<script src="../assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="../assets/vendor/venobox/venobox.min.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="../assets/js/main.js"></script> | ||
|
||
<script>if( window.self == window.top ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55234356-4', 'auto'); ga('send', 'pageview'); } </script> | ||
|
||
</body> | ||
</html> | ||
|
||
|
||
|
||
|
||
|