-
Notifications
You must be signed in to change notification settings - Fork 0
/
generic.html
136 lines (98 loc) · 4.15 KB
/
generic.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Generic - Editorial by HTML5 UP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong></strong></a>
<ul class="icons">
<li><a href="https://www.facebook.com/rasha.mb.7" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
</ul>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>My Education</h1>
</header>
<span class="image main"><img src="images/pic04.jpg" style="object-fit:cover;
width:200px;
height:300px;
border: solid 1px #CCC" alt="" /></span>
<h2>Bachelor in informatics engineering in speciality of Artificial Intelligence engineering.</h2>
<p>final grade 3.36:4</p>
<p>In addition to the essential subjects in informatics , I have studied many subjects in Artificial Intelligence such as : Neural Networks , Natural language Processing , Expert Systems , Machine Learning , Fuzzy Logic , Digital Image Processing , Information Retrieval Systems and engineering management.
Each one of these subjects has it's own Lab also there is a project in the final lab exam .
Approximately my grades in all of these subjects were higher than 90 / 100 .</p>
<hr class="major" />
<h3>Reinforcement Learning certificate</h3>
<p> This course was taught by Prof. Anas Dahabiah "The general manager for the national agency for Network Services in Syria".</p>
<hr class="major" />
<h3>Native Android Development</h3>
<p>Syrian Virtual University</p>
<hr class="major" />
<h3>Advanced Computer Vision With TensorFlow</h3>
<p> Coursera,DeepLearning.AI</p>
<hr class="major" />
<h3>Introduction to Computer Vision</h3>
<p> Coursera,IBM</p>
<hr class="major" />
<h3>Machine Learning</h3>
<p> Coursera,standford</p>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="generic.html">My Education</a></li>
</ul>
</nav>
<!-- Section -->
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>Sed varius enim lorem ullamcorper dolore aliquam aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin sed aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">Send Email</a></li>
<li class="icon solid fa-phone">(963) 9967-90655</li>
<li class="icon solid fa-home">Damascus,Syria<br />
Mazzeh</li>
</ul>
</section>
<!-- Footer -->
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>