Diferencia entre revisiones de «Tutorial Python Alex 19-10-12»
De Grupo de Inteligencia Computacional (GIC)
Sin resumen de edición |
|||
Línea 3: | Línea 3: | ||
= Python Tutorial = | = Python Tutorial = | ||
- Alexandre Savio, October 19th, 2012 <span><font face="monospace">sudo apt-get install ipython python-numpy python-scipy python-mvpa2 python-setuptools python-matplotlib python-mvpa2-tutorialdata git python-pip python-nibabel sudo pip install -U scikit-image scikit-learn statsmodels</font></span> | - Alexandre Savio, October 19th, 2012 | ||
<span><font face="monospace"> | |||
sudo apt-get install ipython python-numpy python-scipy python-mvpa2 python-setuptools python-matplotlib python-mvpa2-tutorialdata git python-pip python-nibabel | |||
sudo pip install -U scikit-image scikit-learn statsmodels | |||
</font></span> | |||
* '''Python'''<strike> </strike> | * '''Python'''<strike> </strike> |
Revisión del 17:15 18 oct 2012
Python Tutorial
- Alexandre Savio, October 19th, 2012
sudo apt-get install ipython python-numpy python-scipy python-mvpa2 python-setuptools python-matplotlib python-mvpa2-tutorialdata git python-pip python-nibabel sudo pip install -U scikit-image scikit-learn statsmodels
- Python
- Hello World!
- Tutorials:
- IDEs
- Installing libraries
- Ubuntu repositories
- http://pypi.python.org/pypi
- Numpy
- http://numpy.scipy.org/
- http://www.scipy.org/Tentative_NumPy_Tutorial
- Numpy for Matlab users
- Tutorials:
- Scipy
- Statistics and Pattern analysis
- http://pypi.python.org/pypi/statsmodels
- http://docs.scipy.org/doc/scipy/reference/tutorial/stats.html
- http://www.pymvpa.org/
- http://www.shogun-toolbox.org/
- http://scikit-learn.org/stable/
- http://scikits.appspot.com/scikits
- Tutorial scipy.stats:
- Tutorial scikit-learn:
- http://nisl.github.com/introduction.html
- http://www.ehu.es/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes
- http://www.ehu.es/ccwintco/uploads/a/a3/Salinas_corrected.mat
- http://www.ehu.es/ccwintco/uploads/f/fa/Salinas_gt.mat
- [/home/alexandre/Dropbox/Documents/phd/work/salinas/sklearn_on_salinas.py /home/alexandre/Dropbox/Documents/phd/work/salinas/sklearn_on_salinas.py]
- Neuroimaging with Scikit-learn
- http://nisl.github.com/index.html
- http://nisl.github.com/auto_examples/index.html
- Tutorial:
- cd ~
- git clone https://github.com/nisl/tutorial.git
- cd tutorial
- sudo python setup.py install
- ipython
- http://nisl.github.com/auto_examples/plot_ica_resting_state.html#example-tutorial-plot-ica-resting-state-py
- Imaging
- Hyperspectral Imaging
- Interfaces with other softwares
- Plotting
- Others
- http://igraph.sourceforge.net/
- http://networkx.lanl.gov/
- http://nltk.org/
- http://sympy.org/en/index.html
- Machine Learning, Stephen Marsland: link, book, python source code
- Cleanup before leaving... ?