Skip to main content

Posts

Showing posts with the label Current word

📍 DIFFERENCE BETWEEN FDI and FPI

  DIFFERENCE BETWEEN FDI and FPI #Stockmarket 💡 FDI is involved in setting up firms to produce goods and services. That is why it is called 'direct' institution. FPI on the other hand buys financial assets for profits. In order to remove the ambiguity that prevails on what is Foreign Direct Investment (FDI) and what is Foreign Institutional Investment (FII), it was decided to follow the international practice and lay down a broad principle that, where an investor has a stake of 10 percent or less in a company, it will be treated as FII and, where an investor has a stake of more than 10 percent, it will be treated as FDI. 💡 Since the source of funds is not revealed, the PNs are potentially unsafe. Therefore, SEBI imposed certain conditions like limits on the PNs that a single FII can issue, etc. SEBI wants the PN holders to register with SEBI and invest directly as India is a long-term growth story. SEBI policy paid off with the number of FIIs registering with the regulator go...

Top 10 Business idea for Future Perspective !

  Sustainable and Eco-friendly Solutions: As concerns about the environment grow, businesses that offer sustainable products, renewable energy solutions, waste reduction technologies, and eco-friendly services are likely to find a receptive market. Health and Wellness: The health and wellness industry has been steadily growing, and with an aging population and increased focus on personal well-being, businesses related to fitness, mental health, healthy food products, and medical technology could continue to be in demand. Artificial Intelligence and Automation: The rise of AI and automation presents numerous opportunities across various industries, including robotics, autonomous vehicles, natural language processing, and predictive analytics. Online Education and E-Learning: The internet has revolutionized the way people access education, and the demand for online courses, virtual tutoring, and remote learning tools is likely to increase. Digital Marketing and E-commerce: As mor...

Linear Regression- Details

  Linear Regression: Linear regression is a statistical regression method which is used for predictive analysis. It is one of the very simple and easy algorithms which works on regression and shows the relationship between the continuous variables. It is used for solving the regression problem in machine learning. Linear regression shows the linear relationship between the independent variable (X-axis) and the dependent variable (Y-axis), hence called linear regression. If there is only one input variable (x), then such linear regression is called  simple linear regression . And if there is more than one input variable, then such linear regression is called  multiple linear regression . The relationship between variables in the linear regression model can be explained using the below image. Here we are predicting the salary of an employee on the basis of  the year of experience . Below is the mathematical equation for Linear regression: Y= aX+b   Here,...

New World Create New Tech tools, How can AI change your life !

 1. h2oGPT: A large language model built by  H2O.ai  that can handle a wide range of tasks and domains. It has 12B - 20B parameters and can process 256 - 2048 tokens of input context. It is licensed under Apache 2.0, which means you can use it for free and modify it as you wish. 😍   2. MPT-7B: A commercially usable large language model that can generate high-quality natural language texts. It has 7B parameters and was trained on a curated dataset of 84k documents (ALiBi). It is also licensed under Apache 2.0 and CC BY-SA-3.0, which means you can use it for both personal and commercial purposes. 🤩   3. RedPajama-INCITE: A family of models that includes a base model, an instruction-tuned model, and a chat model. They have 3B - 7B parameters and can process 2048 tokens of input context. They are also licensed under Apache 2.0, which means you can use them for any purpose. 😎   4. OpenLLaMA: An open reproduction of LLaMA, a large language model...

Terminologies Related to the Regression Analysis:

  Terminologies Related to the Regression Analysis: Dependent Variable:  The main factor in Regression analysis which we want to predict or understand is called the dependent variable. It is also called  target variable . Independent Variable:  The factors which affect the dependent variables or which are used to predict the values of the dependent variables are called independent variable, also called as a  predictor . Outliers:  Outlier is an observation which contains either very low value or very high value in comparison to other observed values. An outlier may hamper the result, so it should be avoided. Multicollinearity:  If the independent variables are highly correlated with each other than other variables, then such condition is called Multicollinearity. It should not be present in the dataset, because it creates problem while ranking the most affecting variable. Underfitting and Overfitting:  If our algorithm works well with the training...

Follow the Page for Daily Updates!