Pinned Repositories
Wallplayper
Group Project for CSE422 - Software Engineering with Matthew Hertz
Grammatical-Error-Detection
Creating proficiency levels for non-native speakers has always been a difficult task. In this study we analyzed the NUS learners corpus and its annotatedgrammatical errors and assigned proficiency levels to individual participants by using fluency, accuracy and complexity of learner text.
PubSub
Implementing a centralized version of the pub/sub application.
Blockchain-Project
Blockchain is receiving a lot of attention as the next big thing in the emerging technologies. In this project, I explored the blockchain on Center for Computational Research (CCR) by testing decentralized application deployed on the and also by designing and deploying applications on the blockchain.
jkchawla.github.io
https://jkchawla.github.io/
MachineLearning_miniprojects
Mini projects on Machine Learning
Verilog-Simulator
Designed a ripple carry adder along with a carry lookAhead adder. Designed and implement a 4- bit Magnitude comparator to provide a mechanism for generation of multi bit comparators
Asteroids
Developed a complex version of Asteroids game (1997) as a Java Applet and coded entire game layout.
ML-Project1
Hand written digit classification using Multilayer neural network- Assignment 1
ML-Project3
Hand written digit classification using Multilayer neural network- Assignment 3. Implemented binary and multi layer regression
jkchawla's Repositories
jkchawla/UnityFirstProject
jkchawla/jkchawla.github.io
https://jkchawla.github.io/
jkchawla/Blockchain-Project
Blockchain is receiving a lot of attention as the next big thing in the emerging technologies. In this project, I explored the blockchain on Center for Computational Research (CCR) by testing decentralized application deployed on the and also by designing and deploying applications on the blockchain.
jkchawla/Grammatical-Error-Detection
Creating proficiency levels for non-native speakers has always been a difficult task. In this study we analyzed the NUS learners corpus and its annotatedgrammatical errors and assigned proficiency levels to individual participants by using fluency, accuracy and complexity of learner text.
jkchawla/PubSub
Implementing a centralized version of the pub/sub application.
jkchawla/Pangram
A simple interpreter that recognizes if a sentence is a Pangram (a sentence or verse that contains all the letters of the alphabet) or not. Implemented in Java and SML
jkchawla/MachineLearning_miniprojects
Mini projects on Machine Learning
jkchawla/ML-Project3
Hand written digit classification using Multilayer neural network- Assignment 3. Implemented binary and multi layer regression
jkchawla/Verilog-Simulator
Designed a ripple carry adder along with a carry lookAhead adder. Designed and implement a 4- bit Magnitude comparator to provide a mechanism for generation of multi bit comparators
jkchawla/ML-Project1
Hand written digit classification using Multilayer neural network- Assignment 1
jkchawla/word_vectors_game_of_thrones-LIVE
This is the code for the "How to Make Word Vectors from Game of Thrones (LIVE) " Siraj Raval on Youtube
jkchawla/PintOS-Project
Pintos is a simple operating system framework for the 80x86 architecture. It supports kernel threads, loading and running user programs, and a file system, but it implements all of these in a very simple way. I implemented this along with my group partner - Austin DeCaro for our OperatingSystems class and passed all tests
jkchawla/Asteroids
Developed a complex version of Asteroids game (1997) as a Java Applet and coded entire game layout.