Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ mila Public
forked from SRockshore/py_mla

Basic Machine Learning algorithm using TensorFlaw

License

Notifications You must be signed in to change notification settings

zyqilla/mila

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very simple machine learning algorithm using Python and TensorFlow for a basic classification task.

Install Dependencies

pip install -r requirements.txt

Optionally, create and activate a virtual environment

python -m venv myenv
source myenv/bin/activate

Install dependencies in the virtual environment

pip install -r requirements.txt

Note

You'll need to replace X_train, y_train, and placeholders like (...) with your actual data. Also, adjust the architecture, optimizer, loss function, and other parameters according to your specific problem and requirements.

About

Basic Machine Learning algorithm using TensorFlaw

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%