All Projects → alexirpan → Rubik_research

alexirpan / Rubik_research

Experiments with using neural nets to solve a Rubik's Cube - read README first

Projects that are alternatives of or similar to Rubik research

Ms Agv Car
微軟人工智慧實務工作坊及 CAVEDU 研習課程之無人載具範例程式
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Alembic
A set of tools for elastic image registration in Julia
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Plotly Misc Nbs
Miscellaneous IPython notebooks showing off plotly's features
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Teaching
Website for tutorials
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Jupyter Notes
Some notes, taken with jupyter noteboook, about my studies and my interests
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Wellmagic
IPython notebooks to do magic things with well log data
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Collaboration
Repo for collaborating on documents
Stars: ✭ 5 (-28.57%)
Mutual labels:  jupyter-notebook
Gcdri ts cat ml
Stars: ✭ 7 (+0%)
Mutual labels:  jupyter-notebook
Nazarkav
Persian Sentiment Analysis
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (+11771.43%)
Mutual labels:  jupyter-notebook
Stock Market Analysis Using Python Pandas Numpy
- Performed stock market analysis of technology company’s stocks. - Used pandas to get stock information and to visualize different aspects of stock and performed risk analysis of the stock based on its previous performance history.
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Xen Code Review Analysis
This repository contains the tools and method follow to produce code review dashboards for the Xen community
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Seminario Doc 2014
Cointegración en series de tiempo
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Pytest Intro
Intro practice session to py.test
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Radiometer Sdr Thesis
My Master's thesis in Computer Engineering. My thesis involves using Software Defined Radios in radiometer applications.
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Tfidf
Simple TF IDF Library
Stars: ✭ 6 (-14.29%)
Mutual labels:  jupyter-notebook
Ipython In Depth
IPython and Jupyter in-depth Tutorial, first presented at PyCon 2012
Stars: ✭ 827 (+11714.29%)
Mutual labels:  jupyter-notebook
Ephys Analysis
Scripts and utilities for processing electrophysiology data
Stars: ✭ 7 (+0%)
Mutual labels:  jupyter-notebook
Neurosleeve
Stars: ✭ 7 (+0%)
Mutual labels:  jupyter-notebook
Pysal
PySAL: Python Spatial Analysis Library Meta-Package
Stars: ✭ 832 (+11785.71%)
Mutual labels:  jupyter-notebook

READ BEFORE CLONING

This repo is enormous, several GB big. I decided to save all my models from all my experiments, some of which took up quite a bit of space because I didn't even try for space efficiency. Cloning this will take a long time and a lot of space. I'm not saying you can't do it, just know what you're getting into.

This is the code I'm using for a research side project. Basically, I'm throwing neural nets at a Rubik's Cube to see how well the neural net can learn the dynamics of a Rubik's Cube problem. Past research has shown the Rubik's Cube is solvable with iteratively deepened A* search, so this isn't about doing something believed to be difficult. I'm more interested in finding out how well a neural net can recreate/imitate search.

If I have time I'll update this README. This is highly unrefined research code and as of now I have no plans to clean it up or make it more readable to other people. Off the top of my head, you'll need Torch and the rnn library for Torch. (There's code for parallel data set generation that needs the parallel library, but turns out dataset generation is fast enough to make it a premature optimization, and you shouldn't need it for training.)

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].