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
35
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
110
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
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
510
Ruby x Terminal
a_matsuda
5
560
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
200
Python’s True Superpower
hynek
0
190
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
170
CSC307 Lecture 10
javiergs
PRO
1
690
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
200
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
230
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
170
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
8
2.3k
AIによる開発の民主化を支える コンテキスト管理のこれまでとこれから
mulyu
3
2.2k
ぼくの開発環境2026
yuzneri
1
290
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
174
15k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
The Art of Programming - Codeland 2020
erikaheidi
57
14k
AI: The stuff that nobody shows you
jnunemaker
PRO
3
340
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
210
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Bash Introduction
62gerente
615
210k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
0
2.4k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
470
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.