All Projects → lmarti → Evolutionary Computation Course

lmarti / Evolutionary Computation Course

Jupyter/IPython notebooks about evolutionary computation.

Projects that are alternatives of or similar to Evolutionary Computation Course

Yabox
Yet another black-box optimization library for Python
Stars: ✭ 103 (-40.46%)
Mutual labels:  jupyter-notebook, evolutionary-algorithms
Ipytest
Pytest in IPython notebooks.
Stars: ✭ 139 (-19.65%)
Mutual labels:  jupyter-notebook, ipython-notebook
Prototypical Networks Tensorflow
Tensorflow implementation of NIPS 2017 Paper "Prototypical Networks for Few-shot Learning"
Stars: ✭ 122 (-29.48%)
Mutual labels:  jupyter-notebook, ipython-notebook
Notebooks
A collection of Jupyter/IPython notebooks
Stars: ✭ 78 (-54.91%)
Mutual labels:  jupyter-notebook, ipython-notebook
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (-16.18%)
Mutual labels:  jupyter-notebook, ipython-notebook
Sci Pype
A Machine Learning API with native redis caching and export + import using S3. Analyze entire datasets using an API for building, training, testing, analyzing, extracting, importing, and archiving. This repository can run from a docker container or from the repository.
Stars: ✭ 90 (-47.98%)
Mutual labels:  jupyter-notebook, ipython-notebook
Ipytracer
📊 Algorithm Visualizer for IPython/Jupyter Notebook
Stars: ✭ 138 (-20.23%)
Mutual labels:  jupyter-notebook, ipython-notebook
Pandas Tutorial
Tutorial on Using Pandas
Stars: ✭ 66 (-61.85%)
Mutual labels:  jupyter-notebook, ipython-notebook
Bluepyopt
Blue Brain Python Optimisation Library
Stars: ✭ 143 (-17.34%)
Mutual labels:  genetic-algorithm, evolutionary-algorithms
Evolutionsimulator
Evolution Simulator with Box2D
Stars: ✭ 143 (-17.34%)
Mutual labels:  genetic-algorithm, evolutionary-algorithms
Show ast
An IPython notebook plugin for visualizing ASTs.
Stars: ✭ 76 (-56.07%)
Mutual labels:  jupyter-notebook, ipython-notebook
Rfm Analysis
Python script (and IPython notebook) to perform RFM analysis from customer purchase history data
Stars: ✭ 165 (-4.62%)
Mutual labels:  jupyter-notebook, ipython-notebook
Rl Course Experiments
Stars: ✭ 73 (-57.8%)
Mutual labels:  jupyter-notebook, genetic-algorithm
Spark Py Notebooks
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 1,338 (+673.41%)
Mutual labels:  jupyter-notebook, ipython-notebook
Mealpy
A collection of the state-of-the-art MEta-heuristics ALgorithms in PYthon (mealpy)
Stars: ✭ 72 (-58.38%)
Mutual labels:  genetic-algorithm, evolutionary-algorithms
Dive Into Machine Learning
Dive into Machine Learning with Python Jupyter notebook and scikit-learn! First posted in 2016, maintained as of 2021. Pull requests welcome.
Stars: ✭ 10,810 (+6148.55%)
Mutual labels:  jupyter-notebook, ipython-notebook
Applying eanns
A 2D Unity simulation in which cars learn to navigate themselves through different courses. The cars are steered by a feedforward neural network. The weights of the network are trained using a modified genetic algorithm.
Stars: ✭ 1,093 (+531.79%)
Mutual labels:  genetic-algorithm, evolutionary-algorithms
Gendis
Contains an implementation (sklearn API) of the algorithm proposed in "GENDIS: GEnetic DIscovery of Shapelets" and code to reproduce all experiments.
Stars: ✭ 59 (-65.9%)
Mutual labels:  jupyter-notebook, evolutionary-algorithms
Evolutionary.jl
Evolutionary & genetic algorithms for Julia
Stars: ✭ 142 (-17.92%)
Mutual labels:  genetic-algorithm, evolutionary-algorithms
Fantasy Basketball
Scraping statistics, predicting NBA player performance with neural networks and boosting algorithms, and optimising lineups for Draft Kings with genetic algorithm. Capstone Project for Machine Learning Engineer Nanodegree by Udacity.
Stars: ✭ 146 (-15.61%)
Mutual labels:  jupyter-notebook, genetic-algorithm

Evolutionary Computation with Jupyter/IPython

Jupyter/IPython notebooks about genetic and evolutionary computation

Luis Martí -- http://lmarti.com

This repository contains the Jupyter/IPython notebooks used in the demonstration classes of my course "Advanced Evolutionary Computation: Theory and Practice", which I taught as part of the PhD in Electrical Engineering, Department of Electrical Engineering of the Pontifícia Universidade Católica do Rio de Janeiro.

Note: Although I am not currently giving this course I am updating the notebooks from time to time to meet software updates and remove bugs.

Available notebooks

A note on viewing the notebooks

These notebooks are meant to be viewed as slides. That is why they contain relatively few text and mostly graphical information. However, nothing stops you from viewing them as regular notebooks. Note that nbviewer allows you to switch the notebooks "slides" mode.

Click to view as slides

Offline (local) slides

  • You can convert them to slides and view them locally by using nbconvert with a command like:
$ jupyter nbconvert --to slides --post serve <a-notebook-name.ipynb>
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].