Skip to content

itsamekadio/Machine-learning-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Machine Learning Models Repository

Welcome to the Machine Learning Models Repository! This repository contains implementations of various machine learning models, including linear regression, SVM, neural network, logistic regression, and a Naive Bayes classifier. Additionally, it includes a project that utilizes all these models.

Models Implemented

1. Linear Regression

  • Implementation of the linear regression model using Python and NumPy.

2. Support Vector Machine (SVM)

  • Implementation of the SVM model using both a machine learning library (e.g., scikit-learn) and from scratch using Python and NumPy.

3. Neural Network

  • Implementation of a basic neural network from scratch using Python and NumPy.

4. Logistic Regression

  • Implementation of logistic regression from scratch using Python and NumPy.

5. Naive Bayes Classifier

  • Implementation of a Naive Bayes classifier using Python.

Project

The project included in this repository demonstrates the application of the above machine learning models in a real-world scenario. It showcases how these models can be integrated and utilized together to solve a specific problem or task. Details about the project can be found in the project directory. Explore individual model implementations in their respective directories.

. Explore the project directory to understand how the models are integrated and utilized together.

Contributing

Contributions to this repository are welcome! If you have suggestions for improvements, bug fixes, or additional models to implement, feel free to open an issue or submit a pull request.

License

This repository is licensed under the MIT License, which means you are free to use, modify, and distribute the code for both commercial and non-commercial purposes. However, please attribute the original authors and include a copy of the license in your derivative works.

Contact

If you have any questions, comments, or feedback regarding this repository, feel free to reach out to the maintainers:

s.abd@zewailcity.edu.eg We hope you find this repository useful for learning and exploring machine learning models!

About

A repo with ML models(linear regression ,SVM(using a library and from scratch),Neural Network from scratch,logestic regression from scratch ,naive bayes classifier also a project utilizing all

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages