All Projects → htm-community → htm-school-viz

htm-community / htm-school-viz

Licence: MIT License
Visualizations supporting HTM School

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to htm-school-viz

COVIDvu
Volunteers building and sharing current, accurate, near real-time COVID-19 tracking and prediction tools.
Stars: ✭ 15 (-73.68%)
Mutual labels:  visualizations
python-data-visualization
Curated Python Notebooks for Data Visualization
Stars: ✭ 22 (-61.4%)
Mutual labels:  visualizations
ember-google-analytics-embed
An Ember Addon for adding analytics visualizations using the Google Analytics Embed API.
Stars: ✭ 26 (-54.39%)
Mutual labels:  visualizations
ml gallery
This is a master project of some experiments with Neural Networks. Every project here is runnable, visualized and explained clearly.
Stars: ✭ 18 (-68.42%)
Mutual labels:  visualizations
AnomalyDetection
基于智能计算框架nupic的异常检测restful Api.
Stars: ✭ 31 (-45.61%)
Mutual labels:  htm
nupic.tensorflow
Numenta Platform for Intelligent Computing Tensorflow libraries
Stars: ✭ 19 (-66.67%)
Mutual labels:  htm
Pytorch Grad Cam
Many Class Activation Map methods implemented in Pytorch for CNNs and Vision Transformers. Including Grad-CAM, Grad-CAM++, Score-CAM, Ablation-CAM and XGrad-CAM
Stars: ✭ 3,814 (+6591.23%)
Mutual labels:  visualizations
hiccup-d3
D3-Charts written in Clojure
Stars: ✭ 74 (+29.82%)
Mutual labels:  visualizations
simulate
A collection of simulations and visualizations for all sorts of stuff (Majorly Algorithmic or Mathematical)
Stars: ✭ 82 (+43.86%)
Mutual labels:  visualizations
InterpretDL
InterpretDL: Interpretation of Deep Learning Models,基于『飞桨』的模型可解释性算法库。
Stars: ✭ 121 (+112.28%)
Mutual labels:  visualizations
Telescope
Telescope is an engine for efficiently creating meaningful visualizations
Stars: ✭ 26 (-54.39%)
Mutual labels:  visualizations
fantasy-premier-league
Fantasy Premier League Stats, Visualizations & Analysis. ⚽ 📊 📈
Stars: ✭ 31 (-45.61%)
Mutual labels:  visualizations
to-htm
Conversion tool from JSX or Handlebars to htm (tagged template literal)
Stars: ✭ 35 (-38.6%)
Mutual labels:  htm
qaboard
Algorithm engineering is hard enough: don't spend your time with logistics. QA-Board organizes your runs and lets you visualize, compare and share results.
Stars: ✭ 48 (-15.79%)
Mutual labels:  visualizations
PALallax
PALallax is a Paloalto Next Generation Firewall Log Collector
Stars: ✭ 13 (-77.19%)
Mutual labels:  visualizations
natural-language-joint-query-search
Search photos on Unsplash based on OpenAI's CLIP model, support search with joint image+text queries and attention visualization.
Stars: ✭ 143 (+150.88%)
Mutual labels:  visualizations
spotfire-mods
Spotfire Mods by TIBCO Spotfire®
Stars: ✭ 39 (-31.58%)
Mutual labels:  visualizations
hacktoberfest20
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first-time contributors. #hacktoberfest20. Don’t forget to read the README.md for guidance.
Stars: ✭ 18 (-68.42%)
Mutual labels:  htm
weather-sucks
Weather App with Estonian Mood
Stars: ✭ 23 (-59.65%)
Mutual labels:  htm
VisualML
Interactive Visual Machine Learning Demos.
Stars: ✭ 104 (+82.46%)
Mutual labels:  visualizations

Work In Progress!

This project is under very heavy development and will change drastically with no warning.

HTM School Visualizations

These are supporting visualizations for the HTM School educational video series.

Here is a guide to running the complete HTM School Visualization Suite.

Stack

This is a web application with a Nodejs server and a JavaScript frontend.

Server

Client

  • Lodash
  • Bootstrap
  • jQuery UI
  • Handlebars
  • Moment

Dependencies

Generate static content from cell-viz

There are 2 options:

  • Permanent link: ln -s static/js/third/dyson-bundle.js YOUR_PATH/cell-viz/out/dyson.js This is a permanent solution, just need to update the webpack in cell-viz later on.
  • Generate the file: go to cd YOUR_PATH/cell-viz/, generate: webpack --output-path OTHER_PATH/htm-school-viz/static/js/third --output-filename dyson-bundle.js

Install

Install npm requirements:

npm install

Run

REQUIREMENT: This server depends on the nupic-history-server 0.0.1 running on PORT 8080. You must have that server running for any spatial pooler visualizations to work (ep. 7+).

Now start this server on any port you like:

npm start 8001

View on http://localhost:8001/.

Episodes

Notes about the episodes.

  • Ep. 10, ep. 11: need to generate the webpack static content from cell-viz
  • Ep. 10: You appear too close to the scene, press s to zoom-out. Currently works only in Chrome/Chromium browsers
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].