SlideShare a Scribd company logo
Konsep dan Coding
PHPID ONLINE LEARNING #55
https://web.facebook.com/groups/phpid
Jumat, 19 Februari 2021 @19.00 WIB
a.k.a ACHMATIM
Lecturer – PHP Web Developer
Achmad Solichin
Dosen - Web Developer - Trainer
@achmatim Achmad Solichin achmatim@gmail.com
http://achmatim.net
Universitas Budi Luhur, Jakarta
http://youtube.com/c/AchmadSolichin
artificial intelligence
“the designing and building of intelligent agents that
receive percepts from the environment and take actions
that affect that environment”
Russel & Norvig, 2016 “Artificial Intelligence: A Modern Approach”
Webinar PHP-ID: Machine Learning dengan PHP
1.Robotic Process Automation
2.Smart Health
3.AI For Cybersecurity & Data Breaches
4.Natural Language Processing
5.Reinforcement Learning
6.Smart City
7.Smart Education
8.Touchless Technology
9.Ai-powered Business Processing,
Forecasting, And Analysis
10.Quantum AI
Scan dan
tonton video
lengkapnya
Machine Learning (Pemelajaran Mesin)
• The science and engineering of making intelligent machines [John
McCarthy]
• Sebuah cabang dari ilmu komputer yang berkaitan dengan bagaimana
mensimulasikan kecerdasan pada komputer
• Kemampuan mesin untuk meniru kecerdasan manusia
• Salah satu cabang dari kecerdasan buatan yang membahas mengenai
pembangunan sistem yang didapat berdasarkan pada pemelajaran
data, atau sebuah studi yang mempelajari cara untuk memprogram
sebuah komputer untuk belajar [Wikipedia]
Algoritma Machine Learning
Supervised
Learning
• DT (C4.5),
• NBC,
• KNN,
• ANN,
• SVM,
• LR,
• CART, dll
Unsupervised
Learning
• Apriori,
• FPGrowth,
• K-Means,
• K-Medoids,
• DBSCAN,
• C-Means,
• SOM, dll
Reinforcement
Learning
• Genetic
Algorithm,
• Dynamic
Programming,
• Generalized
Policy Iteration,
• Monte Carlo, dll
Deep Learning
• Convolutional
Neural Networks
(CNN),
• Deep Belief
Networks (DBN),
• Restricted
Boltzmann
Machine (RBM),
• Stacked
Autoencoders,
dll
Learning Evolution
INPUT
Fixed set of rules
OUTPUT
Rule-based
INPUT
Hand designed
features
LEARNING
OUTPUT
Classic Machine
Learning
INPUT
Automated features
extraction
LEARNING
OUTPUT
Representative
Learning
INPUT
Low level features
LEARNING
OUTPUT
High level features
Deep Learning
Sumber: https://www2.slideshare.net/DimaFishman/5-introduction-to-neural-networks
Scan &
tonton video
Deep
Learning
ML System Deployment
Learning /
Training /
Pemodelan
Model /
Rule
Perfor
mance
Data training
Data testing
ML System
Deployment
Raw data
Data
preprocessing
Dataset
ML dengan PHP ?
PHP Native
Fresh approach to Machine Learning in PHP.
Algorithms, Cross Validation, Neural Network,
Preprocessing, Feature Extraction and much more in
one library.
PHP-ML requires PHP >= 7.1.
Download at https://php-ml.readthedocs.io/en/latest
Webinar PHP-ID: Machine Learning dengan PHP
 Association rule Lerning: Apriori
 Classification: SVC, k-Nearest Neighbors, Naive Bayes
 Regression: Least Squares, SVR
 Clustering: k-Means, DBSCAN
 Metric: Accuracy, Confusion Matrix, Classification Report
 Workflow: Pipeline
 Neural Network: Multilayer Perceptron Classifier
 Cross Validation: Random Split, Stratified Random Split
 Feature Selection: Variance Threshold, SelectKBest
 Preprocessing: Normalization, Imputation missing values
 Feature Extraction: Token Count Vectorizer, Tf-idf Transformer
 Datasets: Iris, Wine, Glass
A high-level machine learning and deep learning
library for the PHP language.
Developer-friendly API is delightful to use
40+ supervised and unsupervised learning
algorithms
Support for ETL, preprocessing, and cross-validation
Open source and free to use commercially
Download at https://rubixml.com/
Webinar PHP-ID: Machine Learning dengan PHP
Check out these example projects using the Rubix ML library.
Most come with instructions and a pre-cleaned dataset.
1. CIFAR-10 Image Recognizer
2. Color Clusterer
3. Credit Default Risk Predictor
4. Divorce Predictor
5. Dota 2 Game Outcome Predictor
6. Human Activity Recognizer
7. Housing Price Predictor
8. Iris Flower Classifier
9. MNIST Handwritten Digit Recognizer
10.Text Sentiment Analyzer
Contoh Implementasi di Skripsi
Demo Coding dengan
PHP-ML dan Rubix ML
solusi terbaik tidak selalu
membutuhkan metode atau tools
canggih, hebat dan terbaru
solusi terbaik adalah solusi
yang dapat menyelesaikan
permasalahan secara optimal
http://youtube.com/c/AchmadSolichin
TERIMA KASIH | SEMOGA BERMANFAAT

More Related Content

PDF
IRJET- Automation of Smart Waste Management using IoT
PPTX
Yogyakarta
DOCX
Smart india hackathon 2018
DOCX
MONITORING KEBERSIHAN LINGKUNGAN PUSKESMAS.docx
PPTX
Internet of Things Using Arduino
PDF
Pitch deck 01-02-2017 (CrowdFunder)
PDF
Research Issues, Challenges and Directions in IoT (Internet of Things)
PPTX
AKSI NYATA MELAKUKAN ASESMEN AWAL PEMBELAJARAN.pptx
IRJET- Automation of Smart Waste Management using IoT
Yogyakarta
Smart india hackathon 2018
MONITORING KEBERSIHAN LINGKUNGAN PUSKESMAS.docx
Internet of Things Using Arduino
Pitch deck 01-02-2017 (CrowdFunder)
Research Issues, Challenges and Directions in IoT (Internet of Things)
AKSI NYATA MELAKUKAN ASESMEN AWAL PEMBELAJARAN.pptx

More from Achmad Solichin (20)

PDF
Kuliah Umum - Tips Publikasi Jurnal SINTA untuk Mahasiswa Galau (6 Agustus 2022)
PDF
Materi Webinar Web 3.0 (16 Juli 2022)
PDF
Webinar: Kesadaran Keamanan Informasi (3 Desember 2021)
PPTX
Webinar PHP-ID: Mari Mengenal Logika Fuzzy (Fuzzy Logic)
PPTX
Webinar Data Mining dengan Rapidminer | Universitas Budi Luhur
PPTX
TREN DAN IDE RISET BIDANG DATA MINING TERBARU
PPTX
Metodologi Riset: Literature Review
PPTX
Materi Seminar: Artificial Intelligence dengan PHP
PPTX
Percobaan Perpindahan Kalor melalui Konduksi, Konveksi dan Radiasi
PDF
Metodologi Riset: Literature Review
PPTX
Depth First Search (DFS) pada Graph
PPTX
Breadth First Search (BFS) pada Graph
PPTX
Binary Search Tree (BST) - Algoritma dan Struktur Data
PPTX
Computer Vision di Era Industri 4.0
PDF
Seminar: Become a Reliable Web Programmer
PPTX
The Big 5: Future IT Trends
PDF
Modern PHP Developer
PPTX
Seminar: PHP Developer for Dummies
PPT
Pertemuan 1 - Algoritma dan Struktur Data 1
PPTX
Sharing Penelitian S3 Lab Elins FMIPA UGM - 17 Februari 2016
Kuliah Umum - Tips Publikasi Jurnal SINTA untuk Mahasiswa Galau (6 Agustus 2022)
Materi Webinar Web 3.0 (16 Juli 2022)
Webinar: Kesadaran Keamanan Informasi (3 Desember 2021)
Webinar PHP-ID: Mari Mengenal Logika Fuzzy (Fuzzy Logic)
Webinar Data Mining dengan Rapidminer | Universitas Budi Luhur
TREN DAN IDE RISET BIDANG DATA MINING TERBARU
Metodologi Riset: Literature Review
Materi Seminar: Artificial Intelligence dengan PHP
Percobaan Perpindahan Kalor melalui Konduksi, Konveksi dan Radiasi
Metodologi Riset: Literature Review
Depth First Search (DFS) pada Graph
Breadth First Search (BFS) pada Graph
Binary Search Tree (BST) - Algoritma dan Struktur Data
Computer Vision di Era Industri 4.0
Seminar: Become a Reliable Web Programmer
The Big 5: Future IT Trends
Modern PHP Developer
Seminar: PHP Developer for Dummies
Pertemuan 1 - Algoritma dan Struktur Data 1
Sharing Penelitian S3 Lab Elins FMIPA UGM - 17 Februari 2016
Ad

Recently uploaded (20)

PDF
Classroom Observation Tools for Teachers
PDF
01-Introduction-to-Information-Management.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
RMMM.pdf make it easy to upload and study
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Pre independence Education in Inndia.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
GDM (1) (1).pptx small presentation for students
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
Cell Structure & Organelles in detailed.
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Insiders guide to clinical Medicine.pdf
PDF
Computing-Curriculum for Schools in Ghana
PDF
Complications of Minimal Access Surgery at WLH
Classroom Observation Tools for Teachers
01-Introduction-to-Information-Management.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
VCE English Exam - Section C Student Revision Booklet
RMMM.pdf make it easy to upload and study
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPH.pptx obstetrics and gynecology in nursing
STATICS OF THE RIGID BODIES Hibbelers.pdf
Pre independence Education in Inndia.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
GDM (1) (1).pptx small presentation for students
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Renaissance Architecture: A Journey from Faith to Humanism
Cell Structure & Organelles in detailed.
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Final Presentation General Medicine 03-08-2024.pptx
O7-L3 Supply Chain Operations - ICLT Program
Insiders guide to clinical Medicine.pdf
Computing-Curriculum for Schools in Ghana
Complications of Minimal Access Surgery at WLH
Ad

Webinar PHP-ID: Machine Learning dengan PHP

  • 1. Konsep dan Coding PHPID ONLINE LEARNING #55 https://web.facebook.com/groups/phpid Jumat, 19 Februari 2021 @19.00 WIB a.k.a ACHMATIM Lecturer – PHP Web Developer
  • 2. Achmad Solichin Dosen - Web Developer - Trainer @achmatim Achmad Solichin achmatim@gmail.com http://achmatim.net Universitas Budi Luhur, Jakarta http://youtube.com/c/AchmadSolichin
  • 3. artificial intelligence “the designing and building of intelligent agents that receive percepts from the environment and take actions that affect that environment” Russel & Norvig, 2016 “Artificial Intelligence: A Modern Approach”
  • 5. 1.Robotic Process Automation 2.Smart Health 3.AI For Cybersecurity & Data Breaches 4.Natural Language Processing 5.Reinforcement Learning 6.Smart City 7.Smart Education 8.Touchless Technology 9.Ai-powered Business Processing, Forecasting, And Analysis 10.Quantum AI Scan dan tonton video lengkapnya
  • 6. Machine Learning (Pemelajaran Mesin) • The science and engineering of making intelligent machines [John McCarthy] • Sebuah cabang dari ilmu komputer yang berkaitan dengan bagaimana mensimulasikan kecerdasan pada komputer • Kemampuan mesin untuk meniru kecerdasan manusia • Salah satu cabang dari kecerdasan buatan yang membahas mengenai pembangunan sistem yang didapat berdasarkan pada pemelajaran data, atau sebuah studi yang mempelajari cara untuk memprogram sebuah komputer untuk belajar [Wikipedia]
  • 7. Algoritma Machine Learning Supervised Learning • DT (C4.5), • NBC, • KNN, • ANN, • SVM, • LR, • CART, dll Unsupervised Learning • Apriori, • FPGrowth, • K-Means, • K-Medoids, • DBSCAN, • C-Means, • SOM, dll Reinforcement Learning • Genetic Algorithm, • Dynamic Programming, • Generalized Policy Iteration, • Monte Carlo, dll Deep Learning • Convolutional Neural Networks (CNN), • Deep Belief Networks (DBN), • Restricted Boltzmann Machine (RBM), • Stacked Autoencoders, dll
  • 8. Learning Evolution INPUT Fixed set of rules OUTPUT Rule-based INPUT Hand designed features LEARNING OUTPUT Classic Machine Learning INPUT Automated features extraction LEARNING OUTPUT Representative Learning INPUT Low level features LEARNING OUTPUT High level features Deep Learning Sumber: https://www2.slideshare.net/DimaFishman/5-introduction-to-neural-networks Scan & tonton video Deep Learning
  • 9. ML System Deployment Learning / Training / Pemodelan Model / Rule Perfor mance Data training Data testing ML System Deployment Raw data Data preprocessing Dataset
  • 10. ML dengan PHP ? PHP Native
  • 11. Fresh approach to Machine Learning in PHP. Algorithms, Cross Validation, Neural Network, Preprocessing, Feature Extraction and much more in one library. PHP-ML requires PHP >= 7.1. Download at https://php-ml.readthedocs.io/en/latest
  • 13.  Association rule Lerning: Apriori  Classification: SVC, k-Nearest Neighbors, Naive Bayes  Regression: Least Squares, SVR  Clustering: k-Means, DBSCAN  Metric: Accuracy, Confusion Matrix, Classification Report  Workflow: Pipeline  Neural Network: Multilayer Perceptron Classifier  Cross Validation: Random Split, Stratified Random Split  Feature Selection: Variance Threshold, SelectKBest  Preprocessing: Normalization, Imputation missing values  Feature Extraction: Token Count Vectorizer, Tf-idf Transformer  Datasets: Iris, Wine, Glass
  • 14. A high-level machine learning and deep learning library for the PHP language. Developer-friendly API is delightful to use 40+ supervised and unsupervised learning algorithms Support for ETL, preprocessing, and cross-validation Open source and free to use commercially Download at https://rubixml.com/
  • 16. Check out these example projects using the Rubix ML library. Most come with instructions and a pre-cleaned dataset. 1. CIFAR-10 Image Recognizer 2. Color Clusterer 3. Credit Default Risk Predictor 4. Divorce Predictor 5. Dota 2 Game Outcome Predictor 6. Human Activity Recognizer 7. Housing Price Predictor 8. Iris Flower Classifier 9. MNIST Handwritten Digit Recognizer 10.Text Sentiment Analyzer
  • 19. solusi terbaik tidak selalu membutuhkan metode atau tools canggih, hebat dan terbaru solusi terbaik adalah solusi yang dapat menyelesaikan permasalahan secara optimal http://youtube.com/c/AchmadSolichin
  • 20. TERIMA KASIH | SEMOGA BERMANFAAT