Sina Soltani (sinasoltani123)

sinasoltani123

Geek Repo

Location:Iran, Shiraz

Github PK Tool:Github PK Tool

Sina Soltani's repositories

32-bit-pipelined-MIPS-processor-implemented-using-Verilog-with-booth-multiplication-algorithm

32-bit pipelined MIPS CPU using Verilog with booth multiplication algorithm (faster multiplication in hardware). Xilinx Sesign Suite

Language:VerilogStargazers:3Issues:1Issues:0

AI-project--logistic-regression-from-scratch

I implemented logistic regression model from scratch with python and numpy. I used it to train a model for predicting diabetes. The dataset of diabetes is a csv file. I created a GUI as well(with tkinter) as well.

Language:PythonStargazers:0Issues:0Issues:0

Character-level-language-model

Character level language model create dinosaur names Coursera sequence models

Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

Disk-Scheduling-algorithms-using-CSV-files

Look, C-Scan, Scan , C-Look disk scheduling algorithms for OS implemented using python

Language:PythonStargazers:0Issues:1Issues:0

DNN-from-scratch-coursera-and-image-classification

deep neural networks implementation from scratch in coursera.com

Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Language:PythonStargazers:0Issues:0Issues:0

image-classification-with-Tensorflow-and-CNN

Tensorflow and convolutional neural networks

Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Language:JavaStargazers:0Issues:1Issues:0

Master-Slave-Atmega32-microcontrollers-using-SPI-protocol-and-fast-PWA-tempreture-controlling-system

I used two Atmega32 AVR microcontrollers with SPI protocol and Master/Slave connection. Other elements: LM35 temperature sensor and a LCD and cooler Motors and heater and blinking warning LED. Using analog to digital converter and analog comparator. Using C programming to program the microcontrollers and Proteus. Compares the temperatures and shows it on a 16*2 alphanumeric LCD and depending on the temperatures either the cooler or the heater or the Red warning light.

Language:CStargazers:0Issues:1Issues:0

Refined-D-ary-minheap-for-Dijkstra-s-algorithm-in-a-weighted-directed-graph

Refined D-ary minheap in which the children of each node are stored in a built in binary heap so that finding the minimum a node's children is faster. The binary min heap uses the array of D-ary minheap and its within it and does not use separate array. .Implemented for Dijkstra's algorithm for shortest paths in a weighted directed graph.

Language:C++Stargazers:0Issues:1Issues:0

sinasoltani123

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0

Improvise-a-Jazz-Solo-with-an-LSTM-Network

Improvise a Jazz Solo with an LSTM Network

Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

modify-word-embedding

modify word embeddings to reduce their gender bias

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Neural-Machine-Translation-to-translate-human-readable-dates

Neural Machine Translation (NMT) model to translate human-readable dates ("25th of June, 2009") into machine-readable dates ("2009-06-25"). using an attention model. sequence model Coursera assignment

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

RNN-LSTM

Building your Recurrent Neural Network - Step by Step coursera

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Transformers-Architecture-with-TensorFlow

implement the components of the transformers model in TensorFlow 2.4. sequence model coursera assignment

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Trigger-Word-Detection

implement an algorithm for trigger word detection (sometimes also called keyword detection, or wake word detection). it detects you saying "activate."

Language:Jupyter NotebookStargazers:0Issues:0Issues:0