Giter VIP home page Giter VIP logo

mo810-project's Introduction

Projeto de MO810 - Parte I

João Alberto Moreira Seródio - 218548

Cálculo de Atributos Sísmicos (regressão)

Modelos

  • Regressão Linear - Lasso - Ridge
  • Regressão Linear - Lasso - Ridge polinomial
  • SVM
  • kNN
  • Decision Tree
  • Random Forest
  • Gradient Boosting Decision Tree
  • Ensembles

Classificação de Fáscies Sísmicas (agrupamento)

Modelos

  • K-means
  • Hierarchical Clustering (AglomerativeClustering)
  • DBSCAN
  • Ensembles

Utilização dos scripts

Criação do DataFrame (CSV chega a 40 GB e dataframe final 20 GB devido a duplicação de dados nas colunas)

python create_dataframe.py

Split dos Dados em Treino(0.675), Teste(0.225) e Validação (0.1)

python data_split.py

Criação dos Mini-Datasets de Treino, que pode utilizar técnica de Bagging ou Batching

python training_setup.py data_partition -p <DATAFRAME_PATH> -t [batching ou bagging] -o <OUTPUT_PATH> -n <NUMBER_OF_PARTITION>

Criação do Mini-Dataset de Teste

python training_setup.py data_partition -p <DATAFRAME_PATH> -e

Criação do arquivo com as configurações dos modelos a serem treinados

python training_setup.py exploration_space -p regression_models -m pre-defined
python training_setup.py exploration_space -p clustering_models -m pre-defined

Teste das configurações geradas

python training_run.py regression -i -m regression_models -s
python training_run.py clustering -i -m clustering_models -s

mo810-project's People

Contributors

serodioj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.