An open API service indexing awesome lists of open source software.

https://github.com/phuijse/courses_notebooks

Jupyter notebooks for the EL4106 "Computational Intelligence" and AS4501 "Astroinformatics" courses at Universidad de Chile
https://github.com/phuijse/courses_notebooks

astroinformatics computational-intelligence machine-learning

Last synced: about 1 month ago
JSON representation

Jupyter notebooks for the EL4106 "Computational Intelligence" and AS4501 "Astroinformatics" courses at Universidad de Chile

Awesome Lists containing this project

README

        

Machine-learning notebooks
==========================

Jupyter notebooks on machine-learning algorithms. These are supplementary material for the AS4501 "Astroinformatics" and EL4106 "Computational Intelligence" courses at Universidad de Chile.

1. `Neural networks: `_ pure-numpy multilayer perceptron (MLP), tensorflow MLP and Bayesian MLP with PyMC3
2. `Support vector machines: `_ C-SVM, nu-SVM and one-class SVM using scikit-learn
3. `Boosting with decision trees: `_ Decision trees, Adaboost and Gradient boosting using scikit-learn
4. `Bagging with decision trees: `_ Decision trees, Bagging and Random Forest using scikit-learn
5. `Self organizing maps: `_ Color clustering through SOM using Somoclu

Requirements will vary between notebooks. Incomplete list of dependecies:

* Python 3 (not tested with Python 2)
* `Numpy `_
* `Tensorflow `_
* `PyMC3 `_
* `Theano `_
* `Scikit-learn `_
* `Somoclu `_