SlideShare a Scribd company logo
1 of 11
Download to read offline
Takayoshi Iitsuka
20161216
 Vector Supercomputers
 Pseudo-Vector Supercomputers
 Parallel Supercomputers
S-820 S-3800
CP-PACS SR2201
SR8000
 Tsukuba University and Hitachi cooperated on development of Pseudo-
vector mechanism (original technology), and I lead its compiler team.
 Based on evaluation of a customer's benchmark programs, I proposed
several CPU instructions and it lead to orders from important customers.
 For parallelization of big program, Hitachi developed interprocedural
parallelizer, and I developed core of it i.e. inter-procedural analysis.
 Wrote several US-patent on compiler technology.
 Hitachi joined Japanese National Project RWC (Real World Computing) and
developed WPP (Whole Program Parallelizer). Interprocedural analysis
played core role in WPP. This research result was exhibited at SC99.
http://keima.la.coocan.jp/rwcp/10years/10-2/docs/chapter007/3para/16/36.html
 The project was hand over to next National Project “Advanced
Paralleling Compiler Project” http://www.apc.waseda.ac.jp/index.html
 I was a committee member of HPC research group of IPSJ in 2000 - 2001.
 In 2001, Hitachi made decision to concentrate on Storage research and
many researcher including me moved to storage research.
 I lead cross laboratory NAS (Network Attached Storage) project and
achieved 3 times speedup of the NAS.
 In this project, I proposed hardware-counter based profiling of Kernel,
and discovered that memory access govern the performance. I proposed to
change the structure of hash table and it was very effective.
 I left Laboratory after this research in 2003.
 2003 – 2009: In SAN Solution Division, I cooperated with Hitachi Data
Systems (headquarters in San Jose) and contributed to the shift from
hardware to software/services in storage business. It includes planning
and promotion of new storage, its software and services, and alliance
with storage related vendors: Symantec/Veritas, OpenText, AppIQ (acquired
by HP 2005/9), Archivas (acquired by Hitachi 2007/2), etc. As for
Archivas, I conducted evaluation and commercialization of their software.
 2009 – 2015: In Platform Solution Division and Cloud Service Division, I
contributed the shift from product based business to service based
business (cloud). I was engaged in planning and development of cloud
service 3 years. After that, I was charged in public relations of Hitachi
Cloud. It had been called Harmonious Cloud. I contributed news release of
alliance with Microsoft, alliance with Amazon, “Hitachi Cloud”, etc.
AppIQ
 2015/10 – 2016/2 : Retired Hitachi 2015/9E with early retirement program
with additional severance pay. Enjoyed travel to Switzerland with my
wife and free days. But, it had been becoming boring.
 2016/2 - : In the middle of February, I started learning of latest web
technology, Java, deep learning, etc. It has been very interesting and
enjoyable for me. I started blog, twitter and github at first.
 I wrote roughly 100 articles, and got 22,258 access in total.
http://itsukara.hateblo.jp/
 I uploaded 18 repositories in github (5 repositories are related to AI).
https://github.com/Itsukara
 I uploaded 3 slide in slideshow.net (all are related to deep learning).
Currently, total view is 3,321. http://www.slideshare.net/ItsukaraIitsuka/
 I started Learning of deep learning in the end of May. I attended Do2dle
research group meeting several times and read 4 books on deep learning
(before that, I read 1 book). (Do2dle: come from DUDL i.e. Deep Understanding
of Deep Learning. After entered research group, I named it as this)
 In the beginning of August, DQN group of Do2dle set target of group as
Montezuma’s Revenge, because it was the most difficult in DeepMind paper.
 Only I had a time to try Montezuma’s Revenge. I got stuck neear the end
of August. Because I realized that there is little chance to get reward
in Montezuma’s Revenge. I felt that some kind of mile stone or reward
decreasing when the same state continue is needed. I wrote it in blog.
 I received twitter message from Mr. Miyoshi, who is the author of very
fast A3c code which I was using, that DeepMind submitted a paper
related to Montezuma’s Revenge, although he had not been read it yet.
 After that, I concentrated on Montezuma’s Revenge.
For details, I will introduce it in another slide.
 I also has a slide on my works in github, etc.
 My learning history:
 2016/2-5: Mastered web-front-technology (HTML5/CSS3, Javascript) and some of backend-
technology NodeJS, sqlite3 and Java (Oracle OJCP Silver certificate in one month).
 2016/5-8: Learned basics of AI and deep learning. Tried DQN and A3C with “Breakout”.
 2016/8- : Concentrated on Deep Reinforcement Learning of “Montezuma’s Revenge”.
 2016/9/14: Made presentation in WBAI meeting held at Dwango AI Lab. lead by Mr. Yamakawa
WBAI: Whole Brain Architecture Initiative, NGO to promote research and
development of “general AI” like human, lead by Mr. Yamakawa
http://wba-initiative.org/en/about/
http://wba-initiative.org/wp-content/uploads/2015/05/wbai-leaflet.pdf
Thank you for listening

More Related Content

Viewers also liked

Pythonで体験する深層学習 5章
Pythonで体験する深層学習 5章Pythonで体験する深層学習 5章
Pythonで体験する深層学習 5章孝好 飯塚
 
DRL challenge on Montezuma's Revenge
DRL challenge on Montezuma's RevengeDRL challenge on Montezuma's Revenge
DRL challenge on Montezuma's Revenge孝好 飯塚
 
大富豪に対する機械学習の適用 + α
大富豪に対する機械学習の適用 + α大富豪に対する機械学習の適用 + α
大富豪に対する機械学習の適用 + αKatsuki Ohto
 
論文紹介 : Unifying count based exploration and intrinsic motivation
論文紹介 : Unifying count based exploration and intrinsic motivation論文紹介 : Unifying count based exploration and intrinsic motivation
論文紹介 : Unifying count based exploration and intrinsic motivationKatsuki Ohto
 
A3Cという強化学習アルゴリズムで遊んでみた話
A3Cという強化学習アルゴリズムで遊んでみた話A3Cという強化学習アルゴリズムで遊んでみた話
A3Cという強化学習アルゴリズムで遊んでみた話mooopan
 
強化学習による 「Montezuma's Revenge」への挑戦
強化学習による 「Montezuma's Revenge」への挑戦強化学習による 「Montezuma's Revenge」への挑戦
強化学習による 「Montezuma's Revenge」への挑戦孝好 飯塚
 
最近のDQN
最近のDQN最近のDQN
最近のDQNmooopan
 
カーリングの局面評価関数を学習 WITH “TENSOR FLOW”
カーリングの局面評価関数を学習 WITH “TENSOR FLOW”カーリングの局面評価関数を学習 WITH “TENSOR FLOW”
カーリングの局面評価関数を学習 WITH “TENSOR FLOW”Katsuki Ohto
 
Safe and Efficient Off-Policy Reinforcement Learning
Safe and Efficient Off-Policy Reinforcement LearningSafe and Efficient Off-Policy Reinforcement Learning
Safe and Efficient Off-Policy Reinforcement Learningmooopan
 
Introduction of "TrailBlazer" algorithm
Introduction of "TrailBlazer" algorithmIntroduction of "TrailBlazer" algorithm
Introduction of "TrailBlazer" algorithmKatsuki Ohto
 
Learning Continuous Control Policies by Stochastic Value Gradients
Learning Continuous Control Policies by Stochastic Value GradientsLearning Continuous Control Policies by Stochastic Value Gradients
Learning Continuous Control Policies by Stochastic Value Gradientsmooopan
 
Knowlegde hub introduction presentation
Knowlegde hub introduction presentationKnowlegde hub introduction presentation
Knowlegde hub introduction presentationcrtomlinson
 
Moving computation to the data (1)
Moving computation to the data (1)Moving computation to the data (1)
Moving computation to the data (1)Kazunori Sato
 
ChainerRLの紹介
ChainerRLの紹介ChainerRLの紹介
ChainerRLの紹介mooopan
 
ChainerでDeep Learningを試す為に必要なこと
ChainerでDeep Learningを試す為に必要なことChainerでDeep Learningを試す為に必要なこと
ChainerでDeep Learningを試す為に必要なことJiro Nishitoba
 
対話における商品の営業
対話における商品の営業対話における商品の営業
対話における商品の営業Preferred Networks
 

Viewers also liked (19)

Pythonで体験する深層学習 5章
Pythonで体験する深層学習 5章Pythonで体験する深層学習 5章
Pythonで体験する深層学習 5章
 
DRL challenge on Montezuma's Revenge
DRL challenge on Montezuma's RevengeDRL challenge on Montezuma's Revenge
DRL challenge on Montezuma's Revenge
 
大富豪に対する機械学習の適用 + α
大富豪に対する機械学習の適用 + α大富豪に対する機械学習の適用 + α
大富豪に対する機械学習の適用 + α
 
論文紹介 : Unifying count based exploration and intrinsic motivation
論文紹介 : Unifying count based exploration and intrinsic motivation論文紹介 : Unifying count based exploration and intrinsic motivation
論文紹介 : Unifying count based exploration and intrinsic motivation
 
A3Cという強化学習アルゴリズムで遊んでみた話
A3Cという強化学習アルゴリズムで遊んでみた話A3Cという強化学習アルゴリズムで遊んでみた話
A3Cという強化学習アルゴリズムで遊んでみた話
 
強化学習による 「Montezuma's Revenge」への挑戦
強化学習による 「Montezuma's Revenge」への挑戦強化学習による 「Montezuma's Revenge」への挑戦
強化学習による 「Montezuma's Revenge」への挑戦
 
最近のDQN
最近のDQN最近のDQN
最近のDQN
 
カーリングの局面評価関数を学習 WITH “TENSOR FLOW”
カーリングの局面評価関数を学習 WITH “TENSOR FLOW”カーリングの局面評価関数を学習 WITH “TENSOR FLOW”
カーリングの局面評価関数を学習 WITH “TENSOR FLOW”
 
Safe and Efficient Off-Policy Reinforcement Learning
Safe and Efficient Off-Policy Reinforcement LearningSafe and Efficient Off-Policy Reinforcement Learning
Safe and Efficient Off-Policy Reinforcement Learning
 
Introduction of "TrailBlazer" algorithm
Introduction of "TrailBlazer" algorithmIntroduction of "TrailBlazer" algorithm
Introduction of "TrailBlazer" algorithm
 
Learning Continuous Control Policies by Stochastic Value Gradients
Learning Continuous Control Policies by Stochastic Value GradientsLearning Continuous Control Policies by Stochastic Value Gradients
Learning Continuous Control Policies by Stochastic Value Gradients
 
Knowlegde hub introduction presentation
Knowlegde hub introduction presentationKnowlegde hub introduction presentation
Knowlegde hub introduction presentation
 
Panel Discussion@Aizu hackathon
Panel Discussion@Aizu hackathonPanel Discussion@Aizu hackathon
Panel Discussion@Aizu hackathon
 
Moving computation to the data (1)
Moving computation to the data (1)Moving computation to the data (1)
Moving computation to the data (1)
 
ChainerRLの紹介
ChainerRLの紹介ChainerRLの紹介
ChainerRLの紹介
 
8254 презентация
8254 презентация8254 презентация
8254 презентация
 
ChainerでDeep Learningを試す為に必要なこと
ChainerでDeep Learningを試す為に必要なことChainerでDeep Learningを試す為に必要なこと
ChainerでDeep Learningを試す為に必要なこと
 
【強化学習】Montezuma's Revenge @ NIPS2016
【強化学習】Montezuma's Revenge @ NIPS2016【強化学習】Montezuma's Revenge @ NIPS2016
【強化学習】Montezuma's Revenge @ NIPS2016
 
対話における商品の営業
対話における商品の営業対話における商品の営業
対話における商品の営業
 

Similar to Vector Supercomputers and Compiler Development

Robot Builders Guide
Robot Builders GuideRobot Builders Guide
Robot Builders GuideGerry Ismanto
 
Introduction to Docker and Containers- Learning Simple
Introduction to Docker and Containers- Learning SimpleIntroduction to Docker and Containers- Learning Simple
Introduction to Docker and Containers- Learning SimpleSandeep Hijam
 
Twitter analysis by Kaify Rais
Twitter analysis by Kaify RaisTwitter analysis by Kaify Rais
Twitter analysis by Kaify RaisAjay Ohri
 
Internship Report AT&T - Summer 2015
Internship Report AT&T - Summer 2015Internship Report AT&T - Summer 2015
Internship Report AT&T - Summer 2015Suchit Patel
 
Platform Independent App design
Platform Independent App designPlatform Independent App design
Platform Independent App designArnab Pradhan
 
C# classes
C#   classesC#   classes
C# classesTiago
 
Evolving to Cloud-Native - Nate Schutta (2/2)
Evolving to Cloud-Native - Nate Schutta (2/2)Evolving to Cloud-Native - Nate Schutta (2/2)
Evolving to Cloud-Native - Nate Schutta (2/2)VMware Tanzu
 
Spring Boot & Spring Cloud on PAS- Nate Schutta (1/2)
Spring Boot & Spring Cloud on PAS- Nate Schutta (1/2)Spring Boot & Spring Cloud on PAS- Nate Schutta (1/2)
Spring Boot & Spring Cloud on PAS- Nate Schutta (1/2)VMware Tanzu
 
TiConf NYC - Documenting Your Titanium Applications
TiConf NYC - Documenting Your Titanium ApplicationsTiConf NYC - Documenting Your Titanium Applications
TiConf NYC - Documenting Your Titanium ApplicationsJamil Spain
 
Documenting apps ti confnyc
Documenting apps   ti confnycDocumenting apps   ti confnyc
Documenting apps ti confnycJamil Spain
 
Developer connect - microservices
Developer connect - microservicesDeveloper connect - microservices
Developer connect - microservicesAnton McConville
 
Rapid design prototyping
Rapid design prototypingRapid design prototyping
Rapid design prototypingAyako Sayama
 
Open Event API
Open Event APIOpen Event API
Open Event APIAvi Aryan
 

Similar to Vector Supercomputers and Compiler Development (20)

speach
speachspeach
speach
 
Tuxtorial - talk 1
Tuxtorial - talk 1Tuxtorial - talk 1
Tuxtorial - talk 1
 
Robot Builders Guide
Robot Builders GuideRobot Builders Guide
Robot Builders Guide
 
Introduction to Docker and Containers- Learning Simple
Introduction to Docker and Containers- Learning SimpleIntroduction to Docker and Containers- Learning Simple
Introduction to Docker and Containers- Learning Simple
 
Resume
ResumeResume
Resume
 
Twitter analysis by Kaify Rais
Twitter analysis by Kaify RaisTwitter analysis by Kaify Rais
Twitter analysis by Kaify Rais
 
Internship Report AT&T - Summer 2015
Internship Report AT&T - Summer 2015Internship Report AT&T - Summer 2015
Internship Report AT&T - Summer 2015
 
Platform Independent App design
Platform Independent App designPlatform Independent App design
Platform Independent App design
 
C# classes
C#   classesC#   classes
C# classes
 
Assignment 2
Assignment 2Assignment 2
Assignment 2
 
Evolving to Cloud-Native - Nate Schutta (2/2)
Evolving to Cloud-Native - Nate Schutta (2/2)Evolving to Cloud-Native - Nate Schutta (2/2)
Evolving to Cloud-Native - Nate Schutta (2/2)
 
Exploring My Career: an Exclusive Interview EN
Exploring My Career: an Exclusive Interview ENExploring My Career: an Exclusive Interview EN
Exploring My Career: an Exclusive Interview EN
 
IETM Development Process.pdf
IETM Development Process.pdfIETM Development Process.pdf
IETM Development Process.pdf
 
Spring Boot & Spring Cloud on PAS- Nate Schutta (1/2)
Spring Boot & Spring Cloud on PAS- Nate Schutta (1/2)Spring Boot & Spring Cloud on PAS- Nate Schutta (1/2)
Spring Boot & Spring Cloud on PAS- Nate Schutta (1/2)
 
TiConf NYC - Documenting Your Titanium Applications
TiConf NYC - Documenting Your Titanium ApplicationsTiConf NYC - Documenting Your Titanium Applications
TiConf NYC - Documenting Your Titanium Applications
 
Documenting apps ti confnyc
Documenting apps   ti confnycDocumenting apps   ti confnyc
Documenting apps ti confnyc
 
Geometric Internship Report
Geometric Internship ReportGeometric Internship Report
Geometric Internship Report
 
Developer connect - microservices
Developer connect - microservicesDeveloper connect - microservices
Developer connect - microservices
 
Rapid design prototyping
Rapid design prototypingRapid design prototyping
Rapid design prototyping
 
Open Event API
Open Event APIOpen Event API
Open Event API
 

Recently uploaded

Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 

Recently uploaded (20)

Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 

Vector Supercomputers and Compiler Development

  • 2.  Vector Supercomputers  Pseudo-Vector Supercomputers  Parallel Supercomputers S-820 S-3800 CP-PACS SR2201 SR8000
  • 3.  Tsukuba University and Hitachi cooperated on development of Pseudo- vector mechanism (original technology), and I lead its compiler team.  Based on evaluation of a customer's benchmark programs, I proposed several CPU instructions and it lead to orders from important customers.
  • 4.  For parallelization of big program, Hitachi developed interprocedural parallelizer, and I developed core of it i.e. inter-procedural analysis.  Wrote several US-patent on compiler technology.
  • 5.  Hitachi joined Japanese National Project RWC (Real World Computing) and developed WPP (Whole Program Parallelizer). Interprocedural analysis played core role in WPP. This research result was exhibited at SC99. http://keima.la.coocan.jp/rwcp/10years/10-2/docs/chapter007/3para/16/36.html  The project was hand over to next National Project “Advanced Paralleling Compiler Project” http://www.apc.waseda.ac.jp/index.html  I was a committee member of HPC research group of IPSJ in 2000 - 2001.
  • 6.  In 2001, Hitachi made decision to concentrate on Storage research and many researcher including me moved to storage research.  I lead cross laboratory NAS (Network Attached Storage) project and achieved 3 times speedup of the NAS.  In this project, I proposed hardware-counter based profiling of Kernel, and discovered that memory access govern the performance. I proposed to change the structure of hash table and it was very effective.  I left Laboratory after this research in 2003.
  • 7.  2003 – 2009: In SAN Solution Division, I cooperated with Hitachi Data Systems (headquarters in San Jose) and contributed to the shift from hardware to software/services in storage business. It includes planning and promotion of new storage, its software and services, and alliance with storage related vendors: Symantec/Veritas, OpenText, AppIQ (acquired by HP 2005/9), Archivas (acquired by Hitachi 2007/2), etc. As for Archivas, I conducted evaluation and commercialization of their software.  2009 – 2015: In Platform Solution Division and Cloud Service Division, I contributed the shift from product based business to service based business (cloud). I was engaged in planning and development of cloud service 3 years. After that, I was charged in public relations of Hitachi Cloud. It had been called Harmonious Cloud. I contributed news release of alliance with Microsoft, alliance with Amazon, “Hitachi Cloud”, etc. AppIQ
  • 8.  2015/10 – 2016/2 : Retired Hitachi 2015/9E with early retirement program with additional severance pay. Enjoyed travel to Switzerland with my wife and free days. But, it had been becoming boring.  2016/2 - : In the middle of February, I started learning of latest web technology, Java, deep learning, etc. It has been very interesting and enjoyable for me. I started blog, twitter and github at first.  I wrote roughly 100 articles, and got 22,258 access in total. http://itsukara.hateblo.jp/  I uploaded 18 repositories in github (5 repositories are related to AI). https://github.com/Itsukara  I uploaded 3 slide in slideshow.net (all are related to deep learning). Currently, total view is 3,321. http://www.slideshare.net/ItsukaraIitsuka/  I started Learning of deep learning in the end of May. I attended Do2dle research group meeting several times and read 4 books on deep learning (before that, I read 1 book). (Do2dle: come from DUDL i.e. Deep Understanding of Deep Learning. After entered research group, I named it as this)  In the beginning of August, DQN group of Do2dle set target of group as Montezuma’s Revenge, because it was the most difficult in DeepMind paper.
  • 9.  Only I had a time to try Montezuma’s Revenge. I got stuck neear the end of August. Because I realized that there is little chance to get reward in Montezuma’s Revenge. I felt that some kind of mile stone or reward decreasing when the same state continue is needed. I wrote it in blog.  I received twitter message from Mr. Miyoshi, who is the author of very fast A3c code which I was using, that DeepMind submitted a paper related to Montezuma’s Revenge, although he had not been read it yet.  After that, I concentrated on Montezuma’s Revenge. For details, I will introduce it in another slide.  I also has a slide on my works in github, etc.  My learning history:  2016/2-5: Mastered web-front-technology (HTML5/CSS3, Javascript) and some of backend- technology NodeJS, sqlite3 and Java (Oracle OJCP Silver certificate in one month).  2016/5-8: Learned basics of AI and deep learning. Tried DQN and A3C with “Breakout”.  2016/8- : Concentrated on Deep Reinforcement Learning of “Montezuma’s Revenge”.  2016/9/14: Made presentation in WBAI meeting held at Dwango AI Lab. lead by Mr. Yamakawa WBAI: Whole Brain Architecture Initiative, NGO to promote research and development of “general AI” like human, lead by Mr. Yamakawa http://wba-initiative.org/en/about/ http://wba-initiative.org/wp-content/uploads/2015/05/wbai-leaflet.pdf
  • 10.
  • 11. Thank you for listening