ignaciojvig / machine-learning-bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

machine-learning-bootcamp

This project contains some basic usage of Machine Learning Algorithms

Prerequisites

To run this application you will need to install conda and create an environment:

conda create -n nameOfEnvironment

Then, activate your environment:

source activate preprocessing

After that, install this modules:

conda install keras
conda install scikit-learn
conta install pandas
conda install matplotlib
conda install jupyter

Recomendations

Use Jupyter Notebooks for a better code understand

Authors

This project was developed in a Bootcamp realized by Venturus - Technological Innovation Center.

To read more about Venturus:

Venturus

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

License:MIT License


Languages

Language:Jupyter Notebook 98.0%Language:Python 2.0%