Coder Social home page Coder Social logo

zhaiduo / aima-javascript Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aimacode/aima-javascript

0.0 2.0 0.0 526 KB

Javascript implementation of algorithms (and visualizations) from Russell And Norvig's "Artificial Intelligence - A Modern Approach"

License: MIT License

HTML 5.75% JavaScript 92.03% CSS 2.21%

aima-javascript's Introduction

aima-javascript

Javascript implementation of algorithms (and visualizations) from Russell And Norvig's "Artificial Intelligence - A Modern Approach"

Some Javascript visualizations that I admire, and would like to see similar kinds of things here:

Prerequisites

  • Node.js version 0.10.0 or newer
  • Install jspm, eslint, gulp globally
npm install -g jspm
npm install -g eslint
npm install -g gulp

Installation

To run locally for development.

  1. run npm install
  2. run jspm install

Running

Start a local server, e.g. python -m SimpleHTTPServer for Python 2.x or python -m http.server for Python 3.x

Then visit localhost:8000 using your browser.

Deploying

To bundle the web app

  1. run gulp bundle followed by gulp copy to bundle the app into build folder
  2. Either serve build folder locally.
  3. Or deploy it to gh-pages by running gulp deploy.

build

This directory contains the minified source code for production deployment.

Structure

The repository has the following structure:

  • There is a directory for each chapter
  • Each algorithm will have a algorithm.js where the main logic is to be implemented.
  • Each algorithm will also have a c_algorithm.js which will have the javascript visualization.
  • The index.html will include both the scripts.
  • The c_algorithm.js will use AJAX to load algorithm.js into index.html as plain text for side-by-side reference of the reader.
  • The index.html will also include main.js which contains minified version of global scripts like jQuery, angular etc
  • See the index.html of chapter 2 for reference.

Contribution

Put the name of the chapter you want to contribute in the Division of work thread. Please squash all comits into a single comit.

aima-javascript's People

Contributors

ghost---shadow avatar kaiesh avatar kepta avatar mircot avatar norvig avatar prabod avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.