All Projects → numenta → Nupic

numenta / Nupic

Licence: agpl-3.0
Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.

Programming Languages

python
139335 projects - #7 most used programming language
Smarty
1635 projects
shell
77523 projects
Cap'n Proto
48 projects
Jupyter Notebook
11667 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Nupic

Awesome Artificial Intelligence
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
Stars: ✭ 6,516 (+3.58%)
Mutual labels:  artificial-intelligence, machine-intelligence
Machine Learning Flappy Bird
Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm
Stars: ✭ 1,683 (-73.25%)
Mutual labels:  artificial-intelligence, machine-intelligence
Etaler
A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
Stars: ✭ 79 (-98.74%)
Mutual labels:  machine-intelligence, hierarchical-temporal-memory
Ai Job Recommend
国内公司人工智能方向(含机器学习、深度学习、计算机视觉和自然语言处理)岗位的招聘信息(含全职、实习和校招)
Stars: ✭ 679 (-89.21%)
Mutual labels:  artificial-intelligence
Translate
Translate - a PyTorch Language Library
Stars: ✭ 684 (-89.13%)
Mutual labels:  artificial-intelligence
Serpentai
Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!
Stars: ✭ 6,104 (-2.97%)
Mutual labels:  artificial-intelligence
Machine learning refined
Notes, examples, and Python demos for the textbook "Machine Learning Refined" (published by Cambridge University Press).
Stars: ✭ 750 (-88.08%)
Mutual labels:  artificial-intelligence
Mobileface
A face recognition solution on mobile device.
Stars: ✭ 669 (-89.37%)
Mutual labels:  artificial-intelligence
Imageai
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
Stars: ✭ 6,734 (+7.04%)
Mutual labels:  artificial-intelligence
Ai Series
📚 [.md & .ipynb] Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,数理统计篇 | 机器学习篇 | 深度学习篇 | 自然语言处理篇 | 工具实践 Scikit & Tensoflow & PyTorch 篇 | 行业应用 & 课程笔记
Stars: ✭ 702 (-88.84%)
Mutual labels:  artificial-intelligence
Projectlearn Project Based Learning
A curated list of project tutorials for project-based learning.
Stars: ✭ 699 (-88.89%)
Mutual labels:  artificial-intelligence
Rex Gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Stars: ✭ 684 (-89.13%)
Mutual labels:  artificial-intelligence
Easypr
An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations.
Stars: ✭ 6,046 (-3.89%)
Mutual labels:  artificial-intelligence
Querido Diario
📰 Brazilian government gazettes, accessible to everyone.
Stars: ✭ 681 (-89.18%)
Mutual labels:  artificial-intelligence
Lycheejs
🌱 Next-Gen AI-Assisted Isomorphic Application Engine for Embedded, Console, Mobile, Server and Desktop
Stars: ✭ 728 (-88.43%)
Mutual labels:  artificial-intelligence
Machine Learning For Software Engineers
A complete daily plan for studying to become a machine learning engineer.
Stars: ✭ 25,562 (+306.33%)
Mutual labels:  artificial-intelligence
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+11.46%)
Mutual labels:  artificial-intelligence
Sciblog support
Support content for my blog
Stars: ✭ 694 (-88.97%)
Mutual labels:  artificial-intelligence
Tensorflow 2.x Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Stars: ✭ 6,088 (-3.23%)
Mutual labels:  artificial-intelligence
Ssvm
SSVM is a high performance, extensible, and hardware optimized WebAssembly Virtual Machine for cloud, AI, and blockchain applications.
Stars: ✭ 751 (-88.06%)
Mutual labels:  artificial-intelligence

NuPIC Logo NuPIC

Numenta Platform for Intelligent Computing

The Numenta Platform for Intelligent Computing (NuPIC) is a machine intelligence platform that implements the HTM learning algorithms. HTM is a detailed computational theory of the neocortex. At the core of HTM are time-based continuous learning algorithms that store and recall spatial and temporal patterns. NuPIC is suited to a variety of problems, particularly anomaly detection and prediction of streaming data sources. For more information, see numenta.org or the NuPIC Forum.

For usage guides, quick starts, and API documentation, see http://nupic.docs.numenta.org/.

This project is in Maintenance Mode

We plan to do minor releases only, and limit changes in NuPIC and NuPIC Core to:

  • Fixing critical bugs.
  • Features needed to support ongoing research.

Installing NuPIC

NuPIC binaries are available for:

  • Linux x86 64bit
  • OS X 10.9
  • OS X 10.10
  • Windows 64bit

Dependencies

The following dependencies are required to install NuPIC on all operating systems.

Additional OS X requirements:

Install

Run the following to install NuPIC:

pip install nupic

Test

# From the root of the repo:
py.test tests/unit

Having problems?

  • You may need to use the --user flag for the commands above to install in a non-system location (depends on your environment). Alternatively, you can execute the pip commands with sudo (not recommended).
  • You may need to add the --use-wheel option if you have an older pip version (wheels are now the default binary package format for pip).

For any other installation issues, please see our search our forums (post questions there). You can report bugs at https://github.com/numenta/nupic/issues.

Live Community Chat: Gitter

Installing NuPIC From Source

To install from local source code, run from the repository root:

pip install .

Use the optional -e argument for a developer install.

If you want to build the dependent nupic.bindings from source, you should build and install from nupic.core prior to installing nupic (since a PyPI release will be installed if nupic.bindings isn't yet installed).

  • Build: Build Status AppVeyor Status CircleCI
  • To cite this codebase: DOI
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].