Giter VIP home page Giter VIP logo

hello 👋

linkedin | ml writings

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Bhagyalaxmi:

    def __init__(self):
        self.name = "A Bhagyalaxmi"
        self.email = "[email protected]"
        self.interests = ["Machine learning", "Front-end Development"]
        self.language_spoken = ["en_IN", "hi_IN"]


    def say_hi(self):
        print("Thanks for dropping by :) hope you find my work interesting!")


me = Bhagyalaxmi()
me.say_hi()


python logo java logo typescript logo javascript logo react logo jupyter logo mysql logo opencv logo pandas logo tensorflow logo git logo git logo

Bhagyalaxmi's Projects

2048 icon 2048

The game challenges players to slide numbered tiles on a grid, combining them to create tiles with higher values. The objective is to reach the elusive 2048 tile

automata icon automata

This project is an implementation of a Deterministic Finite Automaton (DFA) in Python, serving as a language acceptor. A DFA is a theoretical model of computation used to recognize or accept a language defined by a set of rules.

deeplearning-intro icon deeplearning-intro

Posting notes for Introduction to Deep Learning course along with code snippets.

dmw icon dmw

data mining and warehousing

emotion-detection icon emotion-detection

This model is created using FER2013 Emotion Dataset containing 7 emotions: Angry, Disgust, Fear, Happy, Neutral, Sad and Surprise.

iitm_mlt icon iitm_mlt

notes / notebooks for machine learning techniques course

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.