Giter Club home page Giter Club logo

Anna Joen's Projects

advanced-neural-network-ml-dogbreeds icon advanced-neural-network-ml-dogbreeds

This is a neural network project using Tensorflow and Keras. We can see how the accuracy is improved by using different activation functions and optimizers.

advanced-svm icon advanced-svm

Support vector machines let us predict catergories. This project is using SVMs by formatting data correctly, visualizing the SVM model and then evaluating the SVM model. We will be looking at prions - misfolded proteins that are associated with several fatal neurodegenerative diseases (kind of like Daleks). Looking at examples of proteins mass and weight, we will build a predictive model to detect prions in blood samples.

algorithmleftrotationchallenge icon algorithmleftrotationchallenge

Problem Solved : 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.

algorithmsockmerchantchallenge icon algorithmsockmerchantchallenge

Problem Solved : John works at a clothing store. He has a large pile of socks that he must pair by color for sale. Given an array of integers representing the color of each sock, determine how many pairs of socks with matching colors there are. For example, there are n=7 socks with colors ar=[1,2,1,2,1,3,2] . There is one pair of color 1 and one of color 2. There are three odd socks left, one of each color. The number of pairs is 2.

bank-account icon bank-account

This is a C++ bank account program that allows users to create checking account, saving account and credit card. The program allows users to deposit or withdraw from the accounts.

burger-restaurant-project icon burger-restaurant-project

This is a C++ burger restaurant program. It takes user's menu selection input and calculates the total cost. The program also calculates the the deliver fees and taxes. Additionally, it calculates the total sales, costs and the profits for the restaurant manager.

cc21fall1 icon cc21fall1

Source files for EDAV Fall 2021 Mon / Wed Community Contribution Project

cu_ml_project_2 icon cu_ml_project_2

Implemented Niave Bayes, Logistic Regression, Newton's Method and Gaussian Process.

customer_churn_prediction icon customer_churn_prediction

Create a model with telecommunications data to predict when its customers will leave for a competitor, so that you can take some action to retain the customer.

datasciencetopics icon datasciencetopics

Visualizing a survey that was conducted to gauge an audience interest in different data science topics

decision-trees icon decision-trees

Using Decision Tree classification algorithm to build a model from historical data of patients, and their respond to different medications.

deepleague icon deepleague

(Open Source) Computer Vision + Deep Learning + League of Legends

emily icon emily

✍️ A mobile app all about Emily Dickinson's poetry

etf_spy_trading_strategy icon etf_spy_trading_strategy

Using neural networks to solve the classification problem and use activation functions to estimate the probability of making a profit of Δ.

face_recognition icon face_recognition

The world's simplest facial recognition api for Python and the command line

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.