Giter Club home page Giter Club logo

Anna Joen's Projects

game-board icon game-board

This is a C++ game board program. It will randomly position players every time they play.

image_to_numpy icon image_to_numpy

Load an image file into a numpy array with Exif orientation support. Prevents upside-down and sideways images!

knn icon knn

Using KNN (K-Nearest Neighbor) to predict the category of customers, and evaluate the accuracy of the model.

left-rotation- icon left-rotation-

A left rotation operation on an array shifts each of the array's elements unit to the left. For example, if left rotations are performed on array [1,2,3,4,5] , then the array would become [3,4,5,1,2]. Given an array a of n integers and a number d , perform d left rotations on the array. Return the updated array to be printed as a single line of space-separated integers.

linkedlist icon linkedlist

This is a C++ project using linked list data structure for Student Information System. It is a complete system with the functionality of add record, remove record, search record, update record and display student list.

ml-algorithms icon ml-algorithms

Fully functional implementations of the most popularly used machine learning algorithms, in Python.

movie_recommender icon movie_recommender

Using collaborative filtering recommendation system to recommend movies to users based on similar users/neighbors' preferences

prime-number icon prime-number

This is a Python program that determine if a non-negative integer is a prime number.

python-database-sql icon python-database-sql

Using the python sqlite3 library to build a database with functionalities of 1) insert entity 2) view all 3) edit 4) update 5) delete 6) search

recursive-function icon recursive-function

This is program that allows the user to enter as many sets of 2 numbers as needed. For each set of two numbers, compute the Greatest Common Factor (GCF) of the two numbers using recursion

regression_analysis icon regression_analysis

Analyzed fuel consumption dataset using Simple Linear Regression, Multiple Linear Regression and Polynomial Regression

rentalcarprogram icon rentalcarprogram

This is a C++ rental car agency program. It generates the agency name, location, model, length, mileage, renter name, and renter's license number.

rnn-lstm icon rnn-lstm

This project will train an RNN model using a novel written by H. G. Wells - The Time Machine.

spotify_top_songs icon spotify_top_songs

Exploratory data analysis (EDA) and visualizations. Random forests classifier to predict genre of the song.

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.