Tasks for Architecture of Neural Networks Course @ ITMO University
-
Updated
Apr 19, 2024 - Jupyter Notebook
Tasks for Architecture of Neural Networks Course @ ITMO University
Tasks for Architecture of Neural Networks Course at ITMO University
TorchArc: Build PyTorch networks by specifying architectures.
Master's project: Using Machine Learning for Potential Energy Landscapes
Participants in this Specialization have the opportunity to construct and train various neural network architectures, including Convolutional Neural Networks, Recurrent Neural Networks, LSTMs, and Transformers. They learn to enhance these networks with techniques such as Dropout, BatchNorm, Xavier/He initialization, among others.
Neural Network Prototyping library with reactive interface and export code features
Transformers-based Neural Network harbor logistic prediction model
Neural Network Architecture definition files
Programming Assignments completed under first Course of Deep Learning Specialisation(Coursera)
A small collection of basic neural networks for different tasks using pytorch.
Many Neural Network architectures are there. Basically Keras applications. You can find here the structures, implementations all you need. Have fun!
The project implements Siamese Network with Triplet Loss in Keras to learn meaningful image representations in a lower-dimensional space. By training on the MNIST dataset, it creates a powerful architecture and implements Triplet Loss function. The resulting model enables applications like image search, recommendation systems, and image clustering.
Proyecto individual sobre los fundamentos matemáticos de las redes neuronales. Desarrollado durante los cursos propedéuticos de admisión a la Maestría en Ciencias de Datos de la Universidad de Sonora.
A Keras implementation of the ConvMixer architecture from the paper "Patches are all you need?", built from scratch using TensorFlow and Python.
A multi task neural network implemented from scratch, performing object detection with SSD and semantic segmentation with DeeplabV3+ simultaneosly!
Improving Prediction of Daily Visits of Wikipedia Mathematics Topics using Graph Neural Networks
Unofficial code with the paper "On the Role of Text Preprocessing in Neural Network Architectures" for IMDb dataset.
My Implementation of well known DL architectures using PyTorch
Contains solutions and notes for the Deep Learning Specialization by Deeplearning.ai, Andrew Ng on Coursera
Add a description, image, and links to the neural-network-architectures topic page so that developers can more easily learn about it.
To associate your repository with the neural-network-architectures topic, visit your repo's landing page and select "manage topics."