Giter VIP home page Giter VIP logo

KeyboardBebop's Projects

3d-temperature-scalar-data-visualization icon 3d-temperature-scalar-data-visualization

Visually Explore Temperature Distribution in a Particular Region. Perform visual analysis of temperature inside a particular region given some temperature data stored in the attached temperature.dat file. Temperature data are stored in a regular grid of dimension 18X18X10. Explored using some common methods for 3D scalar data visualization.

emulate-coin-flip-statistical-data icon emulate-coin-flip-statistical-data

Let nu_1, nu_min, nu_rand be the fraction of heads for the three selected coins. Let mu be the actual probability of heads. Emulating a coin flip in python with numpy. Repeat the experiment a great number of times (e.g., 100,000 times). collect nu_1, nu_min, nu_rand for each experiment. Plot histograms of nu_1, nu_min, nu_rand to see what the distribution looks like. Plot the hoeffding bound for different values of epsilon.

filesystemwatcher icon filesystemwatcher

Utilized .NET framework to create application that watches for changes in specific directories. Implemented user interface that allows client to select specific or existing path where changes are then logged by the File System Watcher class and stored in a local SQL database. Options for extensions available as well as searching for existing directories. You can also clear database or transfer local changes to database.

imdb-dataset-rnn-network icon imdb-dataset-rnn-network

extend the Extend IMDB data set example to create RNN networks to find the polarity of sentiment for movie reviews. Create 2 networks: one using 'SimpleRNN' and the other using 'LSTM'.

knn-classifier-java-implementation- icon knn-classifier-java-implementation-

Implement K Nearest Neighbor classifier algorithm from scratch in java. Imports 2 CSV files both training and test data -> parser data into arrays -> builds model -> predictions made/accuracy -> outputs results to CSV file

mesh-networking-application-android- icon mesh-networking-application-android-

Develop a social media app for android in android studios using Googles Nearby Connections API with WiFi Direct. App will rely strictly on Bluetooth in order to create networks within range. Users will be able to connect to one another and talk ether on a public feature thread or private message. Back end will focus on maintaining state, building out packets to be sent to routing layer and security of users micro data.

predicting-hand-written-digits icon predicting-hand-written-digits

Use numpy, keras, and scikit-learn to predict which digit is contained in pictures of hand-written digits. This is a classic benchmark for multi-class learning.

tangible-virtual-object icon tangible-virtual-object

Create a virtual object tangible with the help of a haptic force feedback device (3D Systems’ Touch haptic device). Then assign physical properties as well as deformation through anchoring proxy point to surface point. Build representation of haptic proxy with different 3D models.

thread-pooling-java icon thread-pooling-java

The provided code implements a client and a server on the TCP level using sockets. Project will guarantee the server to have a pool of running threads (threadpool) that have already been created when the server starts up. The threadpool is ready to process the incoming connections whenever they are received over the network. If there is no connection is coming in, all threads in the threadpool will wait and be blocked until connections arrive. After a thread in the threadpool processes a connection request, if there are more requests to process, the thread will grab the next available request in the job queue to process.

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.