Giter Club home page Giter Club logo

Charles Okafor's Projects

canbalancefunction.js icon canbalancefunction.js

canBalance function takes an array of numbers and returns true or false based on the following conditions. It returns true if the array can be split at any point with the sum of the numbers on one side equal to the sum of the numbers at the other side. For example, given the array [1, 2, 3, 4, 5, 5], it will return true as the array can be split into [1, 2, 3, 4] and [5, 5] giving a sum of 10 on each side.

data-wrangling-with-python icon data-wrangling-with-python

This project is to carry out series of data wrangling to produce a fine dataset for further analysis. THough analysis was done here, the focus is much on the data wrangling - generating data, asseessing data, cleaning data

fraud_detection icon fraud_detection

Fraud transactions prediction using decision tree classification with cross vaidation for bias-variance trade-off

house-price-prediction-challenge icon house-price-prediction-challenge

I designed an algorithm to accurately predict the house prices in India. This is a follow up of the challenge in Kaggle. The link to this solution in Kaggle: https://www.kaggle.com/charlesgasper001/notebookdadab2205d

logiccircuit_python icon logiccircuit_python

After learning the concepts of object oriented programming, i built a logic circuit fully implemented in python

softmax-function icon softmax-function

Softmax function was developed to to take care of issues raised with sigmoid function such as what happens when we have more than 2 variables, how do we get the probability of what an outcome is given a set of all possible outcome, etc. Here I developed a simple function that takes a set of values and return their softmax function equivalent. There are many ways to approach this using Python however I will be using a simple algorithm :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.