Chronic sleep loss cannot be cured that easily
Chronic sleep loss cannot be cured that easily
Sleeping in on Saturday after a few weeks of too little shuteye may feel refreshing, but it can give a false sense of security.
New research shows chronic sleep loss cannot be cured that easily. Scientists teased apart the effects of short- and long-term sleep loss and found that the chronically sleep-deprived may function normally soon after waking up, but experience steadily slower
reaction times as the day wears on, even if they had tried to catch up the previous night.
It is work with important safety implications in an increasingly busy society, not just for shift-workers but for the roughly one in six Americans who regularly get six hours or less of sleep a night.
"We know that staying awake 24 hours in a row impairs performance to a level comparable to a blood-alcohol content beyond the legal limit to drive," said lead researcher Dr. Daniel Cohen of Boston's Brigham and Women's Hospital.
But when the chronically sleep-deprived pull an all-nighter, "the deterioration is increased tenfold," Cohen said.
The National Institutes of Health says adults need seven hours to nine hours of sleep for good health. Regularly getting too little increases the risk of health problems, including memory impairment and a weakened immune system. More immediately, too little
sleep affects reaction times; sleepiness is to blame for car crashes and other accidents.
The new work shows how two different sleep drives impact the brain, one during the normal waking hours and the other over days and weeks of sleep loss.
It has critically important ramifications for anyone who works "crazy hours" and thinks they are performing fine with a few hours of weeknight sleep, said Shelby Freedman Harris, behavioral sleep-medicine director at New York's Montefiore Medical Center, who
was not involved with the new research.
"Don't think you can just bank up your sleep on the weekend, because it doesn't work that way," Harris warned.
Chronic sleep loss cannot be cured that easily的更多相关文章
- 深度增强学习--Policy Gradient
前面都是value based的方法,现在看一种直接预测动作的方法 Policy Based Policy Gradient 一个介绍 karpathy的博客 一个推导 下面的例子实现的REINFOR ...
- caffe的python接口学习(7):绘制loss和accuracy曲线
使用python接口来运行caffe程序,主要的原因是python非常容易可视化.所以不推荐大家在命令行下面运行python程序.如果非要在命令行下面运行,还不如直接用 c++算了. 推荐使用jupy ...
- 基于Caffe的Large Margin Softmax Loss的实现(中)
小喵的唠叨话:前一篇博客,我们做完了L-Softmax的准备工作.而这一章,我们开始进行前馈的研究. 小喵博客: http://miaoerduo.com 博客原文: http://www.miao ...
- 基于Caffe的Large Margin Softmax Loss的实现(上)
小喵的唠叨话:在写完上一次的博客之后,已经过去了2个月的时间,小喵在此期间,做了大量的实验工作,最终在使用的DeepID2的方法之后,取得了很不错的结果.这次呢,主要讲述一个比较新的论文中的方法,L- ...
- loss function
什么是loss? loss: loss是我们用来对模型满意程度的指标.loss设计的原则是:模型越好loss越低,模型越差loss越高,但也有过拟合的情况. loss function: 在分 ...
- caffe中accuracy和loss用python从log日志里面获取
import re import pylab as pl import numpy as np if __name__=="__main__": accuracys=[] loss ...
- Derivative of the softmax loss function
Back-propagation in a nerual network with a Softmax classifier, which uses the Softmax function: \[\ ...
- How To Handle a Loss of Confidence in Yourself
Do you feel like you've lost confidence in yourself? Have you had strong self doubts? Perhaps you we ...
- loss function与cost function
实际上,代价函数(cost function)和损失函数(loss function 亦称为 error function)是同义的.它们都是事先定义一个假设函数(hypothesis),通过训练集由 ...
随机推荐
- PPPoE图解
- goaccess生成nginx每日访问纪录
使用php写的,方便点 <?php // 定义全局参数 $date = date("Ymd"); $day = date("d", strtotime(' ...
- React Native 设置RGBA背景色
React Native 设置RGBA背景色: 可以先用Mac自带吸色工具,获取RGB值,然后设置背景如下: backgroundColor: 'rgba(52, 52, 52, 0.8)', 透明度 ...
- Linux使用图形LVM(Logical Volume Manager)工具进行分区的动态扩展
- python gb2312 转换为 utf-8
url = "" headers = { "Host":"www.chinanews.com", "User-Agent" ...
- Django-基础-2-ORM
参考文章: http://www.cnblogs.com/haiyan123/p/7732190.html https://www.cnblogs.com/liuqingzheng/articles/ ...
- Android Studio配置文件路径修改
用Android Studio进行Android开发已经成为趋势了,好的工具要用得称手也少不了好的调教,在Windows下更是如此.这里对Android Studio的相关配置文件的路径修改做下小结. ...
- Android 实现顶层窗口、浮动窗口(附Demo)
做过Window程序开发的朋友应该都知道,我们要把程序窗口置顶很简单,只要设置一些窗口属性即可.但是到了Android,你无法简单设置一个属性,就让Android的Activity置顶.因为只要有新的 ...
- Unity读取Excel文件(附源代码)
今天想弄个Unity读取Excel的功能的,发现网上有许多方法,采用其中一种方法:加入库文件 Excel.dll 和ICSharpCode.SharpZipLib.dll库文件,(还有System.D ...
- yarn 常用命令(基于vue框架)
初始化项目 yarn add init 安装vue yarn add vue 安装webpack,webpack-dev-server(是一个小型的Node.js Express服务器) yarn a ...