Git Product home page Git Product logo

snfcocktail's Introduction

***********
SNFcocktail
***********

Fysik, statistik och lite artificiell intelligens - en bild av den moderna ingenjören
  ===========================================================
:Author: Christian Forssen ([email protected])

Detta repo innehåller den pythonkod som användes för en presentation
på SNF cocktail party 2018-01-18. Publiken var studenter på Chalmers
program i Teknisk fysik och Teknisk matematik.

Min förhoppning är att materialet kan vara intresseväckande och jag
vill uppmana de intresserade att själva installera python och de
moduler som behövs för att sedan kunna testa de exempel som visades.

Nedan installationsinstruktioner med mera på engelska.

Installation
------------

Download the repo from github::

    git clone https://github.com/cforssen/SNFcocktail.git

The scripts depend on several scientific modules (see
the list in environment.yml) and require a python3.5 installation. 

Dependencies are best installed using ``conda`` by creating
a virtual environment:

    conda env create
    source activate SNF-env

 Note that we employ a very broad list of packages in this notebook.
 After all, we explore several different application areas. The core
 packages are numpy and matplotlib, while the others are used for the
 various examples. It could happen that some packages are not included
 in the conda default channel and that the above installation
 fails. This should be solved by adding the
 [conda-forge](https://conda-forge.org/) channel: 

    conda config --add channels conda-forge

To deactivate virtual environment::

    source deactivate


Code overview
-------------

``SNF_presentation.ipynb`` ......... Presentation as a jupyter ipython
notebook

``SNF_presentation_extra.ipynb`` ......... Some extra material,
figures, etc.

``Keras_Addition_rnn.ipynb``  ......... TensorFlow example, addition
of integers in string format.

``environment.yml`` ... Package dependencies

``LICENCE.txt`` .............. MIT License

``README.rst`` .......... This.


Support
-------

For questions regarding this software, feel free to e-mail the main author.

snfcocktail's People

Contributors

cforssen avatar

Watchers

 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.