All Projects → Sapphirine → Alzheimers_Diagnosis_StageDetermination

Sapphirine / Alzheimers_Diagnosis_StageDetermination

Licence: other
E6893 Final Project for ja3130, mn2769, and hz2441 (Project ID: 201712-18)

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
matlab
3953 projects
r
7636 projects

Projects that are alternatives of or similar to Alzheimers Diagnosis StageDetermination

maggot
A lightweight python library that helps to keep track of numerical experiments
Stars: ✭ 114 (+442.86%)
Mutual labels:  machinelearning
MACHINE-LEARNING-LABORATORY
ML LAB PROGRAMS FOR SCHEMES +2015 +2017 +2018
Stars: ✭ 15 (-28.57%)
Mutual labels:  machinelearning
Study-Notes
算法、编程学习笔记
Stars: ✭ 36 (+71.43%)
Mutual labels:  machinelearning
Social-Distancing-and-Face-Mask-Detection
Social Distancing and Face Mask Detection using TensorFlow. Install all required Libraries and GPU drivers as well. Refer to README.md or REPORT for know to installation requirement
Stars: ✭ 39 (+85.71%)
Mutual labels:  machinelearning
VoiceNET.Library
.NET library to easily create Voice Command Control feature.
Stars: ✭ 14 (-33.33%)
Mutual labels:  machinelearning
Data-Science-and-Machine-Learning-Resources
List of Data Science and Machine Learning Resource that I frequently use
Stars: ✭ 19 (-9.52%)
Mutual labels:  machinelearning
sentiment-analysis-of-tweets-in-russian
Sentiment analysis of tweets in Russian using Convolutional Neural Networks (CNN) with Word2Vec embeddings.
Stars: ✭ 51 (+142.86%)
Mutual labels:  machinelearning
3d-convolutional-network
Alzheimer disease diagnosis by Deeply Supervised 3D Convolutional Network
Stars: ✭ 66 (+214.29%)
Mutual labels:  alzheimer-disease-diagnostics
AutoForce
Sparse Gaussian Process Potentials
Stars: ✭ 17 (-19.05%)
Mutual labels:  machinelearning
barrage
Barrage is an opinionated supervised deep learning tool built on top of TensorFlow 2.x designed to standardize and orchestrate the training and scoring of complicated models.
Stars: ✭ 16 (-23.81%)
Mutual labels:  machinelearning
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (+9.52%)
Mutual labels:  machinelearning
forestError
A Unified Framework for Random Forest Prediction Error Estimation
Stars: ✭ 23 (+9.52%)
Mutual labels:  machinelearning
pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 788 (+3652.38%)
Mutual labels:  machinelearning
Amazon-Fine-Food-Review
Machine learning algorithm such as KNN,Naive Bayes,Logistic Regression,SVM,Decision Trees,Random Forest,k means and Truncated SVD on amazon fine food review
Stars: ✭ 28 (+33.33%)
Mutual labels:  machinelearning
GeneticAlgorithmForFeatureSelection
Search the best feature subset for you classification mode
Stars: ✭ 82 (+290.48%)
Mutual labels:  machinelearning
folding-at-home
A Folding@Home Docker container with GPU support
Stars: ✭ 38 (+80.95%)
Mutual labels:  alzheimers-disease
politic-bots
Tools and algorithms to analyze Paraguayan Tweets in times of elections
Stars: ✭ 26 (+23.81%)
Mutual labels:  machinelearning
FYP-AutoTextSum
Automatic Text Summarization with Machine Learning
Stars: ✭ 16 (-23.81%)
Mutual labels:  machinelearning
python
Python codes from tutorials on the Data Professor YouTube channel
Stars: ✭ 51 (+142.86%)
Mutual labels:  machinelearning
aws-mlu-explain
Visual, Interactive Articles About Machine Learning: https://mlu-explain.github.io/
Stars: ✭ 46 (+119.05%)
Mutual labels:  machinelearning

Alzheimers_Diagnosis_StageDetermination

EECS 6893 Big Data Analytics - Final Project

Project ID: 201712-18

Authors: Jing Ai (ja3130), Michael Nguyen (mn2769), Haoquan Zhao (hz2441)

Alzheimer’s Disease affect 1 in 3 seniors in the US and is one of the fastest rising part of the healthcare budget. Gaining better understanding of disease patterns and achieving accurate diagnosis showing the disease progression are crucial problems to address. Our project aims to identify the Alzheimer’s Disease biomarker combinations with the highest diagnostic power and examine the disease patterns of patients at different disease stages. The novelty of our project is that we performed a comprehensive analysis that integrated clinical, genomic and imaging data and included patients of multiple disease stages (Normal, Early Mild Cognitive Impairment, Late Mild Cognitive Impairment and Diagnosed Alzheimer’s), as previous studies have only focused their analysis on one modality and binary phenotypes (diseased/not diseased).

Dataset: ADNI data collection

The Alzheimer's Disease Neuroimaging Initiative (ADNI) data collection is a publicly available data collection consist of clinical, genetic and imaging datasets based on studies of approximately 1,550 participants including Alzheimer’s disease patients, mild cognitive impairment subjects and elderly controls across 3 multi-year cohorts (ADNI1, ADNI GO, ADNI2) between 2004 and 2017. More information on the data collection can be found here: http://adni.loni.usc.edu/data-samples/

Analytics

Data Normalization, Preprocessing using PCA

Preprocessing

Clinical

Imaging - radiology measurements

Genetic

Combined

Data-merging

Classification, Features importance, Features correlations and Data visualization

Multi-layer Perceptron for Merged Data Classification

Convolutional Neural Network(CNN) for Raw Images Classification

Random Forest for classification and assessing feature importance

Spearman’s correlation for estimating feature correlations

tSNE for visualizing high dimensional data

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].