Spaces:
Sleeping
Sleeping
shyam gupta
commited on
Commit
•
c2bdf68
1
Parent(s):
5cf7cac
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ Methodology
|
|
50 |
Expected Return: The anticipated gain or loss from an investment, based on historical data or other factors.
|
51 |
Risk (Variance): A measure of the dispersion of returns. In portfolio optimization, we seek to minimize the variance of the portfolio returns.
|
52 |
|
53 |
-
|
54 |
|
55 |
Our implementation utilizes the following steps:
|
56 |
Input Data: Historical returns for each asset in the portfolio.
|
@@ -58,7 +58,7 @@ Objective Function: Construct an objective function that combines the expected r
|
|
58 |
Optimization Algorithm: We employ a mean-variance optimization algorithm that iteratively adjusts the weights to find the optimal combination.
|
59 |
Convergence Criteria: The algorithm iterates over a specified number of iterations (e.g., 5000) or until convergence is achieved.
|
60 |
|
61 |
-
|
62 |
|
63 |
In our project, we have implemented the Mean-Variance Portfolio Optimization method with 5000 iterations. The process involves:
|
64 |
Input: Historical return data for each equity in the Indian market.
|
|
|
50 |
Expected Return: The anticipated gain or loss from an investment, based on historical data or other factors.
|
51 |
Risk (Variance): A measure of the dispersion of returns. In portfolio optimization, we seek to minimize the variance of the portfolio returns.
|
52 |
|
53 |
+
2. Optimization Algorithm
|
54 |
|
55 |
Our implementation utilizes the following steps:
|
56 |
Input Data: Historical returns for each asset in the portfolio.
|
|
|
58 |
Optimization Algorithm: We employ a mean-variance optimization algorithm that iteratively adjusts the weights to find the optimal combination.
|
59 |
Convergence Criteria: The algorithm iterates over a specified number of iterations (e.g., 5000) or until convergence is achieved.
|
60 |
|
61 |
+
3. Implementation
|
62 |
|
63 |
In our project, we have implemented the Mean-Variance Portfolio Optimization method with 5000 iterations. The process involves:
|
64 |
Input: Historical return data for each equity in the Indian market.
|