An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: lecture-material

Draggie306/nottingham-cs-notes

All my notes for the University of Nottingham’s Computer Science (with Artificial Intelligence) BSc Hons programme. Automatically syncs with my Obsidian notes at midnight daily. https://notes.oling.dev

Size: 180 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 4 - Forks: 0

klb2/tsks15

TSKS15 (Detection and Estimation of Signals) at Linköping University

Language: Python - Size: 76.2 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

IAS-Uni-Siegen/EMD_course

Fundamentals of electrical machines and drives course material

Language: TeX - Size: 191 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 38 - Forks: 7

tpetricek/teaching

:mortar_board: Materials for my lectures including programming langauge design, software engineering and human-computer interaction.

Language: F# - Size: 285 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 110 - Forks: 6

IAS-Uni-Siegen/PE_course

Fundamentals of power electronics course

Language: TeX - Size: 23.9 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 22 - Forks: 6

statistik-lehre/rtutorials

Add handcrafted lessons to the RStudio tutorials pane

Language: R - Size: 103 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 2

ai4sc-lectures/Programmierung-und-Datenbanken

The repository contains examples from the lecture Programming and Databases for Civil and Environmental Engineers at University of Rostock.

Language: Jupyter Notebook - Size: 509 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

MBeard01/MBeard01.github.io

Personal academic website

Language: HTML - Size: 37.8 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

devnull-cz/unix-linux-prog-in-c

Unix/Linux Programming in C course materials

Language: TeX - Size: 6.13 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 14 - Forks: 1

yegor256/painofoop

Object-oriented programming is a pain if we do it wrong: Lecture Notes for a BSc course

Language: TeX - Size: 62.8 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 41 - Forks: 3

aheil/hhn-swarch

Slides and resources for the Advanced Software Architecture lecture at Heilbronn University for Applied Sciences.

Language: HTML - Size: 9.04 MB - Last synced at: 25 days ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 2

mkassm/CollegeMaterials

This repository for my college's materials, department of computer science

Language: Java - Size: 1.43 GB - Last synced at: 8 days ago - Pushed at: about 2 years ago - Stars: 38 - Forks: 13

FarshidKeivanian/Sessions_Python

Algorithms developed using Python programming

Language: Python - Size: 31.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 2

aheil/seks

Vorlesung Software Engineering komplexer Systeme im Studiengang Software Engineering Bachelor (SEB) und Angewandte Informatik Bachelor (AIB) an der Hochschule Heilbronn.

Size: 13.4 MB - Last synced at: 25 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 1

LaboratorioBasiDiDati-Univaq/Java_JDBC_CP_Example_MySQL

Accessing a relational database with Java and JDBC using connection pooling

Language: Java - Size: 36.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

LaboratorioBasiDiDati-Univaq/Java_JDBC_Example_SQLite

Accessing the servlerless relational database SQLite with Java and JDBC

Language: Java - Size: 59.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

LaboratorioBasiDiDati-Univaq/Java_JDBC_Example_MySQL

An example illustrating the interaction between Java and MySQL via JDBC

Language: Java - Size: 70.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JAXRS_Example_Fattura

Example RESTful API "Fattura" (Invoice) developed with JAX-RS (Jersey) on JakartaEE9 and Tomcat 10

Language: Java - Size: 49.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JAXRS_Example_Database

An example of RESTful API connecting to a database

Language: Java - Size: 33.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JAXRS_Base_T10

Template project for RESTful API with JAX-RS (Jersey) on JakartaEE9 and Tomcat 10

Language: Java - Size: 57.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/Java_Fattura_Client

Example client for the RESTful API "Fattura" (Invoice) developed in Java with Apache Commons HTTP

Language: Java - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Post_Redirect_Get

Safer POST submissions with the P-R-G pattern

Language: Java - Size: 29.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_BaseApplicationMVC

An mini-framework to support the development of simple web applications, part 2: model, view and controller

Language: Java - Size: 85 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Login_Middleware

Login and session management with Java servlets and filters

Language: Java - Size: 43 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Downloader

Example of binary data download with Java Servlets

Language: Java - Size: 38.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Imager

Dynamic image generation with Java servlets

Language: Java - Size: 130 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Login

Detailed login/logout process and session safety management with Java servlets

Language: Java - Size: 46.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

WebEngineering-Univaq/Java_Example_BaseApplicationMC

An mini-framework to support the development of simple web applications, part 1: model and controller

Language: Java - Size: 78.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Servlet

Base Java servlet example

Language: Java - Size: 31.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Servlet_Sessions

Basic session management with Java servlets

Language: Java - Size: 30.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_SimpleDataModel

A simple data persistence framework

Language: Java - Size: 68.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Templates_Fwk

The Freemarker template engine used inside a simple rendering framework

Language: Java - Size: 56.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Templates

Basic examples for the Freemarker template engine used in a servlet

Language: HTML - Size: 45.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Servlet_Multipart_7

Multipart request decoding with Java servlets

Language: Java - Size: 37.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Uploader

A simple file repository with Java servlets

Language: Java - Size: 61.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Ajax_Pager_Async

Server and client-side paging with javascript and Java servlets

Language: Java - Size: 43 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

sergiokapone/ElMagLectures

Конспекти лекцій з "Електрики та магентизму"

Language: TeX - Size: 138 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

benyaminemp/Lectures

A collection of my public lectures, tutorials, and workshop materials on topics including Li-ion battery modelling, neural networks, optimisation methods, and data science applications. Each lecture includes slides, example code, and supporting resources.

Language: Jupyter Notebook - Size: 1.13 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

buraksenyurt/ProgrammingWithRust

Uludağ Üniversitesi Bil.Müh/BÖTE bölümlerinde açılan Rust ile Sistem Programlama dersine ait örnek kodlar ve notların yer aldığı repodur.

Language: Rust - Size: 533 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 11 - Forks: 1

qorri-di/Universitas-Cyber-Asia

all lecture materials at Asia Cyber University

Language: HTML - Size: 28.1 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

dustsigns/lecture-demos

Demonstrations for the interactive exploration of selected core concepts of audio, image and video processing as well as related topics

Language: C++ - Size: 68.4 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 17 - Forks: 2

prmr/SoftwareDesign

Introduction to Software Design with Java

Language: Java - Size: 1.44 MB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 158 - Forks: 107

chanbengz/sustech-notes

Course notes for Computer Science @ SUSTech

Language: C - Size: 1.18 GB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 37 - Forks: 5

IAS-Uni-Siegen/RL_course Fork of upb-lea/reinforcement_learning_course_materials

Lecture notes, tutorial tasks including solutions as well as online videos for the reinforcement learning course hosted at Siegen University

Language: Jupyter Notebook - Size: 156 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

avivace/compsci 📦

Lecture notes, projects, and more resources on the courses I attended for my Bachelor's and Master's degrees in Computer Science

Language: Python - Size: 7.34 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 23 - Forks: 7

KITHydrogeology/Geodatenanalyse-II

Lecture material for the Master Course "Geodata Analysis II - Machine Learning and Big Data" at Karlsruhe Institute of Technology (KIT)

Language: Jupyter Notebook - Size: 173 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 10 - Forks: 3

spsehavirov/haw-mcu-schematics

Náčrtky a bloková schémata pro (mikro)procesory do předmětu HAW a nejen

Language: TeX - Size: 34.5 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

sasaki-shigeo/Algorithm

Sample code for the lecture on Algorithm.

Language: Scala - Size: 71.3 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

SviluppoWebAvanzato-Univaq/EventsREST_Client_Java

Example client for the RESTful API "Events" developed with Apache Commons HTTP

Language: Java - Size: 21.5 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

devnull-cz/c-prog-lang

Programming in the C language course materials

Language: Shell - Size: 37.9 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 11 - Forks: 5

SviluppoWebAvanzato-Univaq/JAXRS_Example_Events

Example RESTful API "Events" developed with JAX-RS (Jersey) on JakartaEE9 and Tomcat 10

Language: Java - Size: 49.8 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/EventsREST_Client_JS

Example client for the RESTful API "Events" developed with Javascript

Language: JavaScript - Size: 52.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ndrplz/self-driving-car

Udacity Self-Driving Car Engineer Nanodegree projects.

Language: C++ - Size: 149 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 2,848 - Forks: 1,396

florent-leclercq/Bayes_InfoTheory

Lectures on Bayesian statistics and information theory

Language: Jupyter Notebook - Size: 47.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 31 - Forks: 4

LaboratorioBasiDiDati-Univaq/SQL_Examples

SQL examples developed during the lectures

Language: HTML - Size: 292 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

TiagoDanin/Another-XSS-Example

Example app in my lecture: "XSS - From Theory to Practice" in Vue.js Norte 10th Edition

Language: Vue - Size: 433 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 3 - Forks: 1

WebEngineering-Univaq/CSS_Examples

Example files to test CSS3 features

Language: HTML - Size: 1.75 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

floe/mobile-information-systems 📦

Mobile Information Systems lecture materials (moved to Codeberg)

Size: 149 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

SviluppoWebAvanzato-Univaq/Specifications_REST

RESTful Web API specifications for the course examples

Size: 35.2 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

LaboratorioBasiDiDati-Univaq/LBD_Lecture_Slides

Slide sets related to the main course topics

Size: 9.7 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

clecap/vorlesung-informatik-und-wissenschaft

Die öffentlich zugänglichen Unterlagen der Vorlesungen zu Informatik und Wissenschaft (und Gesellschaft)

Language: TeX - Size: 2.23 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

LaboratorioBasiDiDati-Univaq/ER_Examples

ER examples developed during the lectures

Size: 21.8 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

daisyyedda/Lecture-Notes

How I navigated my journey through CS/BBA

Size: 27.8 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

LaboratorioBasiDiDati-Univaq/LBD_Project_Specifications

Final course project specifications

Language: HTML - Size: 184 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 1

jmartinezheras/2018-MachineLearning-Lectures-ESA

Machine Learning Lectures at the European Space Agency (ESA) in 2018

Language: Jupyter Notebook - Size: 58.3 MB - Last synced at: 6 months ago - Pushed at: about 2 years ago - Stars: 358 - Forks: 147

SviluppoWebAvanzato-Univaq/SWA_Project_Specifications

Final course project specifications

Language: HTML - Size: 113 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

LPNU-IoT/mc-part-one

Microcontroller Programming, part 1

Language: C++ - Size: 214 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 9 - Forks: 24

WebEngineering-Univaq/WE_Project_Specifications

Final course project specifications

Language: HTML - Size: 581 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_WebApp_Base_T9

Base project for a Java web application deployed on Tomcat 9

Language: Java - Size: 26.4 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_WebApp_Base_T10

Base project for a Java web application deployed on Tomcat 10

Language: Java - Size: 29.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

itayG98/PyAi_Material

My lectures notebooks and datasets

Language: Jupyter Notebook - Size: 44.7 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

WebEngineering-Univaq/WE_Lecture_Slides

Slide sets used to teach the main course topics

Size: 47.4 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

WebEngineering-Univaq/Java_WebApp_Base_T9_Alt

Base project for a Java web application deployed on Tomcat 9 with Servlet 3 annotations

Language: Java - Size: 18.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Servlet_Database

Basic database access procedures in Java servlets

Language: Java - Size: 36.1 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Newspaper_DAO

The Newspaper example, showing the full framework developed in the course

Language: Java - Size: 228 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

WebEngineering-Univaq/Java_Example_Servlet_Fwk

The base Java servlet example using the course common utility framework

Language: Java - Size: 31.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Emailfilter

Using filters to mask email addresses in application output

Language: Java - Size: 27.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

federico-pepe/workshop-isia

Repository per la lecture e il workshop a ISIA Urbino, marzo 2025

Size: 4.17 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

jolyne-mangeot/plesk_presentation Fork of vladimir-gorbachev/fansite_project

Reprise du projet de Fansite en HTML5 et CSS3 pour la présentation d'une configuration Plesk et l'optimisation SEO en niveau Bachelor 1 à l'école la Plateforme_

Language: HTML - Size: 38.2 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

spatialaudio/data-driven-audio-signal-processing-lecture

Supplementary materials to the lecture data driven audio signal processing

Language: Jupyter Notebook - Size: 51.5 MB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 25 - Forks: 8

shoeffner/monty 📦

Course material for Basic Programming in Python in the summer semester 2017 at Osnabrück University.

Language: Python - Size: 23.4 MB - Last synced at: 24 days ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 5

rahulbhadani/cpe490590_ml_sp24

Python Code on Machine Learning Models for CPE 490 590 Machine Learning Course at the University of Alabama in Huntsville

Language: Jupyter Notebook - Size: 1.21 GB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

ndrplz/machine_learning_lectures

Collection of lectures and lab lectures on machine learning and deep learning. Lab practices in Python and TensorFlow.

Language: TeX - Size: 81.2 MB - Last synced at: 6 months ago - Pushed at: almost 6 years ago - Stars: 149 - Forks: 44

floe/software-engineering

Software Engineering lecture materials

Size: 31.5 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 5

klieret/icsc-paradigms-and-patterns

Slides and exercises for the iCSC lecture "Software Paradigms and Programming Patterns"

Language: TeX - Size: 1.56 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 16 - Forks: 4

EKarton/Lecture-Video-to-PDF

Making lecture videos readable

Language: Python - Size: 150 MB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 66 - Forks: 14

notaskynet/HSE-CoSec-Materials

Сайт для лекций

Size: 55.2 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

aheil/hhn-seks

Vorlesung Software Engineering komplexer Systeme im Studiengang Software Engineering Bachelor (SEB) und Angewandte Informatik Bachelor (AIB) an der Hochschule Heilbronn.

Language: C# - Size: 56.2 MB - Last synced at: 25 days ago - Pushed at: 11 months ago - Stars: 6 - Forks: 2

KIT-HYD/geostatistics_lecture

Code base for the Geostatistics lecture

Language: Jupyter Notebook - Size: 32 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 5

brannondorsey/ProgrammingForArtists

Art && Programming Lecture @ The School of the Art Institute of Chicago, March 2017

Language: JavaScript - Size: 991 KB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

abdulrahman-masoud/DroosApp

It is a Mobile Application built with Flutter to help Instructors reach their students with the material needed for their course (Videos, PDFs, Exams)

Language: Dart - Size: 3.08 MB - Last synced at: 11 months ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 1

SviluppoWebAvanzato-Univaq/JAXRS_Examples

JAX-RS Examples and basic usage

Language: Java - Size: 2.21 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JAXRS_Base_T9

Template project for RESTful API with JAX-RS (Jersey) on JEE8 and Tomcat 9

Language: Java - Size: 43.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

being-amara-khan/Computer-Networks-Material

This repository contains study material regarding CCNA and Networking .

Size: 248 MB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

being-amara-khan/DB-MATERIAL-

This repository contains slides and all the learning material regarding Databases .

Size: 9.3 MB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ashenm/tools

A collection of miscellanies instructional tools used for demonstrations

Language: Liquid - Size: 17.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

mregaladog/deep-learning-book

MIT Deep Learning Book by Ian Goodfellow, Yoshua Bengio and Aaron Courville. in PDF format (complete)

Size: 14.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ngljcb/laboratorio-di-applicazioni-mobili Fork of csunibo/laboratorio-di-applicazioni-mobili

Una raccolta di risorse per l'insegnamento di Laboratorio di applicazioni mobili (66860) del Corso di Laurea in Informatica.

Size: 123 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

rise-lab-skku/robotics-course

Language: C++ - Size: 57.6 MB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 15

SviluppoWebAvanzato-Univaq/SWA_Lecture_Slides

Slide sets related to the main course topics

Size: 11.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Related Keywords
lecture-material 198 example-code 45 lecture-notes 38 java 33 lecture-slides 23 servlets 20 python 19 lecture 18 machine-learning 16 javascript 12 deep-learning 11 lectures 8 restful-api 8 university-course 8 teaching 7 python3 7 slides 7 cybersecurity 6 teaching-materials 6 jdbc 6 jaxrs 6 course 6 computer-science 5 session-management 5 deep-neural-networks 5 lecture-videos 5 open-educational-resources 5 natural-language-processing 4 learning 4 rest-client 4 sutd 4 data-model 4 jquery 4 freemarker 4 persistence 4 templates-html 4 tensorflow 4 notes 4 software-engineering 4 convolutional-neural-networks 3 nlp 3 soa 3 educational 3 connection-pooling 3 template-project 3 machinelearning 3 neural-network 3 jupyter-notebook 3 reinforcement-learning 3 deeplearning 3 cpp 3 support-vector-machines 3 php 3 machine-learning-algorithms 3 data-science 3 university 3 audio-processing 3 mathematics 3 education 3 intentionally-vulnerable 3 programming 3 c 3 excercises 2 programming-languages 2 audio 2 csharp 2 kids 2 robotics 2 kids-coding 2 kids-learn 2 kids-programming 2 educational-resources 2 mentoring 2 mentorship 2 pythonbasic 2 pythonbasics 2 rust 2 pythonbasicstutorial 2 self-driving-car 2 pid-control 2 deep-reinforcement-learning 2 clustering 2 cnn 2 university-project 2 udacity-self-driving-car 2 vehicle-detection 2 nhl-stenden 2 distributed-systems 2 kit 2 ros 2 generative-art 2 traffic-sign-classification 2 opencv 2 guest-lecture 2 cryptography 2 image-processing 2 tutorials 2 code-example 2 sql 2 exercises 2