- Plotting mathematical formula y = np.sin(b) + b * 1/10, explaining how to find local minimum on formula.
- Training model on student's income and testing the accuracy of Neural Network and Linear Regression algorithms.
- Image recognition using tensorflow keras. Text answers on image input.
- Preparing NYSE data and predicting results with linear regression and statsmodel.
- Training and testing AAPL stock data (NYSE). Predicting results with Decision Tree Regressor model.
- Sequential prediction on normalized dataset. LSTM and Dense added. Results extraction in one epoch.
- Testing IMDB dataset splitting dictionaries and testing on 3 epochs. Embedding formula added using 32 layers with 500 input length.
All datasets and solutions are included.