smartFox-Rohan-Kulkarni
You can find me on LinkedIn https://www.linkedin.com/in/rohan-kulkarni-79b84615a/
Pune MH
Pinned Repositories
guessing_game_using_pygame
This a picture memorization game that is developed using pygame.
NQueens_hillClimbing
Hey there!! I made a small code for N queens using simple Hill climbing.
smartFox-Rohan-Kulkarni's Repositories
smartFox-Rohan-Kulkarni/guessing_game_using_pygame
This a picture memorization game that is developed using pygame.
smartFox-Rohan-Kulkarni/NQueens_hillClimbing
Hey there!! I made a small code for N queens using simple Hill climbing.
smartFox-Rohan-Kulkarni/8-Puzzle-Using-A-
hey there! I have developed a 8 puzzle game using A* algorithm to compute optimal solutions/paths
smartFox-Rohan-Kulkarni/Austin_weather_temp_forcast_linearRegression
smartFox-Rohan-Kulkarni/Basic-JavaScript-web-pages
This repository contains HTML, CSS, javaScript code for mini web based projects I designed.
smartFox-Rohan-Kulkarni/cifar10_model_training_and_pruning
smartFox-Rohan-Kulkarni/Classification-models-using-scikit-learn-py
smartFox-Rohan-Kulkarni/dark-sandbox
smartFox-Rohan-Kulkarni/Graphics-Turtle
This repository contains various graphic designs made by using the module turtle in python3.
smartFox-Rohan-Kulkarni/Green-screen-image-converter
This is an mini HTML- CSS JavaScript project that uses DLTCP javascript libraries ( view license http://www.apache.org/licenses/LICENSE-2.0).
smartFox-Rohan-Kulkarni/Guessing-game
A bash script for a guessing game.
smartFox-Rohan-Kulkarni/Hand_Sign_Convolution_model
smartFox-Rohan-Kulkarni/JPMorgan-Chase-Co-logo-Software-Engineering-Virtual-Internship
Software Engineering Virtual Internship Throughout the virtual experience, you'll familiarize yourself with JPMorgan Chase frameworks and apply your technical skills to a hypothetical request from the firm’s trading floor to analyze and visualize data in a new way. You can participate in this program from anywhere in the world, in your own time and at your own pace. You'll also receive a certificate of completion award, recognizing the tech skills demonstrated.
smartFox-Rohan-Kulkarni/linearRegression_headBrainsize
preformed simple linear regression on head size vs brain size DATA: https://www.kaggle.com/jemishdonda/headbrain
smartFox-Rohan-Kulkarni/my-first-repo
smartFox-Rohan-Kulkarni/NQueens-using-Simulated-annealing
hey there! I wanted to improve my results from simple hill climbing and stochastic hill climbing hence I looked into Simulated annealing. I have developed a program that takes ideas from the Simulated annealing algorithm and computes results from N queens
smartFox-Rohan-Kulkarni/OpenCV
smartFox-Rohan-Kulkarni/Predictive-Regression-Model-for-US-Jobs.
smartFox-Rohan-Kulkarni/ProblemSolving
I'll be solving few problems and uploading them here.
smartFox-Rohan-Kulkarni/Python_hacker_rank
smartFox-Rohan-Kulkarni/Quack-Quack-Friends
This is a mini project that I and my team developed to demonstrate the use of next generation databases. We here designed a webApp where its users can upload files(JPG PNG GIF WEBP TIFF PSD RAW BMP HEIF INDD JPEG 2000 SVG AI EPS PDF, PNG, MP4, PDF, MP3, DOC, SVG, INI, DAT, EXE, LOG , and various other types ) and share amongst friends. This project uses Django as its web framework and MongoDB as database. All the pages are designed using HTML 5 and CSS.
smartFox-Rohan-Kulkarni/Sentiment-Analysis-with-scikit-learn-project
smartFox-Rohan-Kulkarni/Supermarket-sales-prediction
The aim of this project was to analyze the sales models of grocery stores and super markets to predict the gross income and focus of the market demands.
smartFox-Rohan-Kulkarni/the-unix-workbench
:house_with_garden: A Book for Anyone to Get Started with Unix
smartFox-Rohan-Kulkarni/tictactoe_Minmax_algo
hey there! The code here contains a tictactoe game using MinMax algorithm in python. i hope it helps