Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henriqueotogami/curso-de-python3-udemy
Documentos do curso de Python 3, com arquivos das aulas, e Jupyter Notebook. Conceitos de Machine Learning.
https://github.com/henriqueotogami/curso-de-python3-udemy
iris-dataset jupyter-notebook linear-regression numpy pandas-python python3 udemy
Last synced: 18 days ago
JSON representation
Documentos do curso de Python 3, com arquivos das aulas, e Jupyter Notebook. Conceitos de Machine Learning.
- Host: GitHub
- URL: https://github.com/henriqueotogami/curso-de-python3-udemy
- Owner: henriqueotogami
- License: mit
- Created: 2020-06-10T14:11:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T14:48:01.000Z (over 4 years ago)
- Last Synced: 2024-11-05T23:39:12.033Z (2 months ago)
- Topics: iris-dataset, jupyter-notebook, linear-regression, numpy, pandas-python, python3, udemy
- Language: Jupyter Notebook
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curso de Python3 Udemy
Documentos do curso de Python 3, com arquivos das aulas, e Jupyter Notebook.
## Back-end do projeto do curso de Python 3 na Udemy.
### Prof. Ivan Lourenço Gomes.#### Iris Dataset
- Regressão Linear:
- Least Squares Method;
- MAE - Mean Absolute Error;
- MSE - Mean Squared Error;
- RMSE - Root Mean Square Error;
- Pandas;
- Seaborn;
- Sklearn;
- Numpy.
- Reconhecimento de images:
- SVM - Support Vector Machine;
- Numpy;
- Matplotlib;
- Sklearn.