The Original Bin Packing problem is a classic one where a finite number of items varying in size are packed into bins of fixed capacity. This is an easy problem to solve and there are many simple algorithms to provide near optimal packing. Larger instances of the problem however require slightly more complex algorithms but are still possible to provide exact solutions. A classic and effective heuristic for example is the first fit algorithm which provides fast placement of items into the first bin which it fits in. Although this in itself is an interesting problem, one which carries more importance is the Online bin packing problem. This is the same as the original bin packing problem but with one variant. We are not aware of the number o...
Algorithm selection and generation techniques are two methods that can be used to exploit the perfor...
In this thesis we explore pattern mining and deep learning. Often seen as orthogonal, we show that t...
Automatic Design of Algorithms (ADA) shifts the burden of algorithm choice and design from developer...
The Original Bin Packing problem is a classic one where a finite number of items varying in size are...
The online bin packing problem is a well-known bin packing variant which requires immediate decision...
We propose a novel technique for algorithm-selection, applicable to optimisation domains in which th...
Online bin packing is a classic optimisation problem, widely tackled by heuristic methods. In additi...
The on line bin packing problem concerns the packing of pieces into the least number of bins possibl...
Abstract—Online bin packing requires immediate decisions to be made for placing an incoming item one...
Automatic Design of Algorithms (ADA) treats algorithm choice and design as a machine learning proble...
This paper uses a knowledge discovery method, Principal Component Analysis (PCA), to gain a deeper u...
Machine learning has been a computer sciences buzzword for years. The technology has a lot of potent...
The Bin Packing Problem is an industrial problem which involves grouping items into appropriate bin ...
In this paper, we apply the Augmented-neural-networks (AugNN) approach for solving the classical bin...
Deep Learning networks are a new type of neural network that discovers important object features. Th...
Algorithm selection and generation techniques are two methods that can be used to exploit the perfor...
In this thesis we explore pattern mining and deep learning. Often seen as orthogonal, we show that t...
Automatic Design of Algorithms (ADA) shifts the burden of algorithm choice and design from developer...
The Original Bin Packing problem is a classic one where a finite number of items varying in size are...
The online bin packing problem is a well-known bin packing variant which requires immediate decision...
We propose a novel technique for algorithm-selection, applicable to optimisation domains in which th...
Online bin packing is a classic optimisation problem, widely tackled by heuristic methods. In additi...
The on line bin packing problem concerns the packing of pieces into the least number of bins possibl...
Abstract—Online bin packing requires immediate decisions to be made for placing an incoming item one...
Automatic Design of Algorithms (ADA) treats algorithm choice and design as a machine learning proble...
This paper uses a knowledge discovery method, Principal Component Analysis (PCA), to gain a deeper u...
Machine learning has been a computer sciences buzzword for years. The technology has a lot of potent...
The Bin Packing Problem is an industrial problem which involves grouping items into appropriate bin ...
In this paper, we apply the Augmented-neural-networks (AugNN) approach for solving the classical bin...
Deep Learning networks are a new type of neural network that discovers important object features. Th...
Algorithm selection and generation techniques are two methods that can be used to exploit the perfor...
In this thesis we explore pattern mining and deep learning. Often seen as orthogonal, we show that t...
Automatic Design of Algorithms (ADA) shifts the burden of algorithm choice and design from developer...