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
Primeros pasos en AI/ML
Search
Victoria Ubaldo
November 12, 2019
Technology
0
97
Primeros pasos en AI/ML
Tech Talks - Noviembre 2019
Victoria Ubaldo
November 12, 2019
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
Analizar Datos con Python y Google Colab
vickyale
1
110
¿Cómo estar al día en Tecnología, como profesional tech?
vickyale
1
380
ML Zero to Hero in GCP
vickyale
0
66
Agile & Big Data
vickyale
1
34
Clean Data with Python
vickyale
0
210
AoG Workshop for IWD19
vickyale
0
120
Introducción a Actions for Google Assistant
vickyale
0
54
Kit para crear un sitio web móvil asombroso!
vickyale
0
34
Other Decks in Technology
See All in Technology
Oracle Base Database Service:サービス概要のご紹介
oracle4engineer
PRO
1
16k
[IBM TechXchange Dojo]Watson Discoveryとwatsonx.aiでRAGを実現!座学①
siyuanzh09
0
110
カップ麺の待ち時間(3分)でわかるPartyRockアップデート
ryutakondo
0
140
生成AIのビジネス活用
seosoft
0
110
RubyでKubernetesプログラミング
sat
PRO
4
160
デジタルアイデンティティ技術 認可・ID連携・認証 応用 / 20250114-OIDF-J-EduWG-TechSWG
oidfj
2
690
FODにおけるホーム画面編成のレコメンド
watarukudo
PRO
2
280
TSのコードをRustで書き直した話
askua
3
260
dbtを中心にして組織のアジリティとガバナンスのトレードオンを考えてみた
gappy50
0
300
【Oracle Cloud ウェビナー】2025年のセキュリティ脅威を読み解く:リスクに備えるためのレジリエンスとデータ保護
oracle4engineer
PRO
1
100
完全自律型AIエージェントとAgentic Workflow〜ワークフロー構築という現実解
pharma_x_tech
0
350
JuliaTokaiとJuliaLangJaの紹介 for NGK2025S
antimon2
1
130
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Bash Introduction
62gerente
610
210k
Building Adaptive Systems
keathley
38
2.4k
jQuery: Nuts, Bolts and Bling
dougneiner
62
7.6k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
113
50k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
26
1.9k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
30
2.1k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
Gamification - CAS2011
davidbonilla
80
5.1k
The Cost Of JavaScript in 2023
addyosmani
46
7.2k
YesSQL, Process and Tooling at Scale
rocio
170
14k
Transcript
Primeros pasos en AI/ML Victoria Ubaldo @Vikyale
Victoria Ubaldo Data Analyst Management, Interbank Women Techmakers Lima Ambassador
Co-organizer GDG Cloud Lima @vikyale
¿Experta en AI y ML?
Aprender
None
Crear cosas que aprendan
Introducción a ML
Introducción a Aprendizaje Automático
“Crear una sistema que realice el reconocimiento de actividades para
el seguimiento del estado físico, dando velocidades”.
“Crear una sistema que realice el reconocimiento de actividades para
el seguimiento del estado físico, dando velocidades”.
“Crear una sistema que realice el reconocimiento de actividades para
el seguimiento del estado físico, dando velocidades”.
….. “Crear una sistema que realice el reconocimiento de actividades
para el seguimiento del estado físico, dando velocidades”.
None
None
Reglas: relación entre las respuestas y los datos
None
Reglas: relación entre las respuestas y los datos
El modelo utiliza las reglas
Machine Learning es programar con datos.
Machine Learning ¿Qué herramienta podemos usar para aplicaciones en ML
?
Tensorflow
An open source Deep Learning library • >1,800 contributors worldwide
• Apache 2.0 license • Released by Google in 2015 to the world TensorFlow 2.0 • Easier to learn and use • For beginners and experts • Beta available today TensorFlow
El modelo utiliza las reglas
None
Clasificación y Regresión
Hagamos un “Hello World en Tensorflow”
¿Qué necesito? - Objetivo - Google Colaboratory / Jupyter Notebook(Python)
- Datos
Se quiere crear el siguiente modelo: X (Feacture) Y(Label) 1
4 2 7 3 10 4 13 10 ??????? 3X+1
None
Demo
Felicidades, tu primer proyecto en ML !
Hagamos un clasificador de imágenes en Tensorflow
None
None
70 mil imágenes 10 categorías Imágenes 28x28 pixeles Podríamos crear
una red neural!
70 mil imágenes 10 categorías Imágenes 28x28 Podríamos crear una
red neural!
Label Class 0 T-shirt/top 1 Trouser 2 Pullover 3 Dress
4 Coat 5 Sandal 6 Shirt 7 Sneaker 8 Bag 9 Ankle boot
¿Qué necesito? - Objetivo - Google Colaboratory / Jupyter Notebook(Python)
- Muchos datos!!!
None
Demo
None
Consejos Finales
aprende/repasa estadística
All you need is Python
¿Donde obtener data?
Links interesantes: https://keras.io/optimizers/ https://www.tensorflow.org/learn https://codelabs.developers.google.com Canal Youtube: Tensorflow
Primeros pasos en AI/ML Victoria Ubaldo @Vikyale