circleai

A machine learning library for Python.


Keywords
algorithms, artificial-intelligence, circleai, data, data-science, frameworks, machine-learning, python, statistics, tetrahedronai
License
MIT
Install
pip install circleai==0.0.1

Documentation



Logo

Sandbox


Sandbox AI is the new, easy way to create, analyze and program machine learning ๐Ÿง  models.

With ML algorithms like K-Nearest-Neighbours, Linear Regression, tools to create complex functions like genetic algorithms and frequent updates and improvements, what's not to love about py-sandbox!


Table of Contents ๐Ÿ“




Features โœ”

  • โŒ Models
    • โŒ Linear Regression
    • โŒ Logistic Regression
    • โŒ Decision Trees
    • โŒ Random Forest
    • โŒ Adaboost
    • โœ” K-Nearest Neighbours
    • โŒ K-Means Clustering
    • โŒ Neural Networks
    • โŒ Epsilon Greed Q-Learning
  • โŒ Submodules
    • โŒ Genetic Algorithms
      • โŒ Genomes
      • โŒ Optimisers
    • โŒ Neural Networks
      • โŒ Dense Layers
      • โŒ LSTMs
      • โŒ GRUs
    • โŒ Reinforcement Learning
      • โŒ Q-Learning
        • โŒ Greedy
        • โŒ Epsilon Greedy
        • โŒ UCB (Upper Confidence Bounds)
        • โœ” Q-Tables
      • โœ” Environments
    • โŒ Auto Analysis
    • โŒ Maths Tools
    • โœ” Distance Functions
      • โœ” Eucledian
      • โœ” Manhattan
    • โœ” Random Numbers - โœ” Random range with float step
      • โŒ Logging Tools
      • โœ” Types


Contributing โž•

Like ๐Ÿ‘ this project? Want to contribute to it? Why not put up a pull request with your code changes on it.

Note: Please read the Contributing Guidelines and the appropriate code style document (linked to in CONTRIBUTING.md).

Thanks to all who have already contributed...

contributors




Project Stats ๐Ÿ“ˆ

Stat Badge
Codacy Quality Rating Codacy Badge
Project Status Testing Status. Project status badge.
License GitHub
Activity GitHub commit activity
GitHub contributors
Issues GitHub issues

Size

Lines of code
Releases GitHub release (latest by date)
GitHub all releases
GitHub Release Date

Other Notes ๐Ÿ“

History โŒ›

py-sandbox was created in 2021 by @Neuron-AI, aiming to create an easy experience for all ML engineers, with any and all of the newly developed algorithms from Neuron AI.


Naming Conventions ๐Ÿงพ

Mostly, the names of modules are universal, but, there was some choice of the maths section of the module. In the end, the maths section is known as py-sandbox.math rather than py-sandbox.maths (as we are a British group), since there is such a large population who'll use this knowing American English, and it is quicker to type the American version anyway.