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
110
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
200
Analizar Datos con Python y Google Colab
vickyale
1
140
¿Cómo estar al día en Tecnología, como profesional tech?
vickyale
1
430
ML Zero to Hero in GCP
vickyale
0
73
Agile & Big Data
vickyale
1
41
Clean Data with Python
vickyale
0
230
AoG Workshop for IWD19
vickyale
0
140
Introducción a Actions for Google Assistant
vickyale
0
68
Kit para crear un sitio web móvil asombroso!
vickyale
0
43
Other Decks in Technology
See All in Technology
LLM時代にデータエンジニアの役割はどう変わるか?
ikkimiyazaki
0
260
Green Tea Garbage Collector の今
zchee
PRO
2
390
10年の共創が示す、これからの開発者と企業の関係 ~ Crossroad
soracom
PRO
1
190
AI ReadyなData PlatformとしてのAutonomous Databaseアップデート
oracle4engineer
PRO
0
190
ACA でMAGI システムを社内で展開しようとした話
mappie_kochi
1
270
コンテキストエンジニアリングとは? 考え方と応用方法
findy_eventslides
4
900
SoccerNet GSRの紹介と技術応用:選手視点映像を提供するサッカー作戦盤ツール
mixi_engineers
PRO
1
180
後進育成のしくじり〜任せるスキルとリーダーシップの両立〜
matsu0228
7
2.4k
自作LLM Native GORM Pluginで実現する AI Agentバックテスト基盤構築
po3rin
2
250
Escaping_the_Kraken_-_October_2025.pdf
mdalmijn
0
140
BtoBプロダクト開発の深層
16bitidol
0
330
組織観点からIAM Identity CenterとIAMの設計を考える
nrinetcom
PRO
1
180
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
We Have a Design System, Now What?
morganepeng
53
7.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Designing for Performance
lara
610
69k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Mobile First: as difficult as doing things right
swwweet
224
10k
Visualization
eitanlees
148
16k
Into the Great Unknown - MozCon
thekraken
40
2.1k
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