Diferencia entre revisiones de «Tutorial Python Alex 19-10-12»
De Grupo de Inteligencia Computacional (GIC)
Sin resumen de edición |
Sin resumen de edición |
||
Línea 76: | Línea 76: | ||
** [http://nisl.github.com/auto_examples/index.html <font color="#3465A4">http://nisl.github.com/auto_examples/index.html</font>] | ** [http://nisl.github.com/auto_examples/index.html <font color="#3465A4">http://nisl.github.com/auto_examples/index.html</font>] | ||
** Tutorial: | ** Tutorial: | ||
<font face="monospace"> | |||
cd ~ | |||
git clone [https://github.com/nisl/tutorial.git <font color="#3465A4">https://github.com/nisl/tutorial.git</font>] | |||
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 <font color="#3465A4">http://nisl.github.com/auto_examples/plot_ica_resting_state.html#example-tutorial-plot-ica-resting-state-py</font>] | |||
</font> | |||
<strike> </strike> | <strike> </strike> | ||
Línea 121: | Línea 123: | ||
* '''Cleanup before leaving... ?''' | * '''Cleanup before leaving... ?''' | ||
<font face="monospace"> | |||
sudo pip uninstall nisl rm -r [~/tutorial <font color="#3465A4">~/tutorial</font>]</div> | sudo pip uninstall nisl rm -r [~/tutorial <font color="#3465A4">~/tutorial</font>]</div> | ||
</font> |
Revisión del 23:11 18 oct 2012
Python Tutorial
Author: Alex, October 19th, 2012
- Install the software
$ 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
- Download the data
- Python
- Hello World!
- Tutorials:
- 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
- Neuroimaging with Scikit-learn
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... ?
sudo pip uninstall nisl rm -r [~/tutorial ~/tutorial]