fitness-score
There are 13 repositories under fitness-score topic.
primaryobjects/AI-Programmer
Using artificial intelligence and genetic algorithms to automatically write programs. Tutorial: http://www.primaryobjects.com/cms/article149
ashleve/EvOLuTIoN
A simple simulation in Unity, which uses genetic algorithm to optimize forces applied to cubes
SirBob01/NEAT-Python
Genetic learning algorithm implementation for simulations, games, or general machine learning problems
tonykero/Moe
[OLD] Moe is a C++14 header-only dependency-free library providing generic implementations of some metaheuristic algorithms
JohnNay/datafsm
Machine Learning Finite State Machine Models from Data with Genetic Algorithms
Stypox/dicio-skill
Assistance component base for Dicio assistant components
AkshayMathur92/SyncHealth
SyncHealth is an Android app to move fitness data from Samsung Health to Google Fit.
Luc-Bams/fitbit
This repository contains scripts to collect data from the fitbit API and a notebook containing my analysis of this data.
Abdallahelraey/X_Fit
This project aims to develop a comprehensive fitness assessment and workout planning system to assist users in achieving their fitness goals effectively. The system will allow users to register and undergo an initial assessment to determine their fitness level and goals. Based on the assessment results, the system will recommend personalized workou
noarche/FatassChecker
Calculate your body stats to the national average.
PasaOpasen/cost2fitness
PyPI package for 1) conversion cost values (less is better) to fitness values (more is better) and vice versa, 2) using fast neural networks for forward propagation
AidenKerr/genetic-v2
Genetic Algorithm that simulates natural selection & evolution visually with a custom-built algorithm
devxdebanjan/geneticalgo
This is a genetic algorithm example in which we use OpenAI gym environment and use its cartpole function. The fitness values for each generation improves though genetic algorithm. Problem statement and output graphs provided.