Skip to content

This repository aims to establish a laboratory for the development of Machine Learning models based on docker.

Notifications You must be signed in to change notification settings

ejdecena/lab_machine_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Lab.

This repository aims to establish a laboratory for the development of Machine Learning models based on docker.

To install docker:

$ make install

To run the laboratory:

$ make run

After running the lab with the above command, you can view the logs with the make logs command and then you can bring up the Jupyter Notebook interface, if you wish, with the instructions shown in the terminal.

To view lab logs:

$ make logs

To enter the laboratory environment:

$ make enter

Once inside the environment, you can run the different Machine Learning programs that are in the directory.

To stop the laboratory environment:

$ make stop

To restart the laboratory:

$ make restart

About

This repository aims to establish a laboratory for the development of Machine Learning models based on docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published