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
440
ML Zero to Hero in GCP
vickyale
0
73
Agile & Big Data
vickyale
1
42
Clean Data with Python
vickyale
0
240
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
What's new in OpenShift 4.20
redhatlivestreaming
0
320
dbtとAIエージェントを組み合わせて見えたデータ調査の新しい形
10xinc
6
1.2k
プロファイルとAIエージェントによる効率的なデバッグ / Effective debugging with profiler and AI assistant
ymotongpoo
1
340
仕様駆動開発を実現する上流工程におけるAIエージェント活用
sergicalsix
1
410
CREが作る自己解決サイクルSlackワークフローに組み込んだAIによる社内ヘルプデスク改革 #cre_meetup
bengo4com
0
350
OPENLOGI Company Profile for engineer
hr01
1
45k
個人でデジタル庁の デザインシステムをVue.jsで 作っている話
nishiharatsubasa
3
5.2k
オブザーバビリティと育てた ID管理・認証認可基盤の歩み / The Journey of an ID Management, Authentication, and Authorization Platform Nurtured with Observability
kaminashi
1
1k
コンパウンド組織のCRE #cre_meetup
layerx
PRO
1
280
Kubernetes self-healing of your workload
hwchiu
0
570
ゼロコード計装導入後のカスタム計装でさらに可観測性を高めよう
sansantech
PRO
1
500
スタートアップの現場で実践しているテストマネジメント #jasst_kyushu
makky_tyuyan
0
140
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
514
110k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Designing Experiences People Love
moore
142
24k
Visualization
eitanlees
149
16k
KATA
mclloyd
PRO
32
15k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
The Invisible Side of Design
smashingmag
302
51k
GitHub's CSS Performance
jonrohan
1032
470k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
890
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