All Projects → AeroPython → Curso_aeropython

AeroPython / Curso_aeropython

Curso de iniciación a Python orientado a la ingeniería

Projects that are alternatives of or similar to Curso aeropython

Deepfakedetection
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Reinforcement Learning
Reinforcement learning material, code and exercises for Udacity Nanodegree programs.
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Python High Performance Second Edition
Python High Performance – Second Edition, published by Packt
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Nltk Python Cn
创建《Python自然语言处理》学习代码的中文注释版本。
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning Without Any Libraries
This is a collection of some of the important machine learning algorithms which are implemented with out using any libraries. Libraries such as numpy and pandas are used to improve computational complexity of algorithms
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow 1x Deep Learning Cookbook
TensorFlow 1.x Deep Learning Cookbook, published by Packt
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Object Cxr
Automatic detection of foreign objects on chest X-rays
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Rhodium
Python Library for Robust Decision Making and Exploratory Modelling
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Predictive Models
A repo of the Data Scientist team's open source predictive models.
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (+1463.64%)
Mutual labels:  jupyter-notebook
Nds
On Network Design Spaces for Visual Recognition
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Tadam
The implementation of https://papers.nips.cc/paper/7352-tadam-task-dependent-adaptive-metric-for-improved-few-shot-learning
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Applied Social Network Analysis In Python
Course - 5; Specialization: Applied Data Science with Python; University Of Michigan
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Math And Ml Notes
Books, papers and links to latest research in ML/AI
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Machinelearningformedicalimages
Example code on how to apply machine learning methods to medical images. Contains code (python and python notebooks) and data (DICOM)
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Ntk
Code for experiments in my blog post on the Neural Tangent Kernel: https://rajatvd.github.io/NTK
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Nlp
Generic codes related to NLP
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Nosebook
a nose plugin for finding and running IPython notebooks as nose tests
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Convergent learning
Code for paper "Convergent Learning: Do different neural networks learn the same representations?"
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Download Large File From Google Drive Using Python
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook

Curso AeroPython

AeroPython

Curso de Python orientado a la ingeniería

No Maintenance Intended

⚠️ Este curso ya no está mantenido, y queda disponible en abierto para quienes quieran aprovechar el material. Puedes leer más sobre el fin de AeroPython en este artículo.

Si acabas de llegar, no tienes instalado Python o no conoces el Notebook de IPython te recomendamos que leas esta introducción. En ella aprenderás cómo descargar y utilizar el material del curso.

También puedes probar a ejecutar los notebooks online desde tu navegador (¡sin instalar nada!):

Notebooks interactivos online: Binder

(esto es una versión demo y en fase beta, no utilices esta opción para guardar tu trabajo)

Si sólo quieres echar un vistazo, puedes visualizar los notebooks de cada clase en: http://nbviewer.jupyter.org/github/AeroPython/Curso_AeroPython/tree/master/notebooks_completos/

Autores/Colaboradores:

Ediciones:

Primera edición: marzo 2014 (tag v1.0)

Segunda edición: octubre 2014

Tercera edición: abril de 2015

Cuarta edición: marzo de 2018

Quinta edición: noviembre de 2018

Sigue aprendiendo

Cursos

  • [ES] Curso de Python para científicos e ingenieros

IMAGE ALT TEXT HERE

Libros gratuitos

Links

¿Dónde pedir ayuda?

Webs interesantes

Comunidades interesantes y/o cercanas

Pythonistas relevantes en Twitter

Lista

Grupos de Telegram

  • Python España
  • Python Alicante
  • Python Científico
  • AeroPython

Descargas e instalación

En los siguientes links se pueden obtener las versiones de los programas usados durante el curso.

Algunos cambios en la configuración

  • Cambiar la carpeta en la que arranca el notebook:

> jupyter notebook --generate-config

En C:\Users\username\.jupyter\jupyter_notebook_config cambiar el atributo
#c.NotebookApp.notebook_dir = ''

por
python
c.NotebookApp.notebook_dir = r'C:\new_path\folder'

No olvidar la `r` delante de las comillas
  • Activar IPython widgets en Jupyter Lab:

> conda install nodejs
> jupyter labextension install @jupyter-widgets/jupyterlab-manager

  • Activar matplotlib widgets
conda install -c conda-forge ipympl
# If using the Notebook
conda install -c conda-forge widgetsnbextension
# If using JupyterLab
conda install nodejs
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyter-matplotlib

Licencia Creative Commons
Curso AeroPython por Juan Luis Cano Rodriguez y Alejandro Sáez Mollejo se distribuye bajo una Licencia Creative Commons Atribución 4.0 Internacional.

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].