- Elementwise Loss Pytorch
A guide for implementing elementwise loss in pytorch. Elementwise loss refers to assign different weight for different pixel/voxel in the image when calculating the loss.
Read More
- Survival Guide from Matlab to Python
A tutorial for switching from Matlab to Python, mainly for researchers in deep learning and computer vision, especially those working with biomedical images.
Read More
- Difference Between Medical And Biological Image Analysis
I have been using the word, Biomedical Image Analysis, for a long time. But, I only have some sense of the difference between biological and medical images, in the context of image analysis.
Read More
- More Computer Vision
Computer vision and biomedical image analysis are much more than deep learning. I will use this post to share interesting topics that are not deep learning.
Read More
- Writng and Talking
A list of good materials for improving your writing & presentation skills, which should be foundamental elements in a good researcher's skillset.
Read More
- BioMedical Image Analysis Open Source
A list of open source tools for biomedical image analysis
Read More
- Deep Learning in Healthcare Summit
A presentation given by Ben Glocker on Deep Learing in Healthcare Summit 2017 in London, which is about deep learning in medical image analysis
Read More
- Recent Object Detection Frameworks
The reading note of SSD, DSSD, and TDM
Read More
- YOLO: Real-Time Object Detection
The reading note of YOLO and YOLOv2
Read More
- FractalNet
The reading note of FractalNet
Read More
- Network in Network
The reading note of network in network
Read More
- Densely Connected CNN
Reading Note of Densely Connected Convolutional Network
Read More
- Wide Residual Network
Reading Note of Wide Residual Network
Read More
- How do I organize papers and take notes
We need to read research papers every week to study cutting-edge applications, classic methods, new knowledge, etc.. So, we must have a tool that allows us to quickly read and organize the papers, as well as the notes we take during reading. I will share my personal experience here.
Read More
- Hypercolumn And Zoom Out Feature
The reading note of two papers related to hypercolumn
Read More
- Deep Active Contour
Reading Note of Deep Active Contour
Read More
- RL and Deep RL
A brief description of Reinforcement Learning (RL) and a high level description of Deep DL
Read More
- Visualization of CNN models
Hands-on practice in visualizaing and understanding CNN models and list of good sources
Read More
- The First Layer of CNN models
About the special role that the initial layers in a CNN model is playing
Read More
- Introduction to MatConvNet
A brief introduction to MatConvNet, a deep learning framework in Matlab. Installation, basic usage, coding philosophy, and examples will be introducted.
Read More
- XGBoost on Windows 7
Play with XGBoost on Windows 7
Read More
- Think about Deep Learning
My deep learning study note and reading list.
Read More
- Introduction To Rnn
layout: post title: “Introduction to RNN” date: 2016-04-26 excerpt: “A Gentle Introduction to Recurrent Neural Network” tag:
- RNN
- Deep Learning Study comments: true —
- Unpack Function
The usage of unpack in Torch/Lua
Read More
- Torch Memory Optimization
The memory issue in Torch 7 and its solution
Read More
- Torch Double Tensor
Be careful with data type in Torch 7
Read More