diff --git a/.DS_Store b/.DS_Store index b798d34..8e87c93 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000..b49ec84 Binary files /dev/null and b/img/.DS_Store differ diff --git a/img/cover.jpg b/img/cover.jpg new file mode 100644 index 0000000..db1893a Binary files /dev/null and b/img/cover.jpg differ diff --git a/img/ind.png b/img/ind.png new file mode 100644 index 0000000..7d90820 Binary files /dev/null and b/img/ind.png differ diff --git a/img/pic.jpeg b/img/pic.jpeg new file mode 100644 index 0000000..d44bf08 Binary files /dev/null and b/img/pic.jpeg differ diff --git a/img/prof1.jpeg b/img/prof1.jpeg new file mode 100644 index 0000000..746b758 Binary files /dev/null and b/img/prof1.jpeg differ diff --git a/index.html b/index.html index c92d30e..99e0db5 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@
- +

My Journey

@@ -71,9 +71,9 @@

My Journey

  • Programming & Scripting Languages
    Python, R, SQL, HTML, CSS, LaTeX, C++
  • Databases
    MySQL, Microsoft SQL Server Management System
  • Big Data handling
    Apache Spark, HDFS, Databricks, AWS
  • -
  • Softwares
    Power BI, MS Excel, VS Code, Git & GitHub, OpenStreetMap, LTSpice, NOAA Ferret
  • +
  • Softwares
    MS Power BI, MS Excel, VS Code, Git & GitHub, OpenStreetMap, LTSpice, NOAA Ferret
  • Operating Systems
    Windows OS, macOS, Linux
  • -
  • Others
    Data Analysis - ETL, EDA, Machine Learning, Data Visualization, Physics, Electronics
  • +
  • Others
    Data Analysis - ETL, EDA, Machine Learning, Data Visualization, Physics, Mathematics, Statistics, Electronics
  • @@ -110,6 +110,23 @@

    My Journey

    My Projects

    + +
    +

    Foreign Exchange Rates Time Series Analysis and Forecasting

    +

    Confused about which currency to invest in the coming year? Planning for a foreign trip sometime soon? + The foreign exchange rates between two countries has a pivotal role in deciding your profit from investment + and the best value for your money during an international trip. The time series forecasting using three models - + SARIMAX, SARIMA, and ARIMA - gives a glimpse of your financial future! The project analyzed, modeled, and forecasted + exchange rate ratios of US Dollars with five other currencies - Euro (EUR), UK Pound (GBP), Indian Rupees (INR), Chinese Yuan (CHY), + and Japanese Yen (JPY). It compared the accuracies of each model to determine the most reliable one. Also created an interactive + MS Power Bi Dashboard that shows the time-series - historical and forecasted - to analyze the information visually. +
    SARIMAX, SARIMA, ARIMA, MS Power BI, Seasonal Decomposition + +

    + +
    +
    +
    @@ -218,7 +235,7 @@

    About Me

    - +
    View/Download Resume diff --git a/style.css b/style.css index 30d283e..b5f414c 100644 --- a/style.css +++ b/style.css @@ -31,7 +31,7 @@ body{ width: 90%; height: 80vh; padding-top: 10px; - background-image: url(img/cover3.jpeg); + background-image: url(img/cover.jpg); background-size: cover; background-position: center; border-radius: 10px; @@ -176,7 +176,7 @@ nav ul li a:hover::after{ } .jour-col-1 img { - width:100%; + width:120%; height:90vh; border-radius: 15px; border-style: groove;