A Masters Program in AI and Machine Learning provides a deep dive into the theoretical foundations that underpin these technologies. Students engage with complex concepts such as neural networks, deep learning, natural language processing.

.gitignore 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. # ---> DM
  2. *.dmb
  3. *.rsc
  4. *.int
  5. *.lk
  6. *.zip
  7. # ---> Linux
  8. *~
  9. # temporary files which can be created if a process still has a handle open of a deleted file
  10. .fuse_hidden*
  11. # KDE directory preferences
  12. .directory
  13. # Linux trash folder which might appear on any partition or disk
  14. .Trash-*
  15. # .nfs files are created when an open file is removed but is still being accessed
  16. .nfs*
  17. # ---> MicrosoftOffice
  18. *.tmp
  19. # Word temporary
  20. ~$*.doc*
  21. # Excel temporary
  22. ~$*.xls*
  23. # Excel Backup File
  24. *.xlk
  25. # PowerPoint temporary
  26. ~$*.ppt*
  27. # Visio autosave temporary files
  28. *.~vsdx
  29. # ---> Tags
  30. # Ignore tags created by etags, ctags, gtags (GNU global) and cscope
  31. TAGS
  32. .TAGS
  33. !TAGS/
  34. tags
  35. .tags
  36. !tags/
  37. gtags.files
  38. GTAGS
  39. GRTAGS
  40. GPATH
  41. GSYMS
  42. cscope.files
  43. cscope.out
  44. cscope.in.out
  45. cscope.po.out
  46. # ---> VisualStudio
  47. ## Ignore Visual Studio temporary files, build results, and
  48. ## files generated by popular Visual Studio add-ons.
  49. ##
  50. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  51. # User-specific files
  52. *.suo
  53. *.user
  54. *.userosscache
  55. *.sln.docstates
  56. # User-specific files (MonoDevelop/Xamarin Studio)
  57. *.userprefs
  58. # Build results
  59. [Dd]ebug/
  60. [Dd]ebugPublic/
  61. [Rr]elease/
  62. [Rr]eleases/
  63. x64/
  64. x86/
  65. bld/
  66. [Bb]in/
  67. [Oo]bj/
  68. [Ll]og/
  69. # Visual Studio 2015 cache/options directory
  70. .vs/
  71. # Uncomment if you have tasks that create the project's static files in wwwroot
  72. #wwwroot/
  73. # MSTest test Results
  74. [Tt]est[Rr]esult*/
  75. [Bb]uild[Ll]og.*
  76. # NUNIT
  77. *.VisualState.xml
  78. TestResult.xml
  79. # Build Results of an ATL Project
  80. [Dd]ebugPS/
  81. [Rr]eleasePS/
  82. dlldata.c
  83. # .NET Core
  84. project.lock.json
  85. project.fragment.lock.json
  86. artifacts/
  87. **/Properties/launchSettings.json
  88. *_i.c
  89. *_p.c
  90. *_i.h
  91. *.ilk
  92. *.meta
  93. *.obj
  94. *.pch
  95. *.pdb
  96. *.pgc
  97. *.pgd
  98. *.rsp
  99. *.sbr
  100. *.tlb
  101. *.tli
  102. *.tlh
  103. *.tmp
  104. *.tmp_proj
  105. *.log
  106. *.vspscc
  107. *.vssscc
  108. .builds
  109. *.pidb
  110. *.svclog
  111. *.scc
  112. # Chutzpah Test files
  113. _Chutzpah*
  114. # Visual C++ cache files
  115. ipch/
  116. *.aps
  117. *.ncb
  118. *.opendb
  119. *.opensdf
  120. *.sdf
  121. *.cachefile
  122. *.VC.db
  123. *.VC.VC.opendb
  124. # Visual Studio profiler
  125. *.psess
  126. *.vsp
  127. *.vspx
  128. *.sap
  129. # TFS 2012 Local Workspace
  130. $tf/
  131. # Guidance Automation Toolkit
  132. *.gpState
  133. # ReSharper is a .NET coding add-in
  134. _ReSharper*/
  135. *.[Rr]e[Ss]harper
  136. *.DotSettings.user
  137. # JustCode is a .NET coding add-in
  138. .JustCode
  139. # TeamCity is a build add-in
  140. _TeamCity*
  141. # DotCover is a Code Coverage Tool
  142. *.dotCover
  143. # Visual Studio code coverage results
  144. *.coverage
  145. *.coveragexml
  146. # NCrunch
  147. _NCrunch_*
  148. .*crunch*.local.xml
  149. nCrunchTemp_*
  150. # MightyMoose
  151. *.mm.*
  152. AutoTest.Net/
  153. # Web workbench (sass)
  154. .sass-cache/
  155. # Installshield output folder
  156. [Ee]xpress/
  157. # DocProject is a documentation generator add-in
  158. DocProject/buildhelp/
  159. DocProject/Help/*.HxT
  160. DocProject/Help/*.HxC
  161. DocProject/Help/*.hhc
  162. DocProject/Help/*.hhk
  163. DocProject/Help/*.hhp
  164. DocProject/Help/Html2
  165. DocProject/Help/html
  166. # Click-Once directory
  167. publish/
  168. # Publish Web Output
  169. *.[Pp]ublish.xml
  170. *.azurePubxml
  171. # TODO: Comment the next line if you want to checkin your web deploy settings
  172. # but database connection strings (with potential passwords) will be unencrypted
  173. *.pubxml
  174. *.publishproj
  175. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  176. # checkin your Azure Web App publish settings, but sensitive information contained
  177. # in these scripts will be unencrypted
  178. PublishScripts/
  179. # NuGet Packages
  180. *.nupkg
  181. # The packages folder can be ignored because of Package Restore
  182. **/packages/*
  183. # except build/, which is used as an MSBuild target.
  184. !**/packages/build/
  185. # Uncomment if necessary however generally it will be regenerated when needed
  186. #!**/packages/repositories.config
  187. # NuGet v3's project.json files produces more ignorable files
  188. *.nuget.props
  189. *.nuget.targets
  190. # Microsoft Azure Build Output
  191. csx/
  192. *.build.csdef
  193. # Microsoft Azure Emulator
  194. ecf/
  195. rcf/
  196. # Windows Store app package directories and files
  197. AppPackages/
  198. BundleArtifacts/
  199. Package.StoreAssociation.xml
  200. _pkginfo.txt
  201. # Visual Studio cache files
  202. # files ending in .cache can be ignored
  203. *.[Cc]ache
  204. # but keep track of directories ending in .cache
  205. !*.[Cc]ache/
  206. # Others
  207. ClientBin/
  208. ~$*
  209. *~
  210. *.dbmdl
  211. *.dbproj.schemaview
  212. *.jfm
  213. *.pfx
  214. *.publishsettings
  215. orleans.codegen.cs
  216. # Since there are multiple workflows, uncomment next line to ignore bower_components
  217. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  218. #bower_components/
  219. # RIA/Silverlight projects
  220. Generated_Code/
  221. # Backup & report files from converting an old project file
  222. # to a newer Visual Studio version. Backup files are not needed,
  223. # because we have git ;-)
  224. _UpgradeReport_Files/
  225. Backup*/
  226. UpgradeLog*.XML
  227. UpgradeLog*.htm
  228. # SQL Server files
  229. *.mdf
  230. *.ldf
  231. # Business Intelligence projects
  232. *.rdl.data
  233. *.bim.layout
  234. *.bim_*.settings
  235. # Microsoft Fakes
  236. FakesAssemblies/
  237. # GhostDoc plugin setting file
  238. *.GhostDoc.xml
  239. # Node.js Tools for Visual Studio
  240. .ntvs_analysis.dat
  241. node_modules/
  242. # Typescript v1 declaration files
  243. typings/
  244. # Visual Studio 6 build log
  245. *.plg
  246. # Visual Studio 6 workspace options file
  247. *.opt
  248. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  249. *.vbw
  250. # Visual Studio LightSwitch build output
  251. **/*.HTMLClient/GeneratedArtifacts
  252. **/*.DesktopClient/GeneratedArtifacts
  253. **/*.DesktopClient/ModelManifest.xml
  254. **/*.Server/GeneratedArtifacts
  255. **/*.Server/ModelManifest.xml
  256. _Pvt_Extensions
  257. # Paket dependency manager
  258. .paket/paket.exe
  259. paket-files/
  260. # FAKE - F# Make
  261. .fake/
  262. # JetBrains Rider
  263. .idea/
  264. *.sln.iml
  265. # CodeRush
  266. .cr/
  267. # Python Tools for Visual Studio (PTVS)
  268. __pycache__/
  269. *.pyc
  270. # Cake - Uncomment if you are using it
  271. # tools/**
  272. # !tools/packages.config
  273. # Telerik's JustMock configuration file
  274. *.jmconfig
  275. # BizTalk build output
  276. *.btp.cs
  277. *.btm.cs
  278. *.odx.cs
  279. *.xsd.cs