Kshitij Shah's repositories
Java_Binary_To_Base_10
Java: Uses recursion to convert binary representations of non-negative integers to base 10 integers.
Java_Find_GCD
Java: Uses recursion to find the GCD of two (small) integers
Java_Recursive_Binary_Search
Java: Use recursion to demo linear vs binary search on sorted strings with step counts
Java_Recursive_Factorial
Java: Uses recursion to find factorial of a non-negative integer
Java_Recursive_Palindrome
Java: Check if a string is a palindrome using recursion
KerasMNISTCNNTest
A test of Keras on the MNIST dataset on Jupyter Notebook
KshitijShah-GitHub.github.io
Personal website, made from scratch with HTML5, CSS3, and JavaScript and JQuery.
Linear_Regression_with_Gradient_Descent
A Jupyter Notebook that contains my first attempt at using gradient descent to find the line of best fit to generated data
Python_Taylor_Series_Estimation
Python: Use Taylor Series Expansions to estimate sin(x), cos(x) and e^x to inputted precision
PythonSQLite3Test
A Python program the runs a GUI built with Tkinter library to display and modify a database file with sqlite3
Py_Dynamic_Programming_Fibonnaci
Python: Use memoization (Dynamic Programming) to optimize recursive determining of Fibonacci number
Solar_System_G12
An Educational GUI application made in Java and JavaFX designed to teach young students about the Solar System. May 2017. Currently does not compile (See Readme)
zephyr
Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.