项目作者: alexw858

项目描述 :
A neuron predicting application that uses machine learning to predict neuron type based on firing characteristics
高级语言: Jupyter Notebook
项目地址: git://github.com/alexw858/Neuron-Predictor.git
创建时间: 2018-07-22T03:45:27Z
项目社区:https://github.com/alexw858/Neuron-Predictor

开源协议:

下载


Neuron-Predictor

Project Overview

A web application was created using machine learning to train a model on predicting neuron types based on firing characteristics. The data was aquired from NeuroElectro and was used to train a Gradient Boosting model from the scikit-learn library. After training the model on 80% of the data (filtered down to the top 6 firing characteristics with the most data), it predicted the correct neuron type with 86% accuracy.

A Heroku web application was created with this model and can be accessed here: Neuron Predictor

The landing page



After entering data into the 6 input fields, the app makes a prediction