Pinned Repositories
ANN
Simple Artificial Neural Network library written in C++ to be able to analyse the given data and predict the desired data.
C-Library
Simple C library to be able to work with containers such as vectors, strings and so on.
CDT-Model
CDT-Model is an artificial neural network model.
ExprEval
Customizable Expression Evaluator written in C++.
Function-Compression
Function Compression is to be able to evaluate outputs of a function easily while maintaining the pre-defined accuracy
Gantt-Chart
Simple python application to be able to work with Gantt charts.
LayZ-Renderer-Engine
LayZ is a simple cross-platform renderer engine written in C/C++.
LP-Solver
Simple linear (optimization) problem solver written in C++.
Turing-Machine
Turing Machine compiler and visualizer written in python.
VSCode-Configurations
All of my additional configurations on VS Code for C/C++ etc.
AliKhudiyev's Repositories
AliKhudiyev/LayZ-Renderer-Engine
LayZ is a simple cross-platform renderer engine written in C/C++.
AliKhudiyev/ANN
Simple Artificial Neural Network library written in C++ to be able to analyse the given data and predict the desired data.
AliKhudiyev/ExprEval
Customizable Expression Evaluator written in C++.
AliKhudiyev/C-Library
Simple C library to be able to work with containers such as vectors, strings and so on.
AliKhudiyev/Turing-Machine
Turing Machine compiler and visualizer written in python.
AliKhudiyev/Function-Compression
Function Compression is to be able to evaluate outputs of a function easily while maintaining the pre-defined accuracy
AliKhudiyev/LP-Solver
Simple linear (optimization) problem solver written in C++.
AliKhudiyev/VSCode-Configurations
All of my additional configurations on VS Code for C/C++ etc.
AliKhudiyev/CDT-Model
CDT-Model is an artificial neural network model.
AliKhudiyev/Gantt-Chart
Simple python application to be able to work with Gantt charts.
AliKhudiyev/google-hashcode2020_warmup
Almost gets max score & runs pretty fast.
AliKhudiyev/Naval-Battleship
Simple battleship game.
AliKhudiyev/shape2D-triangulator
The program triangulates 2D shapes.
AliKhudiyev/Panorama-Image-Stitching
Simple program to flatten 3D object in 2D plane. Converting 3D object into 2D picture gives the panorama view.
AliKhudiyev/Summer-2021
Self-study during 2021-2022 summer vacation.
AliKhudiyev/Bitmap-Editor
Bitmap image processing program mostly written in C++.
AliKhudiyev/Detect
Simple OSA project to be able to detect differences in output of a command.
AliKhudiyev/MsAIDS
Master - Artificial Intelligence and Data Science
AliKhudiyev/2048
Simple 2048 game with SDL2.
AliKhudiyev/2D-Equation-Plot
Simple 2D equation plot to be able to see the changes on graphs depending on the user's inputs.
AliKhudiyev/aima-exercises
Exercises for the book Artificial Intelligence: A Modern Approach
AliKhudiyev/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
AliKhudiyev/Big-Number
The number type which can hold and operate(work with) bigger numbers whose digits are more than thousands or even milions.
AliKhudiyev/but-how-do-it-know
Let's bring the Scott CPU to life. And program it.
AliKhudiyev/Expression-Maker
Numerical and non-numerical expression maker. Works with easily modifiable static P.O.C.L..
AliKhudiyev/Flappy-Bird
Dumb and stupid flappy bird.
AliKhudiyev/SmartCalculator
Dynamic smart calculator which has various functionalities.