Nguyen Ngoc Tam, 12:28 AM
Review on FloydHub
Điểm cộng:
- Cho tạo workspace: up and down file thuận lợi
- Hỗ trợ run job: xong đợi kết quả vô lấy, không cần giữ kết nối
- Auto visualize khi train.
Điểm trừ: chỉ hỗ trợ CPU với free
Nguyen Ngoc Tam, 12:28 AM
Review on FloydHub
Điểm cộng:
Điểm trừ: chỉ hỗ trợ CPU với free
Copyright (c) 2013-2018 Ross Kirsling | |
Permission is hereby granted, free of charge, to any person obtaining | |
a copy of this software and associated documentation files (the | |
"Software"), to deal in the Software without restriction, including | |
without limitation the rights to use, copy, modify, merge, publish, | |
distribute, sublicense, and/or sell copies of the Software, and to | |
permit persons to whom the Software is furnished to do so, subject to | |
the following conditions: |
license: mit |
license: gpl-3.0 |
license: gpl-3.0 | |
height: 600 |
. |
Forked from https://gist.github.com/pkerpedjiev/0389e39fad95e1cf29ce
This is an extension of Mike Bostock's Draggable Network II example, allowing one to drag multiple nodes in a force-directed graph. Nodes can be selected by holding the shift key and either dragging on the canvas or clicking on specific nodes. The selection and dragging semantics aim to mirror those of most window managers:
license: gpl-3.0 | |
height: 1030 | |
scrolling: yes |
Original block: http://bl.ocks.org/alansmithy/e984477a741bc56db5a5
This is a simple example of enter/update/exit in d3js.
2 arrays - of differing length - are used to generate alternating sequences of bubbles.
.enter() creates the initial join of data to elements, creating one circle element for every data element in the array.
After the button is clicked, the alternative array is rejoined to the graphical elements.
Hello