ดูภาพที่มีความละเอียดสูงกว่า((ไฟล์ SVG, 800 × 600 พิกเซล, ขนาดไฟล์: 49 กิโลไบต์))

Wikimedia Commons logo รูปภาพหรือไฟล์เสียงนี้ ต้นฉบับอยู่ที่ คอมมอนส์ รายละเอียดด้านล่าง เป็นข้อความที่แสดงผลจาก ไฟล์ต้นฉบับในคอมมอนส์
คอมมอนส์เป็นเว็บไซต์ในโครงการสำหรับเก็บรวบรวมสื่อเสรี ที่ คุณสามารถช่วยได้

ความย่อ

คำอธิบาย
English: Estimates of how much processing power is needed to emulate a human brain at various levels, along with the fastest supercomputer from TOP500 mapped by year, and a trendline. Exponential plot, with assumption of doubling of computational power every 1.1 years for the trendline.
วันที่
แหล่งที่มา งานของตัว, data from [1], PPTSuperComputersPRINT.jpg, and [2].
ผู้สร้างสรรค์ Tga.D
SVG genesis
InfoField
 
ซอร์สโค้ดของ SVG นี้ตรวจสอบถูกต้องแล้ว
 
ไฟล์ภาพกราฟิกส์เวกเตอร์นี้ สร้างขึ้นโดยใช้ Gnuplot 5.2
 
This chart uses translateable embedded text.
รหัสต้นฉบับ
InfoField

Gnuplot code

set terminal svg size 800 600 fname "Times,13"
set output "Estimations of Human Brain Emulation Required Performance.svg"
set notitle
set key reverse Left left at 1993, 10**40 noautotitles box # good chunk of whitespace to put the key in
set datafile separator ","

set logscale y # use a logarithmic scale, for easier visualization of exponential growth
set format y "10^{%T}"
set yrange[10**9:10**45]
set ylabel "Flop/s"

set xrange [1990:2065]
set xlabel "Year"
set xtics 1990,5,2065
set mxtics 5
#set grid # I think it looks better without, but it's a matter of preference

# labels for each of the levels of emulation
set label "Analog network population model" at 2010, 10**14.5 left
set label "Spiking neural network" at 2010, 10**17.5 right
set label "Electrophysiology" at 2035, 10**22.5 right
set label "Metabolome" at 2047, 10**25.5 right
set label "Proteome" at 2050, 10**26.5 right
set label "States of protein complexes" at 2054, 10**27.5 right
set label "Distribution of complexes" at 2064, 10**30.5 right
set label "Stochastic behavior of single molecules" at 2064, 10**42.5 right

set label "Functional Simulation" at 2020, 10**16.5 left
set label "Neural Simulation" at 2030, 10**19.5 left

# best-fit is as of June 2022 list, to two sigfigs
# horizontal lines plotted to represent levels of emulation
# plot of historical TOP500 #1's stored in a .csv
# colors and sizes picked from what I thought was easiest to see
# titles done for one of each type of line, for the key
plot 87000000000.0*(2**((x-1993)/1.2)) lw 6 lc 0 w lines title "Trendline (doubling every 1.2 years)",\
     10**15 ls 3 lt rgb "#0073E6", \
     10**18 ls 3 lt rgb "#0073E6", \
     10**22 ls 3 lt rgb "#0073E6", \
     10**25 ls 3 lt rgb "#0073E6", \
     10**26 ls 3 lt rgb "#0073E6", \
     10**27 ls 3 lt rgb "#0073E6", \
     10**30 ls 3 lt rgb "#0073E6", \
     10**43 ls 3 lt rgb "#0073E6" title "Sandberg, Bostrom estimates (2008)",\
     10**16 ls 2 dt (50,10) lc rgb "#89CE00", \
     10**19 ls 2 dt (50,10) lt rgb "#89CE00" title "Kurzweil estimates (2005)",\
     "TOP500.csv" using 1:2 ls 1 lt rgb "#B51963" pt 7 ps .5 with linespoints title "Fastest Supercomputer (TOP500 #1)"

Data

The #1 computer over the years from TOP500, used to generate the supercomputer line at the end of the Gnuplot code. The name of each supercomputer is in the file, but unused in the code/chart. Whole number years represent a June list, .5 represents a November list. 

Year,Flop/s,Name
1993,59700000000,CM-5/1024
1993.5,124000000000,Numerical Wind Tunnel
1994,143400000000,XP/S140
1994.5,170000000000,Numerical Wind Tunnel
1996,220400000000,SR2201/1024
1996.5,368200000000,CP-PACS/2048
1997,1068000000000,ASCI Red
1997.5,1338000000000,ASCI Red
1999,2121000000000,ASCI Red
1999.5,2379000000000,ASCI Red
2000.5,4938000000000,ASCI White
2001,7226000000000,ASCI White
2002,35860000000000,Earth-Simulator
2004.5,70720000000000,BlueGene/L beta-System
2005,136800000000000,BlueGene/L
2005.5,280600000000000,BlueGene/L
2007.5,478200000000000,BlueGene/L
2008,1026000000000000,Roadrunner
2008.5,1105000000000000,Roadrunner
2009.5,1759000000000000,Jaguar
2010.5,2566000000000000,Tianhe-1A
2011,8162000000000000,K computer
2011.5,10510000000000000,K computer
2012,16324800000000000,Sequoia
2012.5,17590000000000000,Titan
2013,33862700000000000,Tianhe-2A
2016,93014600000000000,Sunway TaihuLight
2018,122300000000000000,Summit
2018.5,143500000000000000,Summit
2020,415530000000000000,Fugaku
2020.5,442000000000000000,Fugaku
2022,1102000000000000000,Frontier

การอนุญาตใช้สิทธิ

ข้าพเจ้า ในฐานะผู้ถือลิขสิทธิ์ของภาพหรือสื่อนี้ อนุญาตให้ใช้ภาพหรือสื่อนี้ภายใต้เงื่อนไขต่อไปนี้
w:th:ครีเอทีฟคอมมอนส์
แสดงที่มา อนุญาตแบบเดียวกัน
คุณสามารถ:
  • ที่จะแบ่งปัน – ที่จะทำสำเนา แจกจ่าย และส่งงานดังกล่าวต่อไป
  • ที่จะเรียบเรียงใหม่ – ที่จะดัดแปลงงานดังกล่าว
ภายใต้เงื่อนไขต่อไปนี้:
  • แสดงที่มา – คุณต้องให้เกียรติเจ้าของงานอย่างเหมาะสม โดยเพิ่มลิงก์ไปยังสัญญาอนุญาต และระบุหากมีการเปลี่ยนแปลง คุณอาจทำเช่นนี้ได้ในรูปแบบใดก็ได้ตามควร แต่ต้องไม่ใช่ในลักษณะที่แนะว่าผู้ให้อนุญาตสนับสนุนคุณหรือการใช้งานของคุณ
  • อนุญาตแบบเดียวกัน – หากคุณดัดแปลง เปลี่ยนรูป หรือต่อเติมงานนี้ คุณต้องใช้สัญญาอนุญาตแบบเดียวกันหรือแบบที่เหมือนกับสัญญาอนุญาตที่ใช้กับงานนี้เท่านั้น

คำบรรยายโดยย่อ

เพิ่มคำบรรยายทรรทัดเดียวเพื่อขยายความว่าไฟล์นี้มีอะไร

ไอเทมที่แสดงอยู่ในไฟล์นี้

ประกอบด้วย

media type อังกฤษ

image/svg+xml

ประวัติไฟล์

คลิกวันที่/เวลาเพื่อดูไฟล์ที่ปรากฏในขณะนั้น

วันที่/เวลารูปย่อขนาดผู้ใช้ความเห็น
ปัจจุบัน07:40, 22 กุมภาพันธ์ 2566รูปย่อสำหรับรุ่นเมื่อ 07:40, 22 กุมภาพันธ์ 2566800 × 600 (49 กิโลไบต์)Tga.Dupdated data, fixed colors and styles to be more color blind-friendly
23:11, 7 มีนาคม 2565รูปย่อสำหรับรุ่นเมื่อ 23:11, 7 มีนาคม 2565800 × 600 (37 กิโลไบต์)Daemon2010Added Fugaku
13:32, 20 กุมภาพันธ์ 2562รูปย่อสำหรับรุ่นเมื่อ 13:32, 20 กุมภาพันธ์ 2562800 × 600 (45 กิโลไบต์)Tga.DIncrease font size; adjust label positions
13:15, 20 กุมภาพันธ์ 2562รูปย่อสำหรับรุ่นเมื่อ 13:15, 20 กุมภาพันธ์ 2562800 × 600 (45 กิโลไบต์)Tga.DRegenerated with a newer version of gnuplot, and more recent TOP500 data. Opted to not update the trendline, as the divergence from expected seems more relevant.
05:20, 19 มิถุนายน 2556รูปย่อสำหรับรุ่นเมื่อ 05:20, 19 มิถุนายน 2556800 × 600 (34 กิโลไบต์)Tga.DNew #1 on the TOP 500 June 2013 list.
08:07, 24 ธันวาคม 2555รูปย่อสำหรับรุ่นเมื่อ 08:07, 24 ธันวาคม 2555800 × 600 (34 กิโลไบต์)Tga.Dlarge mediawiki-generated png versions had messed up spacing in the key, switching the order to see if it fixes it
07:29, 24 ธันวาคม 2555รูปย่อสำหรับรุ่นเมื่อ 07:29, 24 ธันวาคม 2555800 × 600 (34 กิโลไบต์)Tga.DUser created page with UploadWizard

หน้าต่อไปนี้ โยงมาที่ภาพนี้:

การใช้ไฟล์ข้ามโครงการ

วิกิอื่นต่อไปนี้ใช้ไฟล์นี้:

ข้อมูลเกี่ยวกับภาพ