ºÝºÝߣshows by User: sohamkoolkarni / http://www.slideshare.net/images/logo.gif ºÝºÝߣshows by User: sohamkoolkarni / Tue, 15 Aug 2017 03:05:40 GMT ºÝºÝߣShare feed for ºÝºÝߣshows by User: sohamkoolkarni User authentication user pentor and ultrapentor operators /sohamkoolkarni/user-authentication-user-pentor-and-ultrapentor-operators userauthenticationuserpentorandultrapentoroperators-170815030540
â–ª Implemented authentication procedure using mathematical operators without storing password in the backend â–ª Increased robustness of the system by increasing hash based authentication dependency from 1:1 to 3:1 â–ª Integrated PHP UI, Java Servlets to implement multi-factored irreversible pentoric hashing algorithm]]>

â–ª Implemented authentication procedure using mathematical operators without storing password in the backend â–ª Increased robustness of the system by increasing hash based authentication dependency from 1:1 to 3:1 â–ª Integrated PHP UI, Java Servlets to implement multi-factored irreversible pentoric hashing algorithm]]>
Tue, 15 Aug 2017 03:05:40 GMT /sohamkoolkarni/user-authentication-user-pentor-and-ultrapentor-operators sohamkoolkarni@slideshare.net(sohamkoolkarni) User authentication user pentor and ultrapentor operators sohamkoolkarni â–ª Implemented authentication procedure using mathematical operators without storing password in the backend â–ª Increased robustness of the system by increasing hash based authentication dependency from 1:1 to 3:1 â–ª Integrated PHP UI, Java Servlets to implement multi-factored irreversible pentoric hashing algorithm <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/userauthenticationuserpentorandultrapentoroperators-170815030540-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> â–ª Implemented authentication procedure using mathematical operators without storing password in the backend â–ª Increased robustness of the system by increasing hash based authentication dependency from 1:1 to 3:1 â–ª Integrated PHP UI, Java Servlets to implement multi-factored irreversible pentoric hashing algorithm
User authentication user pentor and ultrapentor operators from Soham Kulkarni
]]>
252 5 https://cdn.slidesharecdn.com/ss_thumbnails/userauthenticationuserpentorandultrapentoroperators-170815030540-thumbnail.jpg?width=120&height=120&fit=bounds document Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Sudoku Solver /slideshow/compsci271-a-fall2016sudokusolverprojectreport/78816228 compsci271afall2016sudokusolverprojectreport-170814060705
â–ª Developed a mathematical puzzle solver using brute force algorithm and Constraint Satisfaction Problems in C++ â–ª Employed backtracking methodology to ensure guaranteed solution to Sudoku Problem in order of milliseconds â–ª Implemented AI practices like Forwarding Checking, Most Constrained Heuristic & ARC-Consistency in an incremental manner ]]>

â–ª Developed a mathematical puzzle solver using brute force algorithm and Constraint Satisfaction Problems in C++ â–ª Employed backtracking methodology to ensure guaranteed solution to Sudoku Problem in order of milliseconds â–ª Implemented AI practices like Forwarding Checking, Most Constrained Heuristic & ARC-Consistency in an incremental manner ]]>
Mon, 14 Aug 2017 06:07:05 GMT /slideshow/compsci271-a-fall2016sudokusolverprojectreport/78816228 sohamkoolkarni@slideshare.net(sohamkoolkarni) Sudoku Solver sohamkoolkarni â–ª Developed a mathematical puzzle solver using brute force algorithm and Constraint Satisfaction Problems in C++ â–ª Employed backtracking methodology to ensure guaranteed solution to Sudoku Problem in order of milliseconds â–ª Implemented AI practices like Forwarding Checking, Most Constrained Heuristic & ARC-Consistency in an incremental manner <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/compsci271afall2016sudokusolverprojectreport-170814060705-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> â–ª Developed a mathematical puzzle solver using brute force algorithm and Constraint Satisfaction Problems in C++ â–ª Employed backtracking methodology to ensure guaranteed solution to Sudoku Problem in order of milliseconds â–ª Implemented AI practices like Forwarding Checking, Most Constrained Heuristic &amp; ARC-Consistency in an incremental manner
Sudoku Solver from Soham Kulkarni
]]>
1872 4 https://cdn.slidesharecdn.com/ss_thumbnails/compsci271afall2016sudokusolverprojectreport-170814060705-thumbnail.jpg?width=120&height=120&fit=bounds document Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Group Finder /slideshow/group-finder/78815507 middlewareprojectreport1-170814052116
â–ª Android Application to explore, register and join various discussion platforms like Facebook groups, WhatsApp or Quora. â–ª Its uses publish/subscribe mechanism for notifications regarding addition of new groups â–ª Each group added is associated with certain meta data which helps in connecting people interested in similar groups. ]]>

â–ª Android Application to explore, register and join various discussion platforms like Facebook groups, WhatsApp or Quora. â–ª Its uses publish/subscribe mechanism for notifications regarding addition of new groups â–ª Each group added is associated with certain meta data which helps in connecting people interested in similar groups. ]]>
Mon, 14 Aug 2017 05:21:16 GMT /slideshow/group-finder/78815507 sohamkoolkarni@slideshare.net(sohamkoolkarni) Group Finder sohamkoolkarni â–ª Android Application to explore, register and join various discussion platforms like Facebook groups, WhatsApp or Quora. â–ª Its uses publish/subscribe mechanism for notifications regarding addition of new groups â–ª Each group added is associated with certain meta data which helps in connecting people interested in similar groups. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/middlewareprojectreport1-170814052116-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> â–ª Android Application to explore, register and join various discussion platforms like Facebook groups, WhatsApp or Quora. â–ª Its uses publish/subscribe mechanism for notifications regarding addition of new groups â–ª Each group added is associated with certain meta data which helps in connecting people interested in similar groups.
Group Finder from Soham Kulkarni
]]>
89 2 https://cdn.slidesharecdn.com/ss_thumbnails/middlewareprojectreport1-170814052116-thumbnail.jpg?width=120&height=120&fit=bounds document Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Compiler Construction for DLX Processor /slideshow/compiler-construction-for-dlx-processor/78815452 2017cs241project-170814051817
â–ª Developed a recursive-descent parser to generate an intermediate representation for subsequent optimizations in Java â–ª Implemented common subexpression elimination and copy propagation on control flow graph â–ª Deployed a code generator for the source language that yields optimized native programs]]>

â–ª Developed a recursive-descent parser to generate an intermediate representation for subsequent optimizations in Java â–ª Implemented common subexpression elimination and copy propagation on control flow graph â–ª Deployed a code generator for the source language that yields optimized native programs]]>
Mon, 14 Aug 2017 05:18:16 GMT /slideshow/compiler-construction-for-dlx-processor/78815452 sohamkoolkarni@slideshare.net(sohamkoolkarni) Compiler Construction for DLX Processor sohamkoolkarni â–ª Developed a recursive-descent parser to generate an intermediate representation for subsequent optimizations in Java â–ª Implemented common subexpression elimination and copy propagation on control flow graph â–ª Deployed a code generator for the source language that yields optimized native programs <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/2017cs241project-170814051817-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> â–ª Developed a recursive-descent parser to generate an intermediate representation for subsequent optimizations in Java â–ª Implemented common subexpression elimination and copy propagation on control flow graph â–ª Deployed a code generator for the source language that yields optimized native programs
Compiler Construction for DLX Processor from Soham Kulkarni
]]>
146 3 https://cdn.slidesharecdn.com/ss_thumbnails/2017cs241project-170814051817-thumbnail.jpg?width=120&height=120&fit=bounds document Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
CompSci: 221 Winter 2017 Search Engine for UCI /slideshow/compsci-221-winter-2017-search-engine-for-uci/78815338 compsci221winter2017illuminatiprojectreport-170814051049
â–ª Implemented text processing for web pages to extract tokens, n- grams and anagrams in Python â–ª Designed a spider to crawl ics.uci.edu domain and accumulate crawled pages into a MySQL database â–ª Constructed an indexer for crawled pages and a page ranking mechanism based on Page Rank and collection frequency]]>

â–ª Implemented text processing for web pages to extract tokens, n- grams and anagrams in Python â–ª Designed a spider to crawl ics.uci.edu domain and accumulate crawled pages into a MySQL database â–ª Constructed an indexer for crawled pages and a page ranking mechanism based on Page Rank and collection frequency]]>
Mon, 14 Aug 2017 05:10:49 GMT /slideshow/compsci-221-winter-2017-search-engine-for-uci/78815338 sohamkoolkarni@slideshare.net(sohamkoolkarni) CompSci: 221 Winter 2017 Search Engine for UCI sohamkoolkarni â–ª Implemented text processing for web pages to extract tokens, n- grams and anagrams in Python â–ª Designed a spider to crawl ics.uci.edu domain and accumulate crawled pages into a MySQL database â–ª Constructed an indexer for crawled pages and a page ranking mechanism based on Page Rank and collection frequency <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/compsci221winter2017illuminatiprojectreport-170814051049-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> â–ª Implemented text processing for web pages to extract tokens, n- grams and anagrams in Python â–ª Designed a spider to crawl ics.uci.edu domain and accumulate crawled pages into a MySQL database â–ª Constructed an indexer for crawled pages and a page ranking mechanism based on Page Rank and collection frequency
CompSci: 221 Winter 2017 Search Engine for UCI from Soham Kulkarni
]]>
142 3 https://cdn.slidesharecdn.com/ss_thumbnails/compsci221winter2017illuminatiprojectreport-170814051049-thumbnail.jpg?width=120&height=120&fit=bounds document Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Intern Poster Presentation /slideshow/intern-poster-presentation-78813595/78813595 sohamkulkarniinternposterpresentation-170814030956
VMware Cloud Foundation - Visor, is a single governing entity which as visibility across both Physical and Virtual networking infrastructure.]]>

VMware Cloud Foundation - Visor, is a single governing entity which as visibility across both Physical and Virtual networking infrastructure.]]>
Mon, 14 Aug 2017 03:09:56 GMT /slideshow/intern-poster-presentation-78813595/78813595 sohamkoolkarni@slideshare.net(sohamkoolkarni) Intern Poster Presentation sohamkoolkarni VMware Cloud Foundation - Visor, is a single governing entity which as visibility across both Physical and Virtual networking infrastructure. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/sohamkulkarniinternposterpresentation-170814030956-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> VMware Cloud Foundation - Visor, is a single governing entity which as visibility across both Physical and Virtual networking infrastructure.
Intern Poster Presentation from Soham Kulkarni
]]>
578 4 https://cdn.slidesharecdn.com/ss_thumbnails/sohamkulkarniinternposterpresentation-170814030956-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://public.slidesharecdn.com/v2/images/profile-picture.png • I am pursuing my Masters in Computer Science major with a prime interest in Software Engineering, Artificial Intelligence, Distributed Database, Machine Learning; such as recommendations, analytics, data mining, and search. • My objective is to seek a challenging intern position in an organization and to be a part of an innovative team which helps me grow by providing new opportunities and explore my potentials. • I am actively looking for a pro-active experience in Distributed Database Systems, Artificial intelligence and Data Mining where I could learn the nuances of the field I aspire to work in. • I have currently enrolled into relevant courses to build a strong foundation. ... https://cdn.slidesharecdn.com/ss_thumbnails/userauthenticationuserpentorandultrapentoroperators-170815030540-thumbnail.jpg?width=320&height=320&fit=bounds sohamkoolkarni/user-authentication-user-pentor-and-ultrapentor-operators User authentication us... https://cdn.slidesharecdn.com/ss_thumbnails/compsci271afall2016sudokusolverprojectreport-170814060705-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/compsci271-a-fall2016sudokusolverprojectreport/78816228 Sudoku Solver https://cdn.slidesharecdn.com/ss_thumbnails/middlewareprojectreport1-170814052116-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/group-finder/78815507 Group Finder