Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
matusoff 10d6436ec9
Created using Colab
1 week ago
60fe2bab3a
Add files via upload
1 month ago
498b0b65a6
Update READme.md
2 weeks ago
44d7b72c99
Update README.md
1 month ago
a78eb746bc
Create .gitignore
2 months ago
bbe95d4493
Update README.md
11 months ago
3417222ce3
Rename READMY.md to README.md
5 months ago
763b932ffb
Add files via upload
9 months ago
776f220f62
Add files via upload
5 months ago
daae5a2c45
Update README.md
5 months ago
cee2c31e67
Update README.md
3 months ago
902e673fed
Add files via upload
1 month ago
5c6dc4671a
Created using Colaboratory
2 months ago
70755009cf
Created using Colaboratory
2 months ago
767ae2edd4
Created using Colaboratory
4 months ago
49b7b96e3c
Created using Colaboratory
2 months ago
e9e6ffe342
Created using Colaboratory
2 months ago
0d511ae54f
Created using Colaboratory
2 months ago
4906946707
Created using Colaboratory
4 months ago
b622351c27
Create LICENSE
10 months ago
46a5ff0fd4
Created using Colaboratory
4 months ago
304e649aaf
Created using Colaboratory
8 months ago
de0bf9e2ac
Created using Colaboratory
4 months ago
3223a757e6
Created using Colaboratory
5 months ago
74d6dccf9f
Created using Colaboratory
2 months ago
3ab5ae05f7
Update README.md
1 week ago
10d6436ec9
Created using Colab
1 week ago
91b187ddb4
Created using Colab
1 week ago
39611fbeb2
dbscan.ipynb
7 months ago
54a1d66866
Created using Colaboratory
3 months ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

ML Models

This repository is a collection of various machine learning models, personally developed and implemented. The project aims to provide a comprehensive set of examples for different machine learning techniques, ranging from basic algorithms to more advanced models, showcasing a wide array of applications and methodologies in the field of machine learning.

Getting Started

These instructions will guide you on how to get a copy of the project up and running on your local machine for development and experimentation.

Prerequisites

To work with the ML models in this repository, you will need:

  • Python 3.x
  • Jupyter Notebook or JupyterLab
  • Relevant Python libraries as specified in requirements.txt

Installation

  1. Clone the Repository

    Begin by cloning the ML_models repository to your local machine:

    git clone https://github.com/matusoff/ML_models.git
    cd ML_models
    
    

Exploring the Models

Each model is contained within its own Jupyter Notebook. To explore a model, navigate to its corresponding notebook and open it using JupyterLab or Jupyter Notebook:

jupyter notebook <notebook_name>.ipynb

Models Included

  • Linear Regression
  • Logistic Regression
  • Decision Trees
  • Random Forest
  • XGBoost
  • Neural Networks
  • Image Analysis with Tensorflow

Acknowledgments

  • Thanks to all the open-source projects and libraries that made this repository possible.
  • Original data for RNA_seq_cancer model can be found here: https://archive.ics.uci.edu/datasets
Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 1

Comments

Loading...