Scott Miner (sminerport)

sminerport

Geek Repo

Company:@mhanyc

Location:Denver, CO, USA

Home Page:https://scottminer.netlify.app

Github PK Tool:Github PK Tool

Scott Miner's repositories

healthcare-expert-system

Rule-based healthcare expert system designed using Pyke and Python. The project focuses on heart failure telemonitoring, aiming to enhance patient self-care and clinical management.

Language:PythonLicense:MITStargazers:6Issues:1Issues:0

sequence-prediction-ann

Predict next number in a sequence using a simple ANN. Modularized code with classes for data preparation, neural network architecture, and training.

Language:PythonLicense:MITStargazers:6Issues:1Issues:0

boston-housing-analysis

Boston Housing Analysis: This repo presents an in-depth analysis of the Boston Housing dataset using Linear, Lasso, and Ridge Regression models. It explores data, preprocesses features, visualizes relationships, and evaluates model performance.

Language:PythonLicense:MITStargazers:2Issues:2Issues:0

eight-puzzle-solver

A* search algorithm implementation for solving 8-puzzle problem. Includes code modularization, performance optimization and solvability checking features.

Language:PythonLicense:MITStargazers:2Issues:2Issues:0

naive-bayes-golf-prediction

A Naive Bayes implementation predicting golf play based on weather conditions, utilizing machine learning techniques.

Language:PythonLicense:MITStargazers:2Issues:1Issues:0

avl-tree-implementation

AVL Tree Implementation in Python: This repository provides a comprehensive implementation of an AVL tree (balanced binary search tree) with Node and Tree classes, build_tree() method, and insert() and delete() methods. The code demonstrates AVL tree construction, node insertion and removal, and tree rebalancing for maintaining optimal performance.

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

back-translation-text-augmentation

This repo offers a Python script using NLPAug library & RTT to augment text datasets. It processes TXT files in "data/" folder, translating text and creating augmented versions. Augmented data enhances NLP tasks like chatbot training & text classification. Includes overview of techniques, applications & implementation.

Language:PythonLicense:MITStargazers:1Issues:2Issues:0

iris-knn-classifier

Iris flower classification using k-Nearest Neighbors (k-NN) algorithm in Python. Simple, effective ML model for species prediction.

Language:PythonLicense:MITStargazers:1Issues:2Issues:0

sminerport

🌟 Scott Miner's GitHub portfolio showcasing personal projects, coding skills, and expertise in Software Development/Data Analytics/AI/ML. Get in touch for collaboration!

universal-EDA

Universal-EDA: Simplify Exploratory Data Analysis with versatile data loading & analysis tools for various datasets & CSVs.

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

word2vec-skipgram-tensorflow

Word2Vec Skip-Gram model implementation using TensorFlow 2.0 to learn word embeddings from a small Wikipedia dataset (text8). Includes training, evaluation, and cosine similarity-based nearest neighbors

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

PreProcessR

PreProcessR: A comprehensive R package for efficient data preprocessing. Key features include outlier detection with calculate_IQR, data visualization via createHistograms, and optimal lambda estimation for Box-Cox transformations with estimateBoxCoxLambda. Ideal for preparing datasets for analytical modeling, enhancing data analysis workflows.

Language:RStargazers:0Issues:1Issues:0