All Projects → luckytoilet → Msolver

luckytoilet / Msolver

Licence: mit
A small, self-contained minesweeper solver written in Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Msolver

Dynamics
A Compositional Object-Based Approach to Learning Physical Dynamics
Stars: ✭ 159 (-6.47%)
Mutual labels:  artificial-intelligence
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (-4.12%)
Mutual labels:  artificial-intelligence
Awesome Machine Learning In Compilers
Must read research papers and links to tools and datasets that are related to using machine learning for compilers and systems optimisation
Stars: ✭ 168 (-1.18%)
Mutual labels:  artificial-intelligence
Lazynlp
Library to scrape and clean web pages to create massive datasets.
Stars: ✭ 1,985 (+1067.65%)
Mutual labels:  artificial-intelligence
Curvature
A full-featured editor for working with Utility-based AI
Stars: ✭ 163 (-4.12%)
Mutual labels:  artificial-intelligence
Blog
Technical blog repo of metaflow
Stars: ✭ 165 (-2.94%)
Mutual labels:  artificial-intelligence
Avalanche
Avalanche: a End-to-End Library for Continual Learning.
Stars: ✭ 151 (-11.18%)
Mutual labels:  artificial-intelligence
Log Anomaly Detector
Log Anomaly Detection - Machine learning to detect abnormal events logs
Stars: ✭ 169 (-0.59%)
Mutual labels:  artificial-intelligence
Mindpark
Testbed for deep reinforcement learning
Stars: ✭ 163 (-4.12%)
Mutual labels:  artificial-intelligence
Slot Attention
Implementation of Slot Attention from GoogleAI
Stars: ✭ 168 (-1.18%)
Mutual labels:  artificial-intelligence
Visualizer
A single-page website aiming to provide innovative and intuitive visualizations of common and AI algorithms.
Stars: ✭ 163 (-4.12%)
Mutual labels:  artificial-intelligence
Wyrm
Autodifferentiation package in Rust.
Stars: ✭ 164 (-3.53%)
Mutual labels:  artificial-intelligence
Perfect Tensorflow
TensorFlow C API Class Wrapper in Server Side Swift.
Stars: ✭ 166 (-2.35%)
Mutual labels:  artificial-intelligence
Nano Neuron
🤖 NanoNeuron is 7 simple JavaScript functions that will give you a feeling of how machines can actually "learn"
Stars: ✭ 2,050 (+1105.88%)
Mutual labels:  artificial-intelligence
Colab
Continual Learning tutorials and demo running on Google Colaboratory.
Stars: ✭ 168 (-1.18%)
Mutual labels:  artificial-intelligence
Ecg Arrhythmia Classification
ECG arrhythmia classification using a 2-D convolutional neural network
Stars: ✭ 159 (-6.47%)
Mutual labels:  artificial-intelligence
Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (-2.94%)
Mutual labels:  artificial-intelligence
Cnn Svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine (SVM) for Image Classification
Stars: ✭ 170 (+0%)
Mutual labels:  artificial-intelligence
Siren Pytorch
Pytorch implementation of SIREN - Implicit Neural Representations with Periodic Activation Function
Stars: ✭ 169 (-0.59%)
Mutual labels:  artificial-intelligence
Awesome Ml Courses
Awesome free machine learning and AI courses with video lectures.
Stars: ✭ 2,145 (+1161.76%)
Mutual labels:  artificial-intelligence

More information here: http://luckytoilet.wordpress.com/2012/12/23/2125/

I posted the source code for entertainment purposes only, and I never seriously intended it to be compiled and run on another machine. Nevertheless, if you intend to run this on your own computer:

  1. Make sure ScreenWidth, ScreenHeight, TOT_MINES are correct
  2. Make the game window as big as you can. Try maximizing it.
  3. Be sure that the entire game window is visible 2 seconds after it starts.

The calibration routine looks for intersections of dark lines, and if the resolution is too small, the lines change to a grayish color and you'll get "Calibration failed".

Detection is tricky and doesn't have a 100% success rate on my machine either. If it still doesn't work, you're out of luck xD

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].