• Stars
    star
    8
  • Rank 2,088,292 (Top 42 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Generate a large number of 8-puzzle and 8-queens instances and solve them by hill climbing (steepest-ascent and first-choice variants), hill climbing with random restart, and simulated annealing. Measure the search cost and percentage of solved problems and graph these against the optimal solution cost.

More Repositories

1

panorama-image-stitching

Automatically stiching several individual images to generate a panorama image. Writing from scratch in C++.
C++
143
star
2

Decouple-SSAD

Decoupling Localization and Classification in Single Shot Temporal Action Detection
Python
94
star
3

A4-paper-sheet-detection-and-cropping

Document Scanner. Automatically detect paper and crop. Writing in C++ from scratch.
C
42
star
4

human-pose-estimation-by-deep-learning

A simple regression based implementation/VGG16 of pose estimation with tensorflow.
Python
38
star
5

caffe-dnnh

A caffe version implementation of a hash network(DNNH/NINH) for similarity-based visual research based on paper: Simultaneous feature learning and hash coding with deep neural networks
C++
23
star
6

digital-image-processing-hw

Homeworks(codes & reports) from SYSU's Digital Image Processing course taught by Professor Hongyang Chao.
MATLAB
20
star
7

image-morphing

Produce a "morph" animation of one image into another image.
MATLAB
15
star
8

movie-ticket-and-service-website

Project of Software System Analysis and Design by Maolin Pan, SYSU, 2017.
JavaScript
11
star
9

handwritten-digits-recognition

Automatically recognize handwritten digits from photos. Handwritten digits recognition by CNN and SVM.
Python
7
star
10

color-transfer-between-images

Implementation and improvement of paper: Color Transfer between Images, Erik Reinhard et al, 2001
C
6
star
11

regression-classification-kaggle

Regression and Classification Competition in Kaggle
Python
3
star
12

histogram-equalization-on-grayscale-and-color-image

Implementation of histogram equalization on grayscale image and three methods of color image histogram equalization. Detail analyses and results are given.
C
3
star
13

ECOP-hw

Homeworks(codes & reports) from 2016 SYSU's Experiments of Computer Organization Principle course taught by Professor Chaodong He.
C
2
star