Skip to content

luisjba/ml_stuffs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Machine Learning Utilities

This repositority is intended for share python code used for Machine Learning.

Install dependency libraries

This funtions works with the following libraries.

  • NumPy
  • Scikit-learn
  • Pytorch

NumPy

pip install numpy

Scikit-learn

pip install scikit-learn

For Pytorch you can use one of the following two commands, depending on your Python version. To install via conda and other extra libraries you con go to the oficial Pytorch site.

# Python 3.x
pip3 install torch
# Python 2.x
pip install torch

Utils (utils.py)

This file contains functions to find images into a directory, filter it by extensions and convert to numpy array, to be prepared to process into a any Neural Network.

About

Machine Learning stuffs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages