NomicAI AI technology page Top Builders

Explore the top contributors showcasing the highest number of NomicAI AI technology page app submissions within our community.

NomicAI

NomicAI is a company focusing on improving the explainability and accessibility of artificial intelligence (AI). They aim to address the challenges brought about by the rapid rise and concentration of AI technologies in a small number of well-funded AI labs. NomicAI's products include Atlas, a data engine equipped with a scalable embedding space explorer, and GPT4All, an open-source, open-data ecosystem of edge language models.

General
CompanyNomicAI
Area servedWorldwide

Key Products and Services

NomicAI offers products and services aimed at improving the accessibility, understanding, and control of AI technologies. Their key products and services include:

  • Atlas: A data engine featuring the world's most scalable embedding space explorer, allowing users to visualize, organize, curate, search, and share massive datasets in their browsers. Atlas gives users insights into the data AI models learn from and helps them understand the associations AI models establish.

  • GPT4All: An ecosystem of open-source, open-data edge language models designed to ensure unprecedented access to AI technology. GPT4All allows anyone to benefit from AI, regardless of hardware,


NomicAI AI technology page Hackathon projects

Discover innovative solutions crafted with NomicAI AI technology page, developed by our community members during our engaging hackathons.

Trading-Agent-

Trading-Agent-

A trading agent AI is an artificial intelligence system that uses computational intelligence methods such as machine learning and deep reinforcement learning to automatically discover, implement, and fine-tune strategies for autonomous adaptive automated trading in financial markets This project implements a Stock Trading Bot, trained using Deep Reinforcement Learning, specifically Deep Q-learning. Implementation is kept simple and as close as possible to the algorithm discussed in the paper, for learning purposes. Generally, Reinforcement Learning is a family of machine learning techniques that allow us to create intelligent agents that learn from the environment by interacting with it, as they learn an optimal policy by trial and error. This is especially useful in many real world tasks where supervised learning might not be the best approach due to various reasons like nature of task itself, lack of appropriate labelled data, etc. The important idea here is that this technique can be applied to any real world task that can be described loosely as a Markovian process. This work uses a Model-free Reinforcement Learning technique called Deep Q-Learning (neural variant of Q-Learning). At any given time (episode), an agent abserves it's current state (n-day window stock price representation), selects and performs an action (buy/sell/hold), observes a subsequent state, receives some reward signal (difference in portfolio position) and lastly adjusts it's parameters based on the gradient of the loss computed. There have been several improvements to the Q-learning algorithm over the years, and a few have been implemented in this project: Vanilla DQN DQN with fixed target distribution Double DQN Prioritized Experience Replay Dueling Network Architectures Trained on GOOG 2010-17 stock data, tested on 2019 with a profit of $1141.45 (validated on 2018 with profit of $863.41):