mathematical-optimization
3 dimensional bin packing algorithms
I\'m faced with a 3 dimensional bin packing problem and am currently conducting some preliminary research as to which algorithms/heuristics are currently yielding the best results. Since the problem i[详细]
2022-12-18 19:05 分类:问答How to optimize neural network by using genetic algorithm?
I\'m quite new with this topic so any help would be great. What I need is to optimize a neural network in MATLAB by using GA. My network has [2x98] input and [1x98] target, I\'ve tried consul开发者_St[详细]
2022-12-17 16:39 分类:问答Optimization of Neural Network input data
I\'m trying to build an app to detect images which are advertisements from the webpages. Once I detect those I`ll not be allowing those to be displayed on the client side.[详细]
2022-12-15 11:09 分类:问答What's a good convex optimization library? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-15 05:53 分类:问答How can I find local maxima in an image in MATLAB?
I have an image in MATLAB: y = rgb2gray(imread(\'some_image_file.jpg\')); and I want to do some processing on it:[详细]
2022-12-13 13:58 分类:问答What's the most efficient way to detect triangle-triangle intersections?
How 开发者_运维问答can I tell whether two triangles intersect in 2D Euclidean space? (i.e. classic 2D geometry) given the (X,Y) coordinates of each vertex in each triangle. One way is to check if two[详细]
2022-12-09 00:24 分类:问答