Git Product home page Git Product logo

if702-redes-neurais's Introduction

IF702 Redes Neurais

Script base para o projeto da disciplina IF702 Redes Neurais.

Instruções

Recomenda-se instalar Python (3.x) utilizando a distribuição Anaconda.

Após a instalação, mova para este diretório e execute o comando:

conda env create

Em seguida, ative o ambiente criado com o comando:

source activate IF702-redes-neurais

Instale a biblioteca scikit-plot, pois ela não vem nos pacotes padrões do Anaconda:

conda install -c conda-forge scikit-plot

Inicie uma instância de um notebook jupyter:

jupyter notebook

E após finalizar a utilização do ambiente o desative com:

source deactivate

Dúvidas

Qualquer dúvida é só me contactar por e-mail ([email protected]) ou abrir uma issue aqui.

if702-redes-neurais's People

Contributors

miltongneto avatar romerobarata avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

if702-redes-neurais's Issues

Divisão dos dados

## Treino: 50%, Validação: 25%, Teste: 25% X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=1/4, random_state=42, stratify=y) X_train, X_val, y_train, y_val = train_test_split(X_train, y_train, test_size=1/3, random_state=42, stratify=y_train)

Neste passo estou com esse erro. Já dei um procurada no google, mas nao entendi muito bem.

The test_size = 0 should be greater or equal to the number of classes = 2

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.