Saturday, June 4, 2016

STEM Project Showcase 2016

You are cordially invited to attend the ElRo STEM Project Showcase 2016. Students from the Advanced STEM Research class learn to develop and integrate their knowledge in Math, Science and Technology, and use Engineering method to solve complex real-world problems. They will present their year-long projects.

STEM Project Showcase 2016
Date: June 8, 2016 (Wednesday)
Time: 3:00 - 5:00 pm
Location: RM 201

Tuesday, April 19, 2016

Perceptron Challenge: A Practice Project


Once you finish the perceptron training, you have a new challenge to tackle - modifying the
perceptron code to classify a new data set. The information of the data set is listed in the following:
  1. No.of classes: 2 (class 0 and 1)
  2. No. of training data: 2000
  3. No. of testing data: 400
  4. No. of features: 3 (feature vector is in 3-dimensional space)
  5. Files: training.txt, and testing.txt
Since the original perceptron is only for 2-dimensional data, you need to identify and modify all the dimension-related code to make it work. After you finishing the classification, visualize your training and testing data, and the decision boundary using Grapher in Mac laptop (see example). You can post your results once you finish the project, you can post your results onto the blogger. 

Please feel free to drop by Mr. Lin's office or lab for any questions.

Thursday, April 14, 2016

ML Workshop Update

During the ML Workshop last Saturday, four members (Tai Wei, Alan, Jennifer and Crystal) of our research group have been trained to understand perceptron at code level (in C language). They are ready to help other members who are interested in ML go through the learning curve of this basic Artificial Neural Network (ANN) skill. This basic training will form the foundation for the next-level neural network- Multi-layer Perceptron (MLP), which is much more complicated. 

Currently, we are actively exploring the MLP in two Advanced STEM Research projects. One is applying MLP to do regression for the drone position detection; another one is to use MPL to do classification for hand gesture recognition based on EMG signals. Once we understand more about MLP at code level, we will be hosting our next ML Workshop to train our group members. 

In the mean time, any one who missed the last workshop and is interested in learning the perceptron can contact Tai Wei, Alan, Jennifer or Crystal directly to arrange an one-to-one training session (about 1~2 hours). You can also contact me for any training arrangement. We are expecting to use MLP and more advanced algorithms to solve real-world problems.
 

Saturday, April 9, 2016

Workshop Resource: Perceptron Code

Please click the following perceptron code including training and classification. There are two project folders:
link to find the
  1. PerceptronTrainer: Perform training based on training data in training.txt and save the trained weight at weights.txt.
  2. PerceptronClassifier: Perform classification based on the weights.txt and output the result to classification.txt


Thursday, April 7, 2016

ML Saturday Workshop

Hi All,

We are going to have our ML Workshop from 9:00 am to 4:00 pm this Saturday along with STEM Hackathon in RM 201. The focus will be the hands-on experience of your chosen projects. Each team will be working on your own projects and try to make visible progress in one day. Tutorials will be provided to help you kick start your project. For people who are interested in join one the project but haven't signed up, you can just come in and join a team (see previous post).

Since there will be ACT Test administrated in the school the same day, some of the participants may come after the test. So, when you arrive on Saturday, please go directly to RM 201 (don't go to other test-administrating floors). If you will come late, please email me in advance for lunch arrangement.

You are also encouraged to invite your friend to join the research group. I am looking forward to seeing you this Saturday!

Tuesday, March 29, 2016

ML Meeting Notes & Research Opportunities

 
Introduction & Progress Update
 
We finally had a long-due gathering of machine learning late afternoon yesterday. Even though some of our members had college class, piano class, etc.. We still had eight members attended the meeting including new friends! Mr. Lin went through the basic introduction of Artificial Neural Networks (ANN), Perceptrons, and Multi-Layer Perceptrons (MLP). He also showed the current progress of Machine Learning (ML) research group. It can be summarized as the following:
  • Perceptron has been studied, understood, implemented in C code, and proved to be functioning. It can be used to separate two linearly separable classes.
  • Perceptron algorithm has been used to distinguish hand gestures between thumb and pinky by the Electromyography (EMG) signals acquired from two muscles in the forearm. This "Hand-to-Hand Communication" project is a current project of Advanced STEM Research class.
  • Multi-Layer Perceptron has been studied, partially understood, and implemented in C code. It has been trained (20,000 samples) and tested (2,500 samples) using artificially generated data set including five classes in the 3D space. So far, it can separate the testing data properly, and the error rate is 2.48 %. 
  • The current focus is to apply the MLP to the "Hand-to-Hand Communication" project such that we can recognize hand gestures form all five fingers.
You can view the detailed presentation by clicking the link

Research Opportunities

At this moment, four research opportunities are available for students to ramp up the ML learning curve and develop skill sets in specific fields. 
  1. Subway Signs Recognition: We will start from recognizing train numbers using MLP. Some image pre-processing and feature extraction will be provided to create the feature vectors as the input of the MLP algorithm. Our goal is to recognize all the subway signs by classification.
  2. Drone Tracking: We will use MLP to find the location (3D coordinates) of a flying drone through the positions (2D coordinates) in the image planes of multi-angle cameras by regression
  3. Bioinformatics: Bioinformatics is the application of computer technology to the management of biological information. Computers are used to gather, store, analyze and integrate biological and genetic information which can then be applied to gene-based drug discovery and development. We are in the process of forming a bioinformatics project with the Evolutionary Bioinformatics Lab at Hunter College.
  4. Watson Analytics: IBM is actively developing their Watson-based business. Harnessing the power of Watson to various fields in our lives depends on software applications. We may be able enter the Watson world by learning and developing apps on this commercially available platform.   
So far, a few students have decided to sign up specific activities:
  1. Subway Signs Recognition: Qin Ying, Tai Wei and Alan.
  2. Drone Tracking: (open).
  3. Bioinformatics: Belinda.
  4. Watson Analytics: Michael.
For people who haven't signed up specific projects yet or people who have missed the meeting, you can email Mr. Lin your choice. You are more than welcome to review the presentation and discuss the details of the research opportunities with Mr. Lin. Mr. Lin will soon post further information for each team to start working on their project!

Thursday, March 24, 2016

Invitation: Machine Learning Group Gathering

Hi All,

It has been a while since our last meeting. Even though it seems to be relatively quiet on the blog, some substantial progresses have been made in the past few weeks. The Perceptron has been understood, coded, and applied to investigate a finger gesture recognition problem encountered in the Advanced STEM Research class. The first version of Multi-Layer Perception (MLP) has been implemented. The results of initial training and testing based on artificially generated data sets have been very promising. It will soon be applied to several projects including recognizing finger gestures, locating drone positions, and recognizing subway signs!

I believe that it's a good timing for us to gather together, share what we have learned, and plan for the next step such that every member can be benefited from the information and knowledge accumulated in this research, build skills through hands-on exercises, and contribute to the Machine Learning Group in a substantial way in the coming months.

You are invited to attend the Machine Learning Group Gathering at 4:00 pm on Monday (03/28) in Room 417. You may spread the words to anyone of your friends who is also interested. I am looking forward to seeing you then!