SlideShare a Scribd company logo
Data	
  Science
Dr.	
  Ahmet	
  Bulut
ahmetbulut@gmail.com

Oct	
  4	
  /	
  2013,	
  İstanbul
Available,	
  Fault-­‐Tolerant,	
  and	
  
Scalable
• High	
  Availability	
  (HA):	
  service	
  availability,	
  can	
  we	
  
incur	
  no	
  down9me?

• Fault	
  Tolerance:	
  tolerate	
  failures,	
  and	
  recover	
  from	
  
failures,	
  e.g,	
  so?ware,	
  hardware,	
  and	
  other.	
  

• Scalability:	
  going	
  from	
  1	
  to	
  1,000,000,000,000	
  
comfortably.
Towering	
  for	
  Civiliza9on
1	
  User
Website

App	
  Server

DB
1,000	
  Users
Website

Load	
  Balancer
App	
  Server	
  1

App	
  Server	
  2

DB
1,000	
  Users
Website

Load	
  Balancer
App	
  Server	
  1

Hardware	
  
Failure

App	
  Server	
  2

DB

1
2

1,000	
  Users
Website

Load	
  Balancer
App	
  Server	
  1

App	
  Server	
  2

New	
  Hardware
DB

45	
  mins
1,000,000	
  Users
Website

Load	
  Balancer	
  1

App	
  Server	
  1

Master
DB

Load	
  Balancer	
  2

App	
  Server	
  2

Copy

App	
  Server	
  N

Slave
DB
1,000,000	
  Users
Website

Load	
  Balancer	
  1

App	
  Server	
  1

Hardware	
  
Failure
Ana
DB

Load	
  Balancer	
  2

App	
  Server	
  2

Txn	
  Log	
  File	
  Ship

1
App	
  Server	
  N

Slave
DB
1,000,000	
  Users
Website

Load	
  Balancer	
  1

App	
  Server	
  1

Load	
  Balancer	
  2

App	
  Server	
  2

2	
  Mins

2
App	
  Server	
  N

Promo9on
Master
DB
1,000,000	
  Users
Website

Load	
  Balancer	
  1

App	
  Server	
  1

Slave
DB

Load	
  Balancer	
  2

App	
  Server	
  2

Copy
Backup	
  normal

3
App	
  Server	
  N

Master
DB

10	
  mins
2	
  mins?
%99.99	
  =	
  4.32	
  mins	
  of	
  
down9me	
  in	
  a	
  month!
%99.999	
  =	
  5.26	
  mins	
  of	
  
down9me	
  in	
  a	
  year!
100,000,000	
  Users

RAM
1

RAM
2

RAM
3

RAM
...

RAM
N-1

Big DB Server

RAM
N

Clustered	
  
Cache
100,000,000	
  Users

RAM
1

RAM
2

RAM
3

RAM
...

RAM
N-1

RAM
N

Clustered	
  
Cache
So?ware	
  
Upgrade
100,000,000	
  Users

RAM
1

0	
  mins

RAM
2

RAM
3

RAM
...

RAM
N-1

RAM
N

Clustered	
  
Cache
So?ware	
  
Upgrade
Clustered	
  Cache
Clustered	
  Cache
Clustered	
  Cache
Towering	
  for	
  Civiliza9on
Distributed	
  File	
  System

My	
  Precious!!!
No	
  down9me?
Ankara

İstanbul

İzmir

Bakü
Army	
  of	
  machines	
  logging
A	
  simple	
  sum	
  over	
  the	
  
incoming	
  web	
  requests...	
  
•Query:	
  Find	
  the	
  most	
  issued	
  
web	
  request!

•How	
  would	
  you	
  compute?
What	
  about	
  recommending	
  
items?
•Collabora9ve	
  Filtering.
•Easy,	
  hard,	
  XXL-­‐hard?
Extract	
  Transform	
  and	
  Load	
  
(ETL)
App	
  Server	
  1

App	
  Server	
  2

DB
Extract	
  Transform	
  and	
  Load	
  
(ETL)
App	
  Server	
  1099

App	
  Server	
  77

App	
  Server	
  657

App	
  Server	
  45

App	
  Server	
  1

App	
  Server	
  2

DB
Working	
  with	
  data	
  
small	
  |	
  big	
  |	
  extra	
  big
•Business	
  Opera9ons:	
  DBMS.
•Business	
  Analy9cs:	
  Data	
  Warehouse.
•I	
  want	
  interac9vity...	
  I	
  get	
  Data	
  Cubes!
•I	
  want	
  the	
  most	
  recent	
  news...
•How	
  recent,	
  how	
  o?en?
•Real	
  9me?	
  
•Near	
  real	
  9me?
Sooo?
•Things	
  are	
  looking	
  good	
  except	
  that	
  we	
  have:
•DONT-­‐WANT-­‐SO-­‐MANY	
  database	
  objects.
•Database	
  objects	
  such	
  as	
  
•tables,
•indices,
•views,
•logs.
Ship	
  it!

•Tradi9onal	
  approach	
  has	
  been	
  to	
  ship	
  data	
  to	
  where	
  the	
  
queries	
  will	
  be	
  issued.

•The	
  new	
  world	
  order	
  demands	
  us	
  to	
  ship	
  “compute	
  logic”	
  
to	
  where	
  data	
  is.
Ship	
  the	
  compute-­‐logic
App	
  Server	
  77

App	
  Server	
  77

App	
  Server	
  77

App	
  Server	
  77

App	
  Server	
  77

App	
  Server	
  77
Map/Reduce	
  (M/R)	
  
Framework
What	
  does	
  M/R	
  give	
  me?
•Fine-­‐grained	
  fault	
  tolerance.
•Fine-­‐grained	
  determinis9c	
  task	
  model.
•Mul9-­‐tenancy.
•Elas9city.
M/R	
  based	
  plajorms
•Hadoop.
•Hive,	
  Pig.
•Spark,	
  Shark.
•...	
  (many	
  others).
Towering	
  for	
  Civiliza9on
Spark
Parallel Operations
Resilient Distributed Datasets
Resilient	
  Distributed	
  Dataset	
  

(RDD)

•Read-­‐only	
  collec9on	
  of	
  objects	
  

par99oned	
  across	
  a	
  set	
  of	
  machines	
  
that	
  can	
  be	
  re-­‐built	
  if	
  a	
  par99on	
  
is	
  lost.

•RDDs	
  can	
  always	
  be	
  re-­‐constructed	
  
in	
  the	
  face	
  of	
  node	
  failures.	
  

Parallel Operations
Resilient Distributed Datasets
Resilient	
  Distributed	
  Dataset	
  

(RDD)

•RDDs	
  can	
  be	
  constructed	
  by:
•From	
  a	
  file	
  in	
  DFS,	
  e.g.,	
  Hadoop-­‐DFS	
  (HDFS).
•Slicing	
  a	
  collec9on	
  (an	
  array)	
  into	
  mul9ple	
  pieces	
  
through	
  parallelizaAon.

•	
  Transforming	
  an	
  exis9ng	
  RDD.	
  An	
  RDD	
  with	
  elements	
  of	
  

type	
  A	
  being	
  mapped	
  to	
  an	
  RDD	
  with	
  elements	
  of	
  type	
  B.

•Persis9ng	
  an	
  exis9ng	
  RDD	
  through	
  cache	
  and	
  save	
  
opera9ons.	
  
Parallel	
  Opera9ons
•reduce:	
  combining	
  data	
  elements	
  
using	
  an	
  associa9ve	
  func9on	
  to	
  
produce	
  a	
  result	
  at	
  the	
  driver.

•collect:	
  sends	
  all	
  elements	
  of	
  
the	
  dataset	
  to	
  the	
  driver.

•foreach:	
  pass	
  each	
  data	
  element	
  
through	
  a	
  UDF.

Parallel Operations
Resilient Distributed Datasets
Spark
•Let’s	
  count	
  the	
  lines	
  containing	
  errors	
  in	
  a	
  large	
  log	
  file	
  
stored	
  in	
  HDFS:	
  

val file = spark.textFile("hdfs://...")
val errs = file.filter(_.contains("ERROR"))
val ones = errs.map(_ => 1)
val count = ones.reduce(_+_)
Spark	
  Lineage
val file = spark.textFile("hdfs://...")
val errs = file.filter(_.contains("ERROR"))
val ones = errs.map(_ => 1)
val count = ones.reduce(_+_)
Towering	
  for	
  Civiliza9on
Shark	
  Architecture
SQL	
  Queries
SELECT [GROUP_BY_COLUMN], COUNT(*)
FROM lineitem GROUP BY [GROUP_BY_COLUMN]
SELECT * from lineitem l join supplier s
ON l.L_SUPPKEY = s.S_SUPPKEY
WHERE SOME_UDF(s.S_ADDRESS)
SQL	
  Queries
•Data	
  Size:	
  2.1	
  TB	
  Data
•Selec9vity:	
  2.5	
  million	
  of	
  dis9nct	
  groups!

Time: 2.5 mins
Machine	
  Learning
•LogisHc	
  Regression:	
  Search	
  for	
  a	
  hyperplane	
  w	
  that	
  best	
  
separates	
  two	
  sets	
  of	
  points	
  (e.g.,	
  spammers	
  and	
  non-­‐
spammers).	
  

•The	
  algorithm	
  applies	
  gradient	
  descent	
  op9miza9on	
  by	
  
star9ng	
  with	
  a	
  randomized	
  vector	
  w.	
  

•The	
  algorithm	
  updates	
  w	
  itera9vely	
  by	
  moving	
  along	
  
gradients	
  towards	
  the	
  op9mal	
  w’’.	
  
Machine	
  Learning
def logRegress(points: RDD[Point]): Vector {
var w = Vector(D, _ => 2 * rand.nextDouble - 1)
for (i <- 1 to ITERATIONS) {
val gradient = points.map
{
p => val denom = 1 + exp(-p.y * (w dot p.x)) (1 / denom - 1) * p.y * p.x
}.reduce(_ + _)
w -= gradient
}
w
}
val users = sql2rdd("SELECT * FROM user u JOIN comment c ON c.uid=u.uid")
val features = users.mapRows { row =>
new Vector(extractFeature1(row.getInt("age")), extractFeature2(row.getStr("country")),
...)}
val trainedVector = logRegress(features.cache())
Batch	
  and/or	
  Real-­‐Hme	
  
Data	
  Processing
History
LinkedIn	
  Recommenda9ons
•Core	
  matching	
  algorithm	
  uses	
  Lucene	
  (customized).
•Hadoop	
  is	
  used	
  for	
  a	
  variety	
  of	
  needs:
•Compu9ng	
  collabora9ve	
  filtering	
  features,	
  
•Building	
  Lucene	
  indices	
  offline,	
  
•Doing	
  quality	
  analysis	
  of	
  recommenda9on.
•Lucene	
  does	
  not	
  provide	
  fast	
  real-­‐9me	
  indexing.	
  
•To	
  keep	
  indices	
  up-­‐to	
  date,	
  a	
  real-­‐9me	
  indexing	
  library	
  on	
  
top	
  of	
  Lucene	
  called	
  Zoie	
  is	
  used.
LinkedIn	
  Recommenda9ons
•Facets	
  are	
  provided	
  to	
  members	
  for	
  drilling	
  down	
  and	
  
exploring	
  recommenda9on	
  results.	
  

•Face9ng	
  Search	
  library	
  is	
  called	
  Bobo.
•For	
  storing	
  features	
  and	
  for	
  caching	
  recommenda9on	
  
results,	
  a	
  key-­‐value	
  store	
  Voldemort	
  is	
  used.

•For	
  analyzing	
  tracking	
  and	
  repor9ng	
  data,	
  a	
  distributed	
  
messaging	
  system	
  called	
  Ka3a	
  is	
  used.
LinkedIn	
  Recommenda9ons
•Bobo,	
  Zoie,	
  Voldemort	
  and	
  Kara	
  are	
  developed	
  at	
  
LinkedIn	
  and	
  are	
  open	
  sourced.	
  

•Kara	
  is	
  an	
  apache	
  incubator	
  project.
•Historically,	
  they	
  used	
  R	
  for	
  model	
  training.	
  Now	
  
experimen9ng	
  with	
  Mahout	
  for	
  model	
  training.

•All	
  the	
  above	
  technologies,	
  combined	
  with	
  great	
  engineers	
  
powers	
  LinkedIn’s	
  Recommenda9on	
  plajorm.
Live	
  and	
  Batch	
  Affair
•Using	
  Hadoop:
1.	
  Take	
  a	
  snapshot	
  of	
  data	
  (member	
  profiles)	
  in	
  produc9on.
2.	
  Move	
  it	
  to	
  HDFS.
3.	
  Grandfather	
  members	
  with	
  <ADDED-­‐VALUE>	
  in	
  a	
  mawer	
  of	
  
hours	
  in	
  the	
  cemetery	
  (Hadoop).
4.	
  Copy	
  this	
  data	
  back	
  online	
  for	
  live	
  servers	
  (ResurrecHon).	
  
Who	
  we	
  are?

•We	
  are	
  Data	
  Scien9sts.
Our	
  Culture

•Our	
  work	
  culture	
  relies	
  heavily	
  on	
  Cloud	
  Compu9ng.
•Cloud	
  Compu9ng	
  is	
  a	
  perspec9ve	
  for	
  us,	
  not	
  a	
  technology!
What	
  we	
  do?
•Distributed	
  Data	
  Mining.
•Computa9onal	
  Adver9sing.
•Natural	
  Language	
  Processing.
•Scalable	
  Data	
  Analy9cs.
•Data	
  Visualiza9on.
•Probabilis9c	
  Inference.
Ongoing	
  projects
•Data	
  Science	
  Team:	
  3	
  Faculty;	
  1	
  Doctoral,	
  6	
  Masters,	
  and	
  6	
  
Undergraduate	
  Students.

•Vista	
  Team:	
  Me,	
  2	
  Masters	
  &	
  4	
  Undergraduate	
  Students.
•Türk	
  Telekom	
  funded	
  project	
  (T2C2):	
  Scalable	
  Analy9cs.
•Tübitak	
  1001	
  funded	
  project:	
  Computa9onal	
  Adver9sing.
•Tübitak	
  1005	
  (submi7ed):	
  Computa9onal	
  Adver9sing,	
  
NLP.

•Tübitak	
  1003	
  (in	
  prepera:on):	
  Online	
  Learning.

More Related Content

PDF
Apache Spark Tutorial
Ahmet Bulut
 
PPT
Scala and spark
Fabio Fumarola
 
PDF
Hadoop Spark Introduction-20150130
Xuan-Chao Huang
 
PDF
Hadoop and Spark
Shravan (Sean) Pabba
 
PDF
Apache Spark Introduction - CloudxLab
Abhinav Singh
 
PPTX
Real time Analytics with Apache Kafka and Apache Spark
Rahul Jain
 
PDF
Unified Big Data Processing with Apache Spark (QCON 2014)
Databricks
 
PDF
Fast Data Analytics with Spark and Python
Benjamin Bengfort
 
Apache Spark Tutorial
Ahmet Bulut
 
Scala and spark
Fabio Fumarola
 
Hadoop Spark Introduction-20150130
Xuan-Chao Huang
 
Hadoop and Spark
Shravan (Sean) Pabba
 
Apache Spark Introduction - CloudxLab
Abhinav Singh
 
Real time Analytics with Apache Kafka and Apache Spark
Rahul Jain
 
Unified Big Data Processing with Apache Spark (QCON 2014)
Databricks
 
Fast Data Analytics with Spark and Python
Benjamin Bengfort
 

What's hot (20)

PDF
Strata NYC 2015: What's new in Spark Streaming
Databricks
 
PPTX
Apache Spark Fundamentals
Zahra Eskandari
 
PDF
Spark overview
Lisa Hua
 
PDF
Apache Spark: The Next Gen toolset for Big Data Processing
prajods
 
PDF
Apache Spark 2.0: Faster, Easier, and Smarter
Databricks
 
PDF
Spark DataFrames: Simple and Fast Analytics on Structured Data at Spark Summi...
Databricks
 
PDF
Intro to apache spark stand ford
Thu Hiền
 
PPTX
Introduction to real time big data with Apache Spark
Taras Matyashovsky
 
PDF
Spark, Python and Parquet
odsc
 
PDF
Introduction to Apache Spark
Samy Dindane
 
PDF
How Apache Spark fits into the Big Data landscape
Paco Nathan
 
PDF
Introduction to Apache Spark
Anastasios Skarlatidis
 
PPTX
Alpine academy apache spark series #1 introduction to cluster computing wit...
Holden Karau
 
PDF
Apache Spark - Intro to Large-scale recommendations with Apache Spark and Python
Christian Perone
 
PPTX
Intro to Apache Spark by Marco Vasquez
MapR Technologies
 
PPTX
Programming in Spark using PySpark
Mostafa
 
PDF
Introduction to Spark Internals
Pietro Michiardi
 
PPTX
Processing Large Data with Apache Spark -- HasGeek
Venkata Naga Ravi
 
PDF
Spark Summit East 2015 Advanced Devops Student Slides
Databricks
 
PPTX
The Pushdown of Everything by Stephan Kessler and Santiago Mola
Spark Summit
 
Strata NYC 2015: What's new in Spark Streaming
Databricks
 
Apache Spark Fundamentals
Zahra Eskandari
 
Spark overview
Lisa Hua
 
Apache Spark: The Next Gen toolset for Big Data Processing
prajods
 
Apache Spark 2.0: Faster, Easier, and Smarter
Databricks
 
Spark DataFrames: Simple and Fast Analytics on Structured Data at Spark Summi...
Databricks
 
Intro to apache spark stand ford
Thu Hiền
 
Introduction to real time big data with Apache Spark
Taras Matyashovsky
 
Spark, Python and Parquet
odsc
 
Introduction to Apache Spark
Samy Dindane
 
How Apache Spark fits into the Big Data landscape
Paco Nathan
 
Introduction to Apache Spark
Anastasios Skarlatidis
 
Alpine academy apache spark series #1 introduction to cluster computing wit...
Holden Karau
 
Apache Spark - Intro to Large-scale recommendations with Apache Spark and Python
Christian Perone
 
Intro to Apache Spark by Marco Vasquez
MapR Technologies
 
Programming in Spark using PySpark
Mostafa
 
Introduction to Spark Internals
Pietro Michiardi
 
Processing Large Data with Apache Spark -- HasGeek
Venkata Naga Ravi
 
Spark Summit East 2015 Advanced Devops Student Slides
Databricks
 
The Pushdown of Everything by Stephan Kessler and Santiago Mola
Spark Summit
 
Ad

Viewers also liked (18)

PPT
Medical Missions 101
sneugent
 
PDF
Molana Tariq Jameel Pashto Bayab || Australian Islamic Library (www.australia...
Muhammad Nabeel Musharraf
 
PDF
Your 2016 internet marketing plan for plumbing & hvac businesses
Seven Figure Agency
 
PPT
Terms Relevant to Geography by Dr. Zafar Iqbal PhD
Freelanced
 
PPTX
Islamic scholars
Usama Ali
 
PDF
Plumbing career training courses brochure
plumcaree
 
PPT
Early detection, diagnosis and quantification of dental caries
Rana Tariq
 
PDF
01 hap4 4-space - Hourly Analysis Program - Carrier
Monzer Salahdine
 
PPT
Qualities Of A Good Doctor
wraithxjmin
 
PDF
02 hap-4 4-systems-CARRIER
Monzer Salahdine
 
PPT
Doctor Patient Relationship Yusuf Misau
Yusuf Misau
 
PPTX
Doctor patient relationship
Rizwan S A
 
PPTX
Dental caries
Parth Thakkar
 
PPT
Using The One Page Project Manager
Performance People Pty Ltd
 
PPT
Dental caries
Chelsea Mareé
 
PDF
Research methodology - What is a PhD?
Luís Gustavo Martins
 
POTX
Dental caries
Rajesh Bariker
 
Medical Missions 101
sneugent
 
Molana Tariq Jameel Pashto Bayab || Australian Islamic Library (www.australia...
Muhammad Nabeel Musharraf
 
Your 2016 internet marketing plan for plumbing & hvac businesses
Seven Figure Agency
 
Terms Relevant to Geography by Dr. Zafar Iqbal PhD
Freelanced
 
Islamic scholars
Usama Ali
 
Plumbing career training courses brochure
plumcaree
 
Early detection, diagnosis and quantification of dental caries
Rana Tariq
 
01 hap4 4-space - Hourly Analysis Program - Carrier
Monzer Salahdine
 
Qualities Of A Good Doctor
wraithxjmin
 
02 hap-4 4-systems-CARRIER
Monzer Salahdine
 
Doctor Patient Relationship Yusuf Misau
Yusuf Misau
 
Doctor patient relationship
Rizwan S A
 
Dental caries
Parth Thakkar
 
Using The One Page Project Manager
Performance People Pty Ltd
 
Dental caries
Chelsea Mareé
 
Research methodology - What is a PhD?
Luís Gustavo Martins
 
Dental caries
Rajesh Bariker
 
Ad

Similar to Data Science (20)

PDF
InternReport
Swetha Tanamala
 
PDF
Apache Hadoop and Spark: Introduction and Use Cases for Data Analysis
Trieu Nguyen
 
PPTX
Big Data Ecosystem at LinkedIn. Keynote talk at Big Data Innovators Gathering...
Mitul Tiwari
 
PPTX
Apache Spark
SugumarSarDurai
 
PPTX
Big data concepts
Serkan Özal
 
PDF
Big Data Essentials meetup @ IBM Ljubljana 23.06.2015
Andrey Vykhodtsev
 
PDF
Introduction to Spark Training
Spark Summit
 
PPTX
2016-07-21-Godil-presentation.pptx
D21CE161GOSWAMIPARTH
 
PPTX
Intro to Spark development
Spark Summit
 
PDF
Stanford CS347 Guest Lecture: Apache Spark
Reynold Xin
 
PPTX
Zaharia spark-scala-days-2012
Skills Matter Talks
 
PDF
Bds session 13 14
Infinity Tech Solutions
 
PPTX
Big Data Processing
Michael Ming Lei
 
PPT
Spark training-in-bangalore
Kelly Technologies
 
PDF
How Apache Spark fits in the Big Data landscape
Paco Nathan
 
PDF
Big Data Analytics and Ubiquitous computing
Animesh Chaturvedi
 
PPTX
Big data
Mina Soltani
 
PPTX
Hadoop - A big data initiative
Mansi Mehra
 
PDF
2015 01-17 Lambda Architecture with Apache Spark, NextML Conference
DB Tsai
 
PDF
2014-10-20 Large-Scale Machine Learning with Apache Spark at Internet of Thin...
DB Tsai
 
InternReport
Swetha Tanamala
 
Apache Hadoop and Spark: Introduction and Use Cases for Data Analysis
Trieu Nguyen
 
Big Data Ecosystem at LinkedIn. Keynote talk at Big Data Innovators Gathering...
Mitul Tiwari
 
Apache Spark
SugumarSarDurai
 
Big data concepts
Serkan Özal
 
Big Data Essentials meetup @ IBM Ljubljana 23.06.2015
Andrey Vykhodtsev
 
Introduction to Spark Training
Spark Summit
 
2016-07-21-Godil-presentation.pptx
D21CE161GOSWAMIPARTH
 
Intro to Spark development
Spark Summit
 
Stanford CS347 Guest Lecture: Apache Spark
Reynold Xin
 
Zaharia spark-scala-days-2012
Skills Matter Talks
 
Bds session 13 14
Infinity Tech Solutions
 
Big Data Processing
Michael Ming Lei
 
Spark training-in-bangalore
Kelly Technologies
 
How Apache Spark fits in the Big Data landscape
Paco Nathan
 
Big Data Analytics and Ubiquitous computing
Animesh Chaturvedi
 
Big data
Mina Soltani
 
Hadoop - A big data initiative
Mansi Mehra
 
2015 01-17 Lambda Architecture with Apache Spark, NextML Conference
DB Tsai
 
2014-10-20 Large-Scale Machine Learning with Apache Spark at Internet of Thin...
DB Tsai
 

More from Ahmet Bulut (17)

PDF
Nose Dive into Apache Spark ML
Ahmet Bulut
 
PDF
Data Economy: Lessons learned and the Road ahead!
Ahmet Bulut
 
PDF
A Few Tips for the CS Freshmen
Ahmet Bulut
 
PDF
Agile Data Science
Ahmet Bulut
 
PDF
Agile Software Development
Ahmet Bulut
 
KEY
What is open source?
Ahmet Bulut
 
KEY
Programming with Python - Week 3
Ahmet Bulut
 
KEY
Programming with Python - Week 2
Ahmet Bulut
 
KEY
Liselerde tanıtım sunumu
Ahmet Bulut
 
KEY
Programming with Python: Week 1
Ahmet Bulut
 
KEY
Ecosystem for Scholarly Work
Ahmet Bulut
 
KEY
Startup Execution Models
Ahmet Bulut
 
KEY
I feel dealsy
Ahmet Bulut
 
KEY
Kaihl 2010
Ahmet Bulut
 
KEY
Bilisim 2010 @ bura
Ahmet Bulut
 
KEY
ESX Server from VMware
Ahmet Bulut
 
KEY
Virtualization @ Sehir
Ahmet Bulut
 
Nose Dive into Apache Spark ML
Ahmet Bulut
 
Data Economy: Lessons learned and the Road ahead!
Ahmet Bulut
 
A Few Tips for the CS Freshmen
Ahmet Bulut
 
Agile Data Science
Ahmet Bulut
 
Agile Software Development
Ahmet Bulut
 
What is open source?
Ahmet Bulut
 
Programming with Python - Week 3
Ahmet Bulut
 
Programming with Python - Week 2
Ahmet Bulut
 
Liselerde tanıtım sunumu
Ahmet Bulut
 
Programming with Python: Week 1
Ahmet Bulut
 
Ecosystem for Scholarly Work
Ahmet Bulut
 
Startup Execution Models
Ahmet Bulut
 
I feel dealsy
Ahmet Bulut
 
Kaihl 2010
Ahmet Bulut
 
Bilisim 2010 @ bura
Ahmet Bulut
 
ESX Server from VMware
Ahmet Bulut
 
Virtualization @ Sehir
Ahmet Bulut
 

Recently uploaded (20)

PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
PDF
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
Software Development Methodologies in 2025
KodekX
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
Doc9.....................................
SofiaCollazos
 
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
Software Development Methodologies in 2025
KodekX
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 

Data Science