Xu Cui

 

   



564 Stories by Xu Cui

A few recent NIH grants awarded related to NIRS (2017-07-05)

The following email was sent from Stork to me. Stork is an easy-to-use app to alert me of new scientific publications and NIH grants based on my own keywords. Below are a few grants awarded in the NIRS field. David Boas Awarded Grants Enabling widesp
0 50 sec read

Matlab figure disappears in multiple monitor setup

I have multiple monitors attached to my laptop. Whenever I want to create a new figure in MatLab, the main screen seems to flash once and the figure is nowhere to find. The reason is the DefaultFigurePosition property. If you run get(0,'DefaultFigure
0 25 sec read

Hyperscanning experiment file (matlab)

Below is the experiment script (in MatLab) for our hyperscanning project (“NIRS-based hyperscanning reveals increased interpersonal coherence in superior frontal cortex during cooperation.”). For detailed information please refer to Cui,
0 12 sec read

Jobs available @ UCSF

Posted for Fumiko Hoeft, Director of BrainLENS at UCSF: Join us at UCSF Hoeft Neuroscience Lab and Precision Learning Center, a multicampus science of learning initiative consisting of 6 Univ. CA schools (Berkeley, Davis, Irvine, LA, Merced, SF) and
0 22 sec read

Learning deep learning (project 5, generate new celebrity faces)

In this class project, I used generative adversarial network (GAN) to generate new images of faces, similar to celebrity faces in the database. The model we use is a deep convolutional network, which has been used widely in image classification. Firs
0 37 sec read

Does Facebook’s “mind reading” project use NIRS?

Facebook just announced that they are experimenting with mind-reading technology using optical neuro-imaging systems. This technology will allow people to type words by thoughts at 100 words per minute. Check out the news here. Wow! This is unbelieva
0 37 sec read

Learning deep learning (project 4, language translation)

In this project, I built a neural network for machine translation (English -> French).  I built and trained a sequence to sequence model on a dataset of English and French sentences that can translate new sentences from English to French. The mode
0 27 sec read

A few recent NIH grants awarded related to NIRS

The following email was sent from Stork to me. Stork is an easy-to-use app to alert me of new scientific publications and NIH grants based on my own keywords. Below are a few grants awarded in the NIRS field. Dear Xu, Stork has brought you 15 new pub
0 49 sec read

Deep learning speed test, my laptop vs AWS g2.2xlarge vs AWS g2.8xlarge vs AWS p2.xlarge vs Paperspace p5000

It requires a lot of resources, especially GPU and GPU memory, to train a deep-learning model efficiently. Here I test the time it took to train a model in 3 computers/servers. 1. My own laptop. CPU: Intel Core i7-7920HQ (Quad Core 3.10GHz, 4.10GHz T
3 2 min read