Giter Site home page Giter Site logo

11fenil11 / examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tensorflow/examples

0.0 0.0 0.0 17.78 MB

TensorFlow examples

Home Page: https://www.tensorflow.org

License: Apache License 2.0

Jupyter Notebook 58.48% Dockerfile 0.01% Python 10.86% Java 15.11% Swift 7.89% Ruby 0.05% JavaScript 0.63% HTML 0.32% CSS 0.12% Shell 0.51% Kotlin 4.62% C++ 1.06% Starlark 0.34%

examples's Introduction

Hello world!ย 

Linkedin Badge Leetcode GitHub followers Gmail Badge

  • I'm Fenil Parmar, Master's in Applied Computer Science Student at ๐Ÿ‘จโ€๐Ÿ’ป Dalhousie University, Nova Scotia, Canada.

  • I am proficient problem solver and tech enthusiastic. I would love to be a Software Engineer where I can provide significant contribution with high learning curve.

#include<bits/stdc++.h>
using namespace std;

class Fenil {

  private: 
    string name = "Fenil Milankumar Parmar";
    string emailId = "[email protected]";
    string university = "Dalhousie University, Halifax, NS, Canada";
  public:  
    vector<string> skills;

  Fenil() {
    skills.push_back("Software Engineering");
    skills.push_back("Problem Solving");
    skills.push_back("Cloud Computing");
    skills.push_back("Web Development");    
  }

  map<string, string> profileInfo() {
    map<string, string> info;
    info["name"] = name;
    info["emailId"] = emailId;
    info["university"] = university;
    return info;
  }

  vector<string> preferredProgrammingLanguages() {
    vector<string> languages {"C++", "Java", "Python", "JavaScript"};
    return languages;
  }

  string careerGoal() {
    priority_queue<string> careerGoal;
    careerGoal.push("Software Engineering using Java, C++, Python");
    careerGoal.push("Web Developer using MERN Stack and Cloud Technologies");
    careerGoal.push("Machine Learning and Data Science");
    return careerGoal.top();
  }
}; 

int main(){
  Fenil hireFenil;
  return 0;
}


๐Ÿง About

  • ๐Ÿ”ญ Iโ€™m currently working on MERN Stack Web development project with AWS services.
  • ๐ŸŒฑ Iโ€™m currently learning cloud technologies, problem solving, and system designing.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on C++, Java, Python, or JavaScript based project.
  • ๐Ÿ’ฌ Ask me about Software Engineering, Problem solving, and Cloud.
  • ๐Ÿ˜„ Pronouns: He/Him
  • โšก Fun fact: I'm Nephophile, Person who love clouds โ˜๏ธ, exploring beauty of Cumulonimbus, Cumulus , and Cirrus.

examples's People

Contributors

abhinavsp0730 avatar andrewharp avatar bryanlimy avatar caisq avatar cjauvin avatar ehennis avatar galoshri avatar jdduke avatar khanhlvg avatar kyscg avatar lamberta avatar lintian06 avatar manisharadwad avatar markdaoust avatar martinwicke avatar mhyttsten avatar molkree avatar morganchen12 avatar noranglemon avatar raskutti avatar robseward avatar rohan100jain avatar tanjinprity4 avatar tensorflower-gardener avatar toddthewraith avatar vincentvanhoucke avatar xunkai55 avatar yashk2810 avatar yyoon avatar ziyeqinghan avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.