Giter Club home page Giter Club logo

Kordel K. France's Projects

academic-battleofsortingalgorithms icon academic-battleofsortingalgorithms

FranceLab4 is focuses on the analysis of different sorting algorithms under different conditions and different distribution of data. Operationally, FranceLab4 is a software module written in Python that performs automatic data generation, analysis of 4 different sorting algorithms, and logs metrics about the performance of these algorithms over different permutations of data.

academic-deepneuralnetsfromscratch icon academic-deepneuralnetsfromscratch

A framework that constructs deep neural networks, autoencoders, logistic regressors, and linear networks without the use of any outside machine learning libraries - all from scratch.

academic-euclideanclosestpairs icon academic-euclideanclosestpairs

FranceLab0 compares different algorithms in their ability to find the closest pair of points in a group of 2-dimensional points on a Cartesian coordinate system. FranceLab0 is a software module written in Python 3.7 that facilitates mathematical expressions to find such solutions.

academic-polynomialevaluator icon academic-polynomialevaluator

FranceLab3 focuses on the construction of a multivariate polynomial expression evaluator through the use of a circular singly linked list abstract data type. FranceLab3 is a software module written in Python that performs multiplication, division, addition, and subtraction between polynomial expressions of up to three different terms and evaluates them for integer numbers; it is essentially a polynomial evaluator.

academic-prefixtopostfixconverter icon academic-prefixtopostfixconverter

Prefix and postfix expressions are mathematical functions commonly used by calculators to perform calculation. A calculator does not compute the product of the integers 3 and 4 by processing “3 * 4” like a human does. Instead, it reads the expression in order of operations with the operands either preceding the numbers (* 3 4) or succeeding the numbers (3 4 *). FranceLab1 is a software module written in Python that converts given prefix expressions into their corresponding postfix expressions.

academic-recursiveprefixtopostfixconverter icon academic-recursiveprefixtopostfixconverter

Prefix and postfix expressions are mathematical functions commonly used by calculators to perform calculation. A calculator does not compute the product of the integers 3 and 4 by processing “3 * 4” like a human does. Instead, it reads the expression in order of operations with the operands either preceding the numbers (* 3 4) or succeeding the numbers (3 4 *). FranceLab2 is a software module written in Python that converts given prefix expressions into their corresponding postfix expressions explicitly using recursive algorithms.

dospcot icon dospcot

Dual Observation Self-paced Policy Co-Training

jrti icon jrti

JRTI - Just Read the Instructions: A free PDF reader for turning PDFs into audible files

research-clusterneuralnetworks icon research-clusterneuralnetworks

We demonstrate how smaller clusters of neural networks can achieve significant performance advantages over very large deep networks with complex architectures.

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.