Fernando

Results 5 repositories owned by Fernando

Kubeflow_Pipelines

40
Stars
45
Forks
Watchers

This repository aims to develop a step-by-step tutorial on how to build a Kubeflow Pipeline from scratch in your local machine.

Stacking-Blending-Voting-Ensembles

51
Stars
23
Forks
Watchers

This repository contains an example of each of the Ensemble Learning methods: Stacking, Blending, and Voting. The examples for Stacking and Blending were made from scratch, the example for Voting was...

Text-Classification-CNN-PyTorch

47
Stars
13
Forks
Watchers

The aim of this repository is to show a baseline model for text classification through convolutional neural networks in the PyTorch framework. The architecture implemented in this model was inspired b...

Text-Classification-LSTMs-PyTorch

62
Stars
21
Forks
Watchers

The aim of this repository is to show a baseline model for text classification by implementing a LSTM-based model coded in PyTorch. In order to provide a better understanding of the model, it will be...

Text-Generation-BiLSTM-PyTorch

46
Stars
19
Forks
Watchers

In this repository you will find an end-to-end model for text generation by implementing a Bi-LSTM-LSTM based model with PyTorch's LSTMCells.