Skip to content

Instantly share code, notes, and snippets.

View johntheo's full-sized avatar
🎼
.

John Theo johntheo

🎼
.
View GitHub Profile
@johntheo
johntheo / Main.java
Last active May 15, 2019 03:09
Luxoft
import java.util.*;
public class Main {
public static void main(String[] args) {
System.out.println("==== TASK 1 ====");
Concatenation concatenation = new Concatenation();
String word = "whataniceday";
List<String> tokens = Arrays.asList("a", "what", "an", "nice", "day");
@johntheo
johntheo / mypost.md
Created March 22, 2018 15:11
My post

date: '2017-06-02T20:00:00-03:00' tags:

  • DEAP
  • python
  • evolutionary computing
  • genetic algorithm thumbnailImage: "//deap.readthedocs.io/en/master/_images/deap_long.png" thumbnailImagePosition: left title: Tutorial DEAP
@johntheo
johntheo / MaquinaLavar_Fuzzy.md
Last active October 26, 2017 13:27
MaquinaLavar_Fuzzy

Exercícios

  1. Implementar o modelo conforme descrito
    • Composição sup-t = sup-min (matching = possibilidade)
    • Agregação dos Antecedentes = Min
    • Semântica das Regras (ou implicação) = Min ( regra de Mamdani)
    • Agregação das Regras = Max
    • Método de Defuzificação = MOM

a) Defina a saida para $X_1$=60 e $X_2$=70