Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Analizar Datos con Python y Google Colab
Search
Victoria Ubaldo
April 25, 2020
Technology
1
100
Analizar Datos con Python y Google Colab
IWD ONLINE 2020
Victoria Ubaldo
April 25, 2020
Tweet
Share
More Decks by Victoria Ubaldo
See All by Victoria Ubaldo
Introduction to NLP : How to improve accessibility with Machine Learning
vickyale
1
180
¿Cómo estar al día en Tecnología, como profesional tech?
vickyale
1
370
Primeros pasos en AI/ML
vickyale
0
95
ML Zero to Hero in GCP
vickyale
0
65
Agile & Big Data
vickyale
1
32
Clean Data with Python
vickyale
0
210
AoG Workshop for IWD19
vickyale
0
120
Introducción a Actions for Google Assistant
vickyale
0
51
Kit para crear un sitio web móvil asombroso!
vickyale
0
32
Other Decks in Technology
See All in Technology
Wantedly での Datadog 活用事例
bgpat
1
520
ハイテク休憩
sat
PRO
2
160
バクラクのドキュメント解析技術と実データにおける課題 / layerx-ccc-winter-2024
shimacos
2
1.1k
AWS re:Invent 2024で発表された コードを書く開発者向け機能について
maruto
0
190
社内イベント管理システムを1週間でAKSからACAに移行した話し
shingo_kawahara
0
190
祝!Iceberg祭開幕!re:Invent 2024データレイク関連アップデート10分総ざらい
kniino
3
310
宇宙ベンチャーにおける最近の情シス取り組みについて
axelmizu
0
110
kargoの魅力について伝える
magisystem0408
0
210
10個のフィルタをAXI4-Streamでつなげてみた
marsee101
0
170
NilAway による静的解析で「10 億ドル」を節約する #kyotogo / Kyoto Go 56th
ytaka23
3
380
KubeCon NA 2024 Recap / Running WebAssembly (Wasm) Workloads Side-by-Side with Container Workloads
z63d
1
250
ガバメントクラウドのセキュリティ対策事例について
fujisawaryohei
0
560
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
169
14k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.4k
GraphQLとの向き合い方2022年版
quramy
44
13k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
810
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Into the Great Unknown - MozCon
thekraken
33
1.5k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
29
2k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
How to Ace a Technical Interview
jacobian
276
23k
How GitHub (no longer) Works
holman
311
140k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5k
Transcript
Victoria Ubaldo @vikyale Analizar Datos con Python y Google Colab
¿Qué necesitaremos?
Requisitos • Una base interesante para explorar. • Conocimientos básicos
de Python. • Una cuenta Gmail para acceso a Google Colab
1. Una base interesante para explorar.
Usaremos Kaggle Para obtener nuestra base de datos www.kaggle.com
2. Conocimientos básicos de Python.
Text & diagram slides ¿Y porqué Python? Para analizar datos,
el lenguaje de programación Python es una buena opción debido a que es Open Source ,interpretado y es muy fácil de aprender.
Text & diagram slides ¿Cómo lo instalamos? Para este análisis
no necesitaremos instalarlo, porque la siguiente herramienta lo tendrá integrado.
3. Una cuenta Gmail para acceso a Google Colab
Google Colab Puede importar sus propios datos en los notebooks
de Colab desde una cuenta de Google Drive, hojas de cálculo, Github y muchas otras fuentes.
Ingresamos a Google Drive, y en una carpeta creamos un
archivo Google Colaboratory
Demo!
¿Cómo continuar aprendiendo?
¿Donde obtener data?
Links interesantes: https://cloud.google.com/tpu/docs/colabs https://www.tensorflow.org/learn https://codelabs.developers.google.com Canal Youtube: Tensorflow
Victoria Ubaldo @vikyale Analizar Datos con Python y Google Colab