Pinned Repositories
AntColonyTSP
Ant colony algorithm for solving the TSP.
Autoencoder
Autoencoder implementation in TensorFlow for dimensionality reduction.
BashScripts
Collection of different bash scripts.
BeesAlgorithm
Implementation of the BA for solving minimization problems.
BiologicalNeuralModels
Implementation of different biological neuron models.
EvolutionOfCooperation
Implementation of strategies for the iterated prisioner's dilemma.
FishSchoolSearch
Implementation of the fish school optimization algorithm.
GeometricArt
Hill-climbing optimization for representing images using semitransparent geometric shapes.
MultilayerPerceptron
MATLAB implementation of a feedforward neural network.
WeaselProgram
Modified implementation of the weasel program described by Richard Dawkins.
sgalella's Repositories
sgalella/BeesAlgorithm
Implementation of the BA for solving minimization problems.
sgalella/BiologicalNeuralModels
Implementation of different biological neuron models.
sgalella/EvolutionOfCooperation
Implementation of strategies for the iterated prisioner's dilemma.
sgalella/FishSchoolSearch
Implementation of the fish school optimization algorithm.
sgalella/GeometricArt
Hill-climbing optimization for representing images using semitransparent geometric shapes.
sgalella/AntColonyTSP
Ant colony algorithm for solving the TSP.
sgalella/Autoencoder
Autoencoder implementation in TensorFlow for dimensionality reduction.
sgalella/BiomorphMutation
Generation of organism-like shapes using mutation.
sgalella/CellularAutomata
Cellular automata implemented in NetLogo.
sgalella/Chatbot
Template for a conversational virtual agent.
sgalella/ConvolutionalAutoencoder
Convolutional autoencoder implementation in TensorFlow for image denoising.
sgalella/CuckooSearch
Implementation of the cuckoo search (CS).
sgalella/DynamicalModels
Model of different dynamical systems.
sgalella/EpidemiologicalModels
Simulation of different epidemic models.
sgalella/GeneticNQueens
Genetic algorithm to solve the n queens problem.
sgalella/GeneticTSP
Genetic algorithm for solving the TSP.
sgalella/InformationTheory
Implementation of different Information Theory measures.
sgalella/IterativeRL
Policy iteration and value iteration for gridworld.
sgalella/kArmedBandit
Code for the multi-armed bandits problem.
sgalella/KohonenNetwork
Self-organizing map (SOM) for visualizing multidimensional data in a 2D grid.
sgalella/MonteCarloPi
Calculates the value of pi using Monte Carlo methods.
sgalella/MRISegmentation
Deep learning model to segment abnormalities in MRI images.
sgalella/OnPolicyControl
Action-value function approximation for on-policy control.
sgalella/ParticleSwarmOptimization
Implementation of the particle swarm optimization (PSO) algorithm.
sgalella/RecurrentNeuralNetworks
Implementation of different recurrent neural networks.
sgalella/sgalella.github.io
My portfolio.
sgalella/SimulatedAnnealing
Simulated annealing for finding the maximum of a function.
sgalella/SnakeAI
Implementation of A* to play snake.
sgalella/SudokuSolver
Sudoku solver using backtracking.
sgalella/XOR-NeuralNetwork
Genetic algorithm to train a 3-layer neural network for predicting the binary exclusive OR (XOR) gate.