GithubHelp home page GithubHelp logo

isabella232 / clj-ai-meetup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from metosin/clj-ai-meetup

0.0 0.0 0.0 5 KB

Case Studies in AI for Clojure Tampere meetup

License: MIT License

Clojure 100.00%

clj-ai-meetup's Introduction

AI Case Studies in Clojure

This repository contains example AI problems and solutions for hands-on tutorial at Clojure Tampere Meetup on March 26th, 2019.

Problem and solution branches

The problem description is in the master branch. If you need some help, example solution can be found in the solution branch.

Getting started

Follow these steps to quickly setup an IDE and get coding with Clojure:

  • Clone this repository to your local computer
  • Install Clojure command line tools (preferred), which support both Mac and Linux
    • If you are using Windows, install Leiningen instead.
  • Start the Nightlight IDE using Clojure CLI:
    • clj -m nightlight.core
    • When using Leiningen, use the spell lein nightlight
  • Point your browser to http://localhost:4000. Behold the IDE!
  • Create a new file to the project, and turn on insta-REPL to evaluate your code as you type.

General Problem Solver

We will investigate General Problem Solver (GPS) in the session. We will implement the GPS in Clojure, and apply it to two example problems: Driving to Nursery School and Monkey and Bananas.

Our solution will draw inspiration from the simplest GPS implementation in Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp by Peter Norvig (1992). We shall modify the implementation a bit, to make it more Clojure-like and REPL-friendly.

Task

Create a new file src/solver.clj and write a means-end solver similar to Norvig's naïve GPS solver.

License

Copyright (c) 2019 Toni Vanhala and contributors. MIT License. See LICENSE.

clj-ai-meetup's People

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.