Skip to content

nmitra28/Neural_Network_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visit the following Links

nmitra28.github.io

Computer tomography (CT) scans with 3D CNN Model

In this project we attempted to predict the presence of viral pneumonia in computer tomography (CT) scans. Our data was a subset of the MosMedData: Chest CT Scans with COVID-19 Related Findings Data. The subset consists of 200 CT scans with half of it normal and half of it with 50-75% lungs scarring. In the notebook you will see the following:

Loading the Data Processing the Data (normalizing, resizing, etc) Train-Test Split Building a 3D CNN Model using Keras Testing the Model Creating the Model Artifact Saving the model in OCI Model Catalog

Fraudulent credit card

It is important that credit card companies are able to recognize fraudulent credit card transactions so that customers are not charged for items that they did not purchase. We got this dataset from kaggle.com The dataset contains transactions made by credit cards in September 2013 by European cardholders. This dataset presents transactions that occurred in two days, where we have 492 frauds out of 284,807 transactions. The dataset is highly unbalanced, the positive class (frauds) account for 0.172% of all transactions. It contains only numerical input variables which are the result of a PCA transformation.

In this use case we will accomplish the following tasks:

Loading data to Object Storage Pulling data from object storage using ADS Preprocessing data Using AutoML to generate and train ML models Testing ML model (notebook) Saving ML model to model catalog Deploying ML model as a CLI, REST API on OCI

About

Two Machine Leaning Project - Fraud Detection and CT scan analysis/detection with OCI Data Science Platform Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors