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
CLIPでマルチモーダル画像検索 →とても良い
wm3
0
230
webpack依存からの脱却!快適フロントエンド開発をViteで実現する #vuefes
bengo4com
4
3.6k
IBC 2025 動画技術関連レポート / IBC 2025 Report
cyberagentdevelopers
PRO
2
210
Retrospectiveを振り返ろう
nakasho
0
130
AI時代、“平均値”ではいられない
uhyo
8
2.6k
.NET 10のBlazorの期待の新機能
htkym
0
150
会社を支える Pythonという言語戦略 ~なぜPythonを主要言語にしているのか?~
curekoshimizu
3
880
serverless team topology
_kensh
3
240
20251029_Cursor Meetup Tokyo #02_MK_「あなたのAI、私のシェル」 - プロンプトインジェクションによるエージェントのハイジャック
mk0721
PRO
5
1.4k
ViteとTypeScriptのProject Referencesで 大規模モノレポのUIカタログのリリースサイクルを高速化する
shuta13
3
220
プロファイルとAIエージェントによる効率的なデバッグ / Effective debugging with profiler and AI assistant
ymotongpoo
1
360
ストレージエンジニアの仕事と、近年の計算機について / 第58回 情報科学若手の会
pfn
PRO
3
870
Featured
See All Featured
Practical Orchestrator
shlominoach
190
11k
RailsConf 2023
tenderlove
30
1.3k
Automating Front-end Workflow
addyosmani
1371
200k
KATA
mclloyd
PRO
32
15k
The Straight Up "How To Draw Better" Workshop
denniskardys
238
140k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Done Done
chrislema
185
16k
Designing Experiences People Love
moore
142
24k
Typedesign – Prime Four
hannesfritz
42
2.8k
Context Engineering - Making Every Token Count
addyosmani
8
310
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
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