Pinned Repositories
Algorithms_Practice
Bitcoin-Mining-Simulation
Simple Bitcoin miner in elixir
courses
fast.ai Courses
Gossip-Simulator
Implementation of gossip and push sum algorithms In elixir.
Hadoop-Means-Project
Implement K-means clustering algorithm iterative MapReduce over an energy distribution dataset stored in HBase
HadoopMapReduceAssignment1
Performed word count for the following:
HuffmanEncoderDecoder
LexicalAnalyzer-parser-and-bytecode-generator-
Built a lexical analyzer/scanner and a recursive descent parser for a specific programming language, given the context free grammar and the lexical structure • Implementing abstract syntax tree, LeBlanc Cook table, type checking, code generation and other compiler components
MultiClientChatApplication
PageRank_Scala_GraphX
Anitha19r's Repositories
Anitha19r/courses
fast.ai Courses
Anitha19r/Pastry-Protocol
Simple Pastry implementation in elixir
Anitha19r/Gossip-Simulator
Implementation of gossip and push sum algorithms In elixir.
Anitha19r/Bitcoin-Mining-Simulation
Simple Bitcoin miner in elixir
Anitha19r/PageRank_Scala_GraphX
Anitha19r/pointer-generator
Code for the ACL 2017 paper "Get To The Point: Summarization with Pointer-Generator Networks"
Anitha19r/HadoopMapReduceAssignment1
Performed word count for the following:
Anitha19r/Hadoop-Means-Project
Implement K-means clustering algorithm iterative MapReduce over an energy distribution dataset stored in HBase
Anitha19r/Property_Value_Estimator
Used Normal Equation of Multivariate Linear Regression in order to predict property value. Also, provided various visualization and trend analysis from the existing data.
Anitha19r/LexicalAnalyzer-parser-and-bytecode-generator-
Built a lexical analyzer/scanner and a recursive descent parser for a specific programming language, given the context free grammar and the lexical structure • Implementing abstract syntax tree, LeBlanc Cook table, type checking, code generation and other compiler components
Anitha19r/MultiClientChatApplication
Anitha19r/Algorithms_Practice
Anitha19r/HuffmanEncoderDecoder