Skip to content

Commit 813d82d

Browse files
authored
Update resume.json
1 parent 7ae9e9e commit 813d82d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

assets/json/resume.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,15 @@
118118
"summary": "Air pollution is one of the most dangerous environmental threats in our planet. Although it is severe in highly populated and industrialized cities of developing countries, it is a major concern for developed countries as well. In the developed world, air quality data is gathered from a large number of air pollution monitoring stations. However, the volume of data is very high and it is not possible to analyze the data efficiently in real-time using the conventional methods. Hence, large scale data mining techniques can help in analyzing those data more efficiently and dynamically. In this paper, a method for mining large amount of air pollution data is proposed for finding air pollution hot spots and time of pollution using clustering methods and time-series analysis. The results, after using the method to the air pollution data of PM 2 . 5 , PM 10 and ozone in the United Kingdom from 2015-17, has shown that the pollution due to particulate matters was higher in winter season and ozone pollution had downward trend except some areas."
119119
}
120120
],
121+
"projects": [
122+
{
123+
"name": "Skin Cancer Classification with Ensemble of Deep Convolutional Neural Networks",
124+
"summary": "In this work, deep convolution networks e.g., VGG-16, Efficient NetB3, and ResNet-50 were used to identify skin cancer from dermoscopic images",
125+
"startDate": "2021",
126+
"endDate": "2021",
127+
"url": "https://github.com/mfarhan007/skin-cancer"
128+
}
129+
],
121130
"skills": [
122131
{
123132
"name": "Programming Languages",
@@ -173,14 +182,5 @@
173182
{
174183
"name": "Dr. Rahmatollah Beheshti, Assistant Professor, Department of Computer & Information Sciences, University of Delaware"
175184
}
176-
],
177-
"projects": [
178-
{
179-
"name": "Skin Cancer Classification with Ensemble of Deep Convolutional Neural Networks",
180-
"summary": "In this work, deep convolution networks e.g., VGG-16, Efficient NetB3, and ResNet-50 were used to identify skin cancer from dermoscopic images",
181-
"startDate": "2021",
182-
"endDate": "2021",
183-
"url": "https://github.com/mfarhan007/skin-cancer"
184-
}
185185
]
186186
}

0 commit comments

Comments
 (0)