Skip to content

Instantly share code, notes, and snippets.

View ngminhtrung's full-sized avatar

Trung Nguyen ngminhtrung

View GitHub Profile
@ngminhtrung
ngminhtrung / Review.md
Created July 25, 2018 01:33
Review on Machine learning cloud services

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

@ngminhtrung
ngminhtrung / LICENSE
Created May 31, 2018 06:59 — forked from rkirsling/LICENSE
Directed Graph Editor
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:
@ngminhtrung
ngminhtrung / .block
Created May 24, 2018 01:39 — forked from john-guerra/.block
Force in a Box algorithm
license: mit
@ngminhtrung
ngminhtrung / .block
Created May 23, 2018 08:00 — forked from Fil/.block
Brush Handles d3v4 II
license: gpl-3.0
@ngminhtrung
ngminhtrung / .block
Created May 23, 2018 07:51 — forked from mbostock/.block
Brush & Zoom II
license: gpl-3.0
height: 600
@ngminhtrung
ngminhtrung / .d3v4-selectable-force-directed-graph
Last active May 23, 2018 06:35
d3-v4 selectable and removable force directed graph
.
@ngminhtrung
ngminhtrung / README.md
Last active May 24, 2018 07:20 — forked from pkerpedjiev/ SelectableForceDirectedGraph
D3 Selectable Force-Directed Graph

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:

  1. Shift clicking on a node toggles whether it is selected
  2. Clicking (without shift) on a node, selects it and deselects everything else.
  3. Shift dragging on the canvas toggles the selection status of the nodes enclosed within it.
  4. Dragging a set of selected nodes drags all of them.
  5. Clicking on the canvas de-selects everything.
@ngminhtrung
ngminhtrung / .block
Last active May 10, 2018 08:18 — forked from steveharoz/.block
d3-force testing ground
license: gpl-3.0
height: 1030
scrolling: yes
@ngminhtrung
ngminhtrung / README.md
Last active May 9, 2018 08:49
D3 v4 - Enter - Update - Exit

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.

@ngminhtrung
ngminhtrung / d3-v4-adjustable-link-strength.md
Last active May 8, 2018 08:30
Adjustable Link Strength for Force Layout based on data of Miserables