Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aymane-maghouti/machine-learning-basics
This is a basic repository which contains a simple application of machine learning algorithms and some statistical methods for data analysis
https://github.com/aymane-maghouti/machine-learning-basics
algorithm keras machine-learning neural-network python sklearn supervised-learning tensorflow unsupervised-learning
Last synced: about 18 hours ago
JSON representation
This is a basic repository which contains a simple application of machine learning algorithms and some statistical methods for data analysis
- Host: GitHub
- URL: https://github.com/aymane-maghouti/machine-learning-basics
- Owner: aymane-maghouti
- Created: 2023-07-05T21:00:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T14:12:19.000Z (over 1 year ago)
- Last Synced: 2024-11-16T09:13:10.697Z (2 months ago)
- Topics: algorithm, keras, machine-learning, neural-network, python, sklearn, supervised-learning, tensorflow, unsupervised-learning
- Language: Jupyter Notebook
- Homepage: https://aymane-maghouti.github.io
- Size: 2.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine-Learning-basics
This is a basic repository which contains a simple application of `machine learning` algorithms such as simple and multiple linear regression, classification algorithms (logistic regression, decision tree, random forest, Naive Bayes, KNN, Artificial Neural Networks, SVM .....) and clustering (K-means , Hierarchical Clustering ...)also some `statistical methods` for `data analysis` like principal component analysis (PCA), Correspondence Analysis (CA) ...---
![Texte alternatif de l'image](assets/ML.png)
---
This repository is designed to be accessible to beginners in the field of machine learning and data analysis. It provides code examples and explanations to help users understand and use these basic techniques in their own projects.In this repository, I mainly used the `Python` programming language , `Scikit-learn` (a free Python library for machine learning) , tensorflow and keras (a free Python libraries for deep learning)
---
![Texte alternatif de l'image](assets/tools.png)