Pinned Repositories
erfnet_pytorch
Pytorch code for semantic segmentation using ERFNet
Gen
A general-purpose probabilistic programming system with programmable inference
KeplerAI
Machine Learning Project to discover Exoplanets.
Open.GL
The source code and content of Open.GL.
opengl-examples
OpenGL code for virtual reality applications and computer graphics education (moved to gitlab)
OpenGL-GLSL-Big-City-Project
In these projects I tried to create several cool things with openGL/GLSL. The tools and source codes for running these codes is based on library that you can find online opengl-examples. Based on those code which belongs to Dr. Scott Kuhl, these codes can be compiled easily on your Linux Machine (Or even Windows Machines). You can install this library from here and see the instructions: https://gitlab.com/kuhl/opengl-examples
OpenGL-GLSL-Carousel-Project
In these projects I tried to create several cool things with openGL/GLSL. The tools and source codes for running these codes is based on library that you can find online opengl-examples. Based on those code which belongs to Dr. Scott Kuhl, these codes can be compiled easily on your Linux Machine (Or even Windows Machines). You can install this library from here and see the instructions: https://gitlab.com/kuhl/opengl-examples
OpenGL-GLSL-Particle-Fire-Simulation-Project
In these projects I tried to create several cool things with openGL/GLSL. The tools and source codes for running these codes is based on library that you can find online opengl-examples. Based on those code which belongs to Dr. Scott Kuhl, these codes can be compiled easily on your Linux Machine (Or even Windows Machines). You can install this library from here and see the instructions: https://gitlab.com/kuhl/opengl-examples
OpenGL-GLSL-TheEarth-Project
In these projects I tried to create several cool things with openGL/GLSL. The tools and source codes for running these codes is based on library that you can find online opengl-examples. Based on those code which belongs to Dr. Scott Kuhl, these codes can be compiled easily on your Linux Machine (Or even Windows Machines). You can install this library from here and see the instructions: https://gitlab.com/kuhl/opengl-examples
Particle_Simulation_With_OpenGL
In This Project I created a basic system of Particles with one or more emitters.This project was for getting familiar with basic and advanced OpenGL programming in Object Oriented Mode and How to use Classes, Functions, Events, dynamics array in order to increase the program flexibility and usability. One of the most important thing in Computer Graphics and Animations is knowing how basic model created. What is their History and how they originated? There are some factors that shows Particle System in computer graphics is a very important Subject to study and research: The particles system can create a lot of things such as Fluids, dust, and Fire! It is very useful functionality in advanced software like Autodesk Maya or 3DMax and animator use this function a lot. Knowing how to create them can help to improve yourself to make them become more efficient in very complicated calculations. Other majors like Mechanical Engineering are work on calculations of these particles in real life. If we work on the calculations we can create the very realistic water, fire, etc.
soheilAppear's Repositories
soheilAppear/Particle_Simulation_With_OpenGL
In This Project I created a basic system of Particles with one or more emitters.This project was for getting familiar with basic and advanced OpenGL programming in Object Oriented Mode and How to use Classes, Functions, Events, dynamics array in order to increase the program flexibility and usability. One of the most important thing in Computer Graphics and Animations is knowing how basic model created. What is their History and how they originated? There are some factors that shows Particle System in computer graphics is a very important Subject to study and research: The particles system can create a lot of things such as Fluids, dust, and Fire! It is very useful functionality in advanced software like Autodesk Maya or 3DMax and animator use this function a lot. Knowing how to create them can help to improve yourself to make them become more efficient in very complicated calculations. Other majors like Mechanical Engineering are work on calculations of these particles in real life. If we work on the calculations we can create the very realistic water, fire, etc.
soheilAppear/erfnet_pytorch
Pytorch code for semantic segmentation using ERFNet
soheilAppear/KeplerAI
Machine Learning Project to discover Exoplanets.
soheilAppear/Open.GL
The source code and content of Open.GL.
soheilAppear/opengl-examples
OpenGL code for virtual reality applications and computer graphics education (moved to gitlab)
soheilAppear/Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
soheilAppear/avida
soheilAppear/c-programming
soheilAppear/c-programming2
soheilAppear/CellularAutomaton
A collection of varios Cellular automaton programs written in C++using SFML for graphics
soheilAppear/convnetjs
Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
soheilAppear/cpp-cnn
CNN implementation from scratch
soheilAppear/deep-learning-coursera
Deep Learning Specialization by Andrew Ng on Coursera.
soheilAppear/donateacry-corpus
An infant cry audio corpus that's being built through the Donate-a-cry campaign - see http://donateacry.com
soheilAppear/ExtremeNet
Bottom-up Object Detection by Grouping Extreme and Center Points
soheilAppear/gem5
This is an read-only mirror of the gem5 simulator. The upstream repository is stored in https://gem5.googlesource.com, code reviews should be submitted to https://gem5-review.googlesource.com/. The mirrors are synchronized every 15 minutes.
soheilAppear/gspbox
Graph Signal Processing in Matlab
soheilAppear/Individual-household-electric-power-consumption-Data-Set-
Individual household electric-power consumption Data Set (LSTM) [tutorial]
soheilAppear/Laplacians.jl
Algorithms inspired by graph Laplacians: linear equation solvers, sparsification, clustering, optimization, etc.
soheilAppear/lightweight_openpose
A tensorflow implementation of Arxiv Paper "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose "(https://arxiv.org/abs/1811.12004)
soheilAppear/Linked-List-Project
In this Project I had created Linked List program for my University Final Project. Its a simple program just for practicing and getting more experience in c++ and Data structure course
soheilAppear/macsim
A heterogeneous architecture timing model simulator.
soheilAppear/mail-type-prediction
A basic application with necessary steps for filtering spam messages using bigram model with python language.
soheilAppear/Quantized-Nets
Contains code for Binary, Ternary, N-bit Quantized and Hybrid CNNs for low precision experiments.
soheilAppear/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
soheilAppear/react-native
A framework for building native apps with React.
soheilAppear/sharelatex
A web-based collaborative LaTeX editor
soheilAppear/switch-cuda
A simple bash script for switching between installed versions of CUDA.
soheilAppear/Udacity-ML-Capstone
Udacity 2018 Machine Learning Nanodegree Capstone project
soheilAppear/Unfolding-Naive-Bayes-from-Scratch