There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Stock-Market-Prediction
in this repository we intend to predict Google and Apple Stock Prices Using Long Short-Term Memory (LSTM) Model in Python. Long Short-Term Memory (LSTM) is one type of recurrent neural network which is used to learn order dependence in sequence prediction problems. Due to its capability of storing past information, LSTM is very useful in predicting stock prices.DQN-vs-DDQN-LunarLander-Environment
In this Repository, we intend to implement the DQN and also the DDQN algorithm in case of training an agent to solve the Lunar-Lander problem. there are lots of exciting results after training which have been attached.Text-Generation-Using-Harry-Potter-Book
In this repository, we intend to implement a Recurrent Neural Network that used to generate text using our train data which is the “HARRY POTTER AND THE GOBLET OF FIRE “Intelligent-Systems-Course
This repository contains materials and course projects during attending the Intelligent Systems Course, for more detailed information please have a look at my Final_Report files which have been separately uploaded for each of the projects and consist of all required information about the implementations, analyses, and anything else you may concern about that!Deep-Learning-and-Neural-Networks-Course
This repository contains materials and course projects during attending the Intelligent Systems Course, for more detailed information please have a look at my Final_Report files which have been separately uploaded for each of the projects and consist of all required information about the implementations, analyses, and anything else you may concern about that!Mohammad-Heydariii
Config files for my GitHub profile.YOLOv5
In this project, I used YOLOv5 for a simple object detection task using python.Implementing-VGG-19-Using-ImageNet
in this repository we get familiar with the Transfer Learning idea on the ImageNet dataset, in addition, we see how we can employ this vision to implement VGG-19 which is one of the common models of CNNs.Segmentation-Using-DeepLab
Deep learning based semantic segmentation Using the Deeplab.DCGAN
In this project, we tend to generate some high-quality paintings using the ABSTRACT-ART-GALLERY dataset according to the DCGAN concept!VQ-VAE
In this project, we have implemented the VQ-VAE algorithm on both MNIST and CIFAR10 datasets considering MSELOSS and also NLLLOSE.Segmentation-Using-FCN
Deep learning based semantic segmentation Using the FCN.Convex-Optimization-Course
This repository contains materials and course projects during attending the Convex Optimization Course.SGAN
The semi-supervised GAN, or SGAN, model is an extension of the GAN architecture that involves the simultaneous training of a supervised discriminator, unsupervised discriminator, and a generator model. The result is both a supervised classification model that generalizes well to unseen examples and a generator model that outputs plausible examples of images from the domain. in this repository we tend to implement a simplified formation of that.Love Open Source and this site? Check out how you can help us