Skip to content
View CharlesIhara's full-sized avatar

Block or report CharlesIhara

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Bioinformatics Bioinformatics Public

    A collection of documentation and notes for various bioinformatic analyses. Some data and results are presented as well. The purpose of this repository is to serve as a reference for myself and a p…

    Shell

  2. Flesch-Reading-Ease-Score-Calculator Flesch-Reading-Ease-Score-Calculator Public

    This repository contains a script for calculating the Flesch Reading Ease Score (https://en.wikipedia.org/wiki/Flesch–Kincaid_readability_tests) of a text. It uses the CMU Pronouncing Dictionary to…

    Python 1

  3. CS50-Tiny-Search-Engine CS50-Tiny-Search-Engine Public

    This program crawls through a set of webpages, builds an index of word occurrences on each webpage, and uses this index to generate a list of webpages ranked by their relevance to a user-input query.

    C

  4. MATH-36-Bonabeau-Model MATH-36-Bonabeau-Model Public

    As part of a final project for MATH 36 (Mathematical Models of The Social Sciences), I recreated the Bonabeau Model for Hierarchy Formation and performed various simulations and analyses.

    Python

  5. CS74-Amazon-Product-Review-Classifier CS74-Amazon-Product-Review-Classifier Public

    As part of a final project for CS74 (Machine Learning), I implemented multiple different machine learning models (Logistic Regression, Random Forest, and Multinomial Naive Bayes) using sklearn to c…

    Jupyter Notebook

  6. CS61-Manuscript-Database CS61-Manuscript-Database Public

    As part of a project for CS61 (Database Systems), I created a database system to store manuscript data for an academic journal.