Description: This is for learning, studying, researching, and analyzing stock in deep learning (DL) and machine learning (ML). Predicting Stock with Machine Learning or Deep Learning with different types of algorithm. Experimental in stock data and see how it works and why it works or why it does not works that way.
- Categorical variable(Qualitative): Label data or distinct groups.
Example: location, gender, material type, payment, highest level of education - Discrete variable (Class Data): Numerica variables but the data is countable number of values between any two values.
Example: customer complaints or number of flaws or defects, Children per Household, age (number of years) - Continuous variable (Quantitative): Numeric variables that have an infinite number of values between any two values. Example: length of a part or the date and time a payment is received, running distance, age (infinitly accurate and use an infinite number of decimal places)
- For 'Quantitative data' is used with all three centre measures (mean, median and mode) and all spread measures.
- For 'Class data' is used with median and mode.
- For 'Qualitative data' is for only with mode.
- Classification (predict label)
- Regression (predict values)
Step 1 through step 8 is a reviews if you forgot or do not know python
After step 8, everything you need to know that is relate to data engineering, data science, machine learning, and deep learning.
- Simple Linear Regression Model
- Logistic Regression
- Lasso Regression
- Support Vector Machines
- Polynomial Regression
- Stepwise Regression
- Ridge Regression
- Multivariate Regression Algorithm
- Multiple Regression Algorithm
- K Means Clustering Algorithm
- Naïve Bayes Classifier Algorithm
- Random Forests
- Decision Trees
- Nearest Neighbours
- Lasso Regression
- ElasticNet Regression
Algorithms is a process and set of instructions to solve a class of problems. In addition, algorithms perform a computation such as calculations, data processing, automated reasoning, and other tasks.
Python 3.5+
Jupyter Notebook Python 3
- Tin Hang
🔻 Do not use this code for investing or trading in the stock market. However, if you are interest in the stock market, you should read 📚 books that relate to stock market, investment, or finance. On the other hand, if you into quant or machine learning, read books about 📘 machine trading, algorithmic trading, and quantitative trading. You should read 📗 about Machine Learning and Deep Learning to understand the concept, theory, and the mathematics. On the other hand, you should read academic paper and do research online about machine learning and deep learning on 💻