浅谈近红外脑成像英文期刊文章撰写

本文作者是刘宁博士 作者简介:刘宁,塔夫斯大学生物医学工程博士(Tufts University),斯坦福大学脑科学方向科研人员。 Frontiers 杂志客座编辑(Guest Associate Editor for Fronti
Xu Cui
11 sec read

nirs2img, create an image file from NIRS data

Update 2021/2/27: If you find griddata3 not working, try to change griddata3 to griddata. I was asked where to get nirs2img script. Here it is. The download link is at the bottom of this article. nirs2img is to create an image file from the input data. Then theimage file can be viewed by a
Xu Cui
51 sec read

All Articles

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
Xu Cui
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
Xu Cui
49 sec read

Deep learning speed test, my laptop vs AWS g2.2xlarge…

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
Xu Cui
2 min read

RA and Postdoc position at Stanford

Brain Dynamics Lab (bdl.stanford.edu) is a computational neuropsychiatry lab dedicated to developing computational methods for a better understanding of individual differences in brain functioning in healthy and patient populations. Current projects
Xu Cui
1 min read

PubMed 有中文版啦!

PubMed是生物和医学领域必不可少的搜索引擎,每天百万名医生、教授、学生及其他科研人员等都会通过PubMed搜索自己感兴趣的科学文献、病例、综述、最新进展等。 可惜,PubMed是全英文的!!! 为
Xu Cui
3 sec read

Learning deep learning (project 3, generate TV script)

In this class project, I generated my own Simpsons TV scripts using RNNs trained by the Simpsons dataset of scripts from 27 seasons. The Neural Network generated a new TV script for a scene at Moe’s Tavern. This is the script generated by the n
Xu Cui
47 sec read

GPU is 40-80x faster than CPU in tensorflow for…

The speed difference of CPU and GPU can be significant in deep learning. But how much? Let’s do a test. The computer: The computer I use is a Amazon AWS instance g2.2xlarge (https://aws.amazon.com/ec2/instance-types/). The cost is $0.65/hour, o
Xu Cui
1 min read

Updated loadHitachiText.m

Some labs have been using our script readHitachiData.m to load NIRS data from Hitachi ETG machines. We recently found that some output MES data contains abnormal timestamp. For example, the timestamp should be like 16:49:25.406 But for some rows (alt
Xu Cui
16 sec read

Learning deep learning (project 2, image classification)

In this class project, I built a network to classify images in the CIFAR-10 dataset. This dataset is freely available. The dataset contains 60K color images (32×32 pixel) in 10 classes, with 6K images per class. Here are the classes in the datas
Xu Cui
1 min read