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
Expert Interaction on ML
Search
Kurian Benoy
February 25, 2024
Programming
0
91
Expert Interaction on ML
Kurian Benoy
February 25, 2024
Tweet
Share
More Decks by Kurian Benoy
See All by Kurian Benoy
How I ended up maintaining a python package with 1M+ downloads so far?
kurianbenoy
0
9
MTech Final Project - Presentation Slides
kurianbenoy
0
37
Project Review Report 5 - MTech Project
kurianbenoy
1
42
Joy of Programming
kurianbenoy
0
49
Project Review Report 4 - Robust Speech Recognition in Malayalam
kurianbenoy
0
120
Final project report - Phase 1
kurianbenoy
0
80
Project Review Slides
kurianbenoy
0
35
Demysitfying Async&Await in Python and JavaScript
kurianbenoy
0
180
Tensorflow User Groups(TFUG) India Summit
kurianbenoy
0
98
Other Decks in Programming
See All in Programming
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
190
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
110
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
370
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
130
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.7k
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
380
CSC307 Lecture 14
javiergs
PRO
0
470
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
15
3k
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
240
CSC307 Lecture 13
javiergs
PRO
0
320
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
7.9k
Claude Codeログ基盤の構築
giginet
PRO
7
2.6k
Featured
See All Featured
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
Building an army of robots
kneath
306
46k
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
Raft: Consensus for Rubyists
vanstee
141
7.4k
How Software Deployment tools have changed in the past 20 years
geshan
0
32k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.1k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
69
ラッコキーワード サービス紹介資料
rakko
1
2.6M
Darren the Foodie - Storyboard
khoart
PRO
3
2.8k
Statistics for Hackers
jakevdp
799
230k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
Transcript
Machine Learning and Learning CS in real-world Expert Interaction
About ME SE- DataScientist - AOT Technologies Open Source contributor
- Keras, DVC, SMC Kaggle 2x Expert (under Rank 500) FOSSASIA Open TechNights Winner GCI Mentor - Tensorflow
Introduction
Artificial Intelligence (AI) Whenever a machine completes a set of
tasks based on set of stipulated rules that solves a problem(algorithms), such an intelligence systems is AI
Machine Learning (ML) Machine Learning is subset of AI application
that learns by itself. It actually reprograms itself, as it digests more data, to perform the specific task it's designed to perform with increasingly greater accuracy
Deep Learning (DL) It is a subset of machine learning
application that teaches itself to perform a specific task with increasingly greater accuracy, without human intervention.
None
Types of Machine Learning Data
Real World Applications
Supervised Learning Unsupervised Learning Reinforcement Learning
Few interesting applications of AI ImageNet competion AlphaGo Zero Protein
Folding GPT-3
My tech Journey
Coding in Schools vs Real-world Learning Syntax Just building basic
calaculators, software etc. Referring Documentation and googling a lot Building real useful software's
How to learn next?
References https://www.ibm.com/cloud/learn/what-is-artificial-intelligence 1. https://github.com/GopikrishnanSasikumar/How-to-learn-ML-for-humans 2.